Archives
- January 2012
- December 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
-
PSDBUpdater errors
1 CommentBy: Collin Quiring
This is a more technical blog entry than most of the ones that we put here. However, a lot of time and effort was spent on this and if I can save somebody else from having to expend that much energy I am happy to do it!
First, the error message:
Source: Windows SharePoint Services 3
Category: General
Event ID: 6875
Type: Error
Error loading and running event receiver Microsoft.Office.Project.PWA.WSSEventReceivers.PSDBUpdater in Microsoft.Office.Project.Server.PWA,Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c. Additional information is below.
: System.Web.Services.Protocols.SoapException: ProjectServerError(s) LastError=GeneralSecurityAccessDenied Instructions: Pass this into PSClientError constructor to access all error information at Microsoft.Office.Project.Server.WebService.PWA.ObjectLinkProviderUpdateItemLinks(ObjectLinkProviderDataSet dsOlp, PWSLinkDataSet dsPws)
Second, the key items of the technical setup:
Project Server 2007, SP2
64 bit server
Windows Server 2003, SP2
Internet Explorer 7, most recent patches/updates
Windows SharePoint Services 3.0, SP1 + Infrastructure Update
SQL Server 2005 SP3 (separate server)
Third, the search:
Google (and Bing) searches came back with a few results but not many ideas for resolution. We dug through various logs on both servers, including the SQL Server logs – but to no avail. The log information was either a duplicate of the error message or less descriptive. According to Microsoft, a potential solution would be to run a repair of SharePoint (http://technet.microsoft.com/en-us/library/cc560963.aspx).
We ran the repair but there was no change. After banging our heads on our desks for a while, it was discovered that the error messages seemed to be following a pattern – somewhat random, but a pattern nonetheless.
Fourth, the solution:
That is when Bruce figured out the solution for our situation. The errors occurred whenever somebody was trying to add a document, issue, risk or try to link one of those items to a task. AND, this could happen whenever a schedule was published (I guess it tries to “refresh” all the links?). So, on every publish that had issues/risks/documents or other links with SharePoint or PWA the error would show up.
We modified the permissions for the correct security groups to allow “Create Object Links”. Since then, all appears to be resolved for THIS error.
Fifth, the new error:
We no longer see the error message that we were getting. However, we do see that we have a new issue – which I think is a Microsoft Project code issue and not necessarily something that we can resolve (but I am willing to be corrected!). This is the message we get:
Error loading and running event receiver Microsoft.Office.Project.PWA.WSSEventReceivers.PSDBUpdater in Microsoft.Office.Project.Server.PWA,Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c. Additional information is below.
: Unexpected end of file while parsing Name has occurred. Line 1, position 256.
We believe this is because we have a few documents with super long titles. After we modify the name of the document to be shorter, we do not get this error message. So, unless somebody tells me otherwise, we are going to go with that theory and try to use “normal” length document titles.
Published on August 6, 2009 · Filed under: Microsoft Project; Tagged as: error, event id 6875, Microsoft Project 2007, PSDBupdater
One Response to “PSDBUpdater errors”
-
jstevens said on November 25th, 2009 at 1:04 am
The answer to Fifth, the new error can be found at: http://jstevensblog.com/post/MicrosoftOfficeProjectPWAWSSEventReceiversPSDBUpdater-Unexpected-end-of-file-while-parsing-Name-has-occurred-Line-1-position-256.aspx
Leave a Reply
You must be logged in to post a comment.
