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
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