not add domain!
Microsoft Project Server 2013: Timesheet Failed to load - Integent
Call Us Today! 1.800.895.3254
sales@integent.com
Consulting & Advisory
Consulting / Advisory helps business and IT leaders make better decisions and turn strategy into execution-ready initiatives. Most engagements start with a Discovery Initiative to confirm outcomes, and build a roadmap.

Learn About Consulting
Data & AI
Data & AI delivers modern data platforms, analytics, and practical AI solutions—from assistants to agents—built on enterprise cloud tools. Integent helps you govern, deploy, and drive adoption so solutions stick and scale across your organization.
Learn About Data & AI
Support
Support keeps your solution stable, secure, and aligned with day-to-day operations. We combine functional and technical expertise with proactive monitoring, preventive maintenance, and 24/7 coverage for critical incidents.

Learn About Support
Microsoft Planner Premium
Leverage proven knowledge and experience to design and deploy Microsoft Planner Premium so your organization can manage projects, work, and resources more effectively across teams.
Learn More About Planner Premium
OnePlan
Integent can help you ensure continuity beyond Project Online by deploying OnePlan in the Microsoft Cloud—connecting portfolio governance, resources, and delivery execution for results.
Learn More About OnePlan
Microsoft Dynamics 365
Ensure business continuity with a custom cloud solution that connects your sales, service, finance, and operations teams to deliver measurable, predictable results.

Learn More About Dynamics 365
Microsoft Power Platform
Consisting of Power BI, Power Apps, Power Automate and Copilot Studio, the Microsoft Power Platform helps streamline and improve business functions.

Learn More About 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
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 2026 | Integent.com | All Rights Reserved
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram