Error Message when saving status report

R

rginnow

One of my project managers received the following error message when he was
trying to save a status report on PWA:

"The size limit for data submitted to Microsoft Office Project Server 2003
has been exceeded. Reduce the amount of data and try again."

The according Java Code on the error msg page looks as following:
if ((nTotalSize * 2) > const_nPWA_IIS_MAX_POST_SIZE)
{
WCAlert("The size limit for data submitted to Microsoft Office
Project Server 2003 has been exceeded. Reduce the amount of data and try
again.", 48);
return false;
}


If he reduces the content of the status report he is able to save the report.

Is there a size restriction in EPM that I can change to allow for larger
status reports to be saved?

Any help on this would be greatly appreciated....
Richard
 

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

Top