Issues and Risks not loading on PWA Home Page

  • Thread starter Charles Simpson
  • Start date
C

Charles Simpson

Hello everyone!

I have the following issue that I hope that someone can assist me with:

On the PWA home page, the Issues and Risks sections are not loading
correctly. The page finishes loading with the following message displayed in
both the Issues and Risks area:

"Loading summary data from the server running Windows SharePoint Services.
Please wait ..."

If I look at the bottom left-hand corner of IE, I see that there is an error
on the page. If I open the error, I see the following:

Problems with this Web page might prevent it from being displayed properly
or functioning properly.

Line: 40
Char: 1
Error: Object expected
Code: 0
URL:
http://company.com/projectserver/ho...ookieLong0=1598761891&nCookieLong1=-605334779


This was working correctly before I moved the Project Server Web application
to another Web server (the database did not move). I have tried the
following:

1. Deleting and re-adding the MSProjectUser and MSProjectServerUser from
the database server.
2. Running the PSComPlus tool
3. Running the EditSite tool
4. Running the CONNINFO tool
5. Rebooting
6. Verified that the URL to the SharePoint Central Admin works correctly.

Thanks!
 
C

Charles Simpson

I can now see in the log file that this is a timeout issue:

2007-07-05 22:21:42 W3SVC1 199.150.199.80 GET
/projectserver/home/issueshome.asp
sWssSvrUrl=http://company.com&bShowIssues=1&bS...eLong1=-605334779|-|ASP_0113|Script_timed_out
80 DOMAIN\UserName 199.160.148.12
Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+InfoPath.2) 500 0 0

I tried to extend the IIS timeout ... but that did not help. Any ideas?
 
C

Charles Simpson

I think that I have figured it out. I changed the asp script timeout value
in IIS from 90 to 1000. It now works. I did try lower values with no
success (i.e., 500, 600, 800).
 

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