Call Us Today! 1-800-895-3254
[email protected]
Microsoft Training
Integent offers a comprehensive portfolio of training services, with an ideal fit for every organization. Ranging from general courses to custom solutions, we have you covered.
Learn About TrainingSee Full list of Courses
Microsoft Consulting
Integent provides consulting services for a variety of Microsoft applications including Microsoft Project, Project Online, Project for the Web, Dynamics 365, and Microsoft SharePoint.
Learn About Consulting
Microsoft Support
Microsoft technologies set the standard for project portfolio management, business applications, collaboration, and more. Integent has flexible solutions to support every customer.
Learn About Support
Microsoft Project
Integent has the knowledge and experience to help design and deploy a solution to help your organization manage projects and resources more effectively
Learn More About Microsoft Project
Microsoft Dynamics 365
Integent can help you nsure business continuity with a custom cloud solution that connects sales, service, finance, and operations teams to deliver results.
Learn More About Dynamics 365
Microsoft SharePoint
SharePoint is Microsoft’s collaboration platform that is a place where team members can communicate, exchange data, share files and much more.
Learn More About Microsoft SharePoint
Microsoft Power Platform
Consisting of Power BI, Power Apps, Power Automate and Power Virtual Agents, the Microsoft Power Platform helps streamline and improve business functions.
Learn More About The Power Platform
About Integent
Integent was founded in 2009 on the principles of building long-lasting relationships with customers, exceeding expectations, and providing outstanding customer service. 

We’re dedicated to providing a customized solution backed by our knowledgeable team of Microsoft experts.
Discover What Makes Us Different
GSA Schedule
Integent is GSA Schedule Contract holder. A GSA schedule helps simplify selling our services to government customers.
Read More Here
News
Stay informed on Integent’s latest company updates and other important industry information. Our passion is customer success.
Read The Latest News
Videos
Learning new software doesn’t have to be difficult with our library of dozens of free training videos. Our video training always has something new.
Browse Our Training Video Library
Blog
Our industry experts share best practices and common pitfalls to avoid, in order to get the most out of your technology solutions.
Discover More

August 12, 2014

Microsoft Project Server 2013: Timesheet Failed to load

In one of our customers environment multiple users were getting below error while accessing their timesheets.

Error: The view failed to load. Press OK to reload this view with the default settings. Press Cancel to select another view.

image

We tried re-creating the Timesheet after deleting it and got below error.

image

It turned out to be a BUG and occurs due to “NULL” values in the WASSN_ACTUALS_PENDING table. Microsoft is working on this Bug and will be releasing the fix soon. However, In meantime we need to use below steps to fix this issue.

  • Run the below SQL query to identify projects affected by this issue

select
Assn_Sav.WASSN_ACTUALS_PENDING,
TASK.TASK_Name,
Proj.PROj_NAME,
RES.RES_NAME
from
pub.MSP_ASSIGNMENTS_SAVED Assn_Sav,
pub.msp_projects PROJ,
pub.msp_resources RES,
pub.msp_tasks Task
where
Assn_Sav.RES_UID = RES.RES_UID and
Assn_Sav.Proj_uid = Proj.PROJ_UID and
Assn_Sav.Task_uid = Task.TASK_UID and
Assn_Sav.WASSN_ACTUALS_PENDING is Null

  • Publish these Projects one by one using ProjTool. This tools helps you to do a full publish which helps to resolve this issue. You can download this tool from http://blogs.msdn.com/b/project_programmability/archive/2010/11/03/projtool-for-project-server-2010.aspx. This tool is for Project Server 2010, however you can use it for Project Server 2013 as well. Below are the steps to publish the Project using the ProjTool
    • Download the zip file which constrains the ProjTool files.
    • Extract the zip file to a folder.
    • Open the Debug folder
    • Double click  on ProjTool.exe application file.
    • It will prompt you to enter the PWA URL. Enter the PWA URL and click on OK.
    • Once conencted, you will see list of all Projects.
    • Select the Project affected by this issue and click on “Publish Project(s)” button.
  • Run the query again after publishing all affected projects to make sure it returns no records.

There are chances that issue may come back again after implementing above steps and hence I would recommend running the above query on regular basis to check if you are running into this issue. We created a excel based report which shows list of projects affected.

Hope this helps!

Would you like more information on Project Server, Training, and Support, please contact us

 

 

© Copyright 2023 | Integent.com | All Rights Reserved
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram