My Tasks (TaskPart) Web Part Error

M

Marc

I am hoping someone has run into this problem and can help me out, or
at least point me in the right direction (which may be any direction
at this point :) )

After installing the December 2008 Cumulative update the "My Tasks"
page (/pwa/tasks.aspx) now throws a null reference exception [0].
Before installing the update, I tested this on our Test environment
without issue. I have done some preliminary SQL tracing on both the
Test and Prod environment and it appears that the stored procedure
(MSP_WEB_SP_QRY_Statusing_ReadStatus) which returns the tasks for the
TaskPart view is not being executed on Production and it is being
executed on Test.

Unfortunately, that is all I have to go on at this point. It goes
without saying, but any help here would be a godsend!!

--Marc


[0] - [NullReferenceException: Object reference not set to an instance
of an object.]
at Microsoft.Office.Project.PWA.WebParts.TaskPart.InitUITemplate()
at Microsoft.Office.Project.PWA.WebParts.PWAPart.OnInit(EventArgs
e)
at Microsoft.Office.Project.PWA.WebParts.ViewPart.OnInit(EventArgs
e)
at Microsoft.Office.Project.PWA.WebParts.DHTMLViewPart.OnInit
(EventArgs e)
at Microsoft.Office.Project.PWA.WebParts.TaskBasePart.OnInit
(EventArgs e)
at Microsoft.Office.Project.PWA.WebParts.TaskPart.OnInit(EventArgs
e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at
Microsoft.Web.Design.Server.ServerDocument.Microsoft.Web.Design.Server.IServerDocumentDesigner.ParseControl
(String outerHtml)
at
Microsoft.SharePoint.WebPartPages.SPWebPartManager.CompressUsingMicrosoftWebDesigner
(SourceContent sourceContent, String allRegisterDirectives)
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CompressInOrder
(Deserializer firstMethod, Deserializer secondMethod, SourceContent
sourceContent, String allRegisterDirectives, Boolean isClosed)
 
M

Marc

I am hoping someone has run into this problem and can help me out, or
at least point me in the right direction (which may be any direction
at this point :) )

After installing the December 2008 Cumulative update the "My Tasks"
page (/pwa/tasks.aspx) now throws a null reference exception [0].
Before installing the update, I tested this on our Test environment
without issue.  I have done some preliminary SQL tracing on both the
Test and Prod environment and it appears that the stored procedure
(MSP_WEB_SP_QRY_Statusing_ReadStatus) which returns the tasks for the
TaskPart view is not being executed on Production and it is being
executed on Test.

Unfortunately, that is all I have to go on at this point.  It goes
without saying, but any help here would be a godsend!!

--Marc

[0] - [NullReferenceException: Object reference not set to an instance
of an object.]
  at Microsoft.Office.Project.PWA.WebParts.TaskPart.InitUITemplate()
  at Microsoft.Office.Project.PWA.WebParts.PWAPart.OnInit(EventArgs
e)
  at Microsoft.Office.Project.PWA.WebParts.ViewPart.OnInit(EventArgs
e)
  at Microsoft.Office.Project.PWA.WebParts.DHTMLViewPart.OnInit
(EventArgs e)
  at Microsoft.Office.Project.PWA.WebParts.TaskBasePart.OnInit
(EventArgs e)
  at Microsoft.Office.Project.PWA.WebParts.TaskPart.OnInit(EventArgs
e)
  at System.Web.UI.Control.InitRecursive(Control namingContainer)
  at System.Web.UI.Control.AddedControl(Control control, Int32 index)
  at System.Web.UI.ControlCollection.Add(Control child)
  at
Microsoft.Web.Design.Server.ServerDocument.Microsoft.Web.Design.Server.ISer­verDocumentDesigner.ParseControl
(String outerHtml)
  at
Microsoft.SharePoint.WebPartPages.SPWebPartManager.CompressUsingMicrosoftWe­bDesigner
(SourceContent sourceContent, String allRegisterDirectives)
  at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CompressInOrder
(Deserializer firstMethod, Deserializer secondMethod, SourceContent
sourceContent, String allRegisterDirectives, Boolean isClosed)

More information -->

I provisioned a brand new PWA site with brand new databases. After
provisioning completes successfully, I go to the new My
Tasks page, same error. Makes me believe this is not a data issue. I
also am getting the same error on the My Work
(mywork.aspx) pages on both sites.

--Marc
 
P

paul conroy

These error typically occur because the returning dataset is missing or has
some invalid data which the web part cannot handle.

Have you updated all the clients with the latest updates? If not, i'd
suggest you do and republish all projects.

Unfortunately it's extremely difficult to find the data that is causing the
issue. Try and tie the issue down to a single project and assignment. If
this is impractical due to a large number of projects/assignments, then I'd
suggest raising a support call with Microsoft.

Marc said:
I am hoping someone has run into this problem and can help me out, or
at least point me in the right direction (which may be any direction
at this point :) )

After installing the December 2008 Cumulative update the "My Tasks"
page (/pwa/tasks.aspx) now throws a null reference exception [0].
Before installing the update, I tested this on our Test environment
without issue. I have done some preliminary SQL tracing on both the
Test and Prod environment and it appears that the stored procedure
(MSP_WEB_SP_QRY_Statusing_ReadStatus) which returns the tasks for the
TaskPart view is not being executed on Production and it is being
executed on Test.

Unfortunately, that is all I have to go on at this point. It goes
without saying, but any help here would be a godsend!!

--Marc

[0] - [NullReferenceException: Object reference not set to an instance
of an object.]
at Microsoft.Office.Project.PWA.WebParts.TaskPart.InitUITemplate()
at Microsoft.Office.Project.PWA.WebParts.PWAPart.OnInit(EventArgs
e)
at Microsoft.Office.Project.PWA.WebParts.ViewPart.OnInit(EventArgs
e)
at Microsoft.Office.Project.PWA.WebParts.DHTMLViewPart.OnInit
(EventArgs e)
at Microsoft.Office.Project.PWA.WebParts.TaskBasePart.OnInit
(EventArgs e)
at Microsoft.Office.Project.PWA.WebParts.TaskPart.OnInit(EventArgs
e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at
Microsoft.Web.Design.Server.ServerDocument.Microsoft.Web.Design.Server.ISer­verDocumentDesigner.ParseControl
(String outerHtml)
at
Microsoft.SharePoint.WebPartPages.SPWebPartManager.CompressUsingMicrosoftWe­bDesigner
(SourceContent sourceContent, String allRegisterDirectives)
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CompressInOrder
(Deserializer firstMethod, Deserializer secondMethod, SourceContent
sourceContent, String allRegisterDirectives, Boolean isClosed)

More information -->

I provisioned a brand new PWA site with brand new databases. After
provisioning completes successfully, I go to the new My
Tasks page, same error. Makes me believe this is not a data issue. I
also am getting the same error on the My Work
(mywork.aspx) pages on both sites.

--Marc
 
G

Gary L. Chefetz

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top