Skip to main content
Planview Customer Success Center

Revenue Recogniton - error in "02 - Process Tentative" report

Error/Warning Messages

File /finance/revenuerecognition/rptRevRecPopulate.asp Line 56 Operation not Allowed. 

Reason
The AspMaxRequestEntityAllowed value was set to the default value of 204,800 bytes


Resolution
The solution is within this URL http://support.microsoft.com/kb/327659

We needed to modify the value in the AspMaxRequestEntityAllowed to the maximum value of 1,073,741,824 bytes (Located in IIS Manager for IIS 7). We were getting page cannot be displayed (Internal 500 error) on the Rev Rec page rptRevRecPopulate.asp (Line 60 Operation not allowed).

Follow these steps for IIS 6
1. At a command prompt, type the following command, and then press ENTER:
cd drive:\inetpub\adminscriptsNote In this command to change folders, drive is a placeholder for the hard disk where IIS is installed.
2. At a command prompt, type the following command, and then press ENTER:
cscript adsutil.vbs set w3svc/ASPMaxRequestEntityAllowed sizeNote In this command, size is a placeholder for the largest file size upload that you want to allow. The maximum value is 1,073,741,824 bytes. Set this value to the lowest possible value that allows for the functionality that you want.
3. At a command prompt, type the following command, and then press ENTER:

Follow these steps for IIS 7

1. On the IIS server, navigate to IIS Manager and modify the medabase to reflect to the new AspMaxRequestEntityAllowed value of 1,073,741,824 bytes.

In later versions of IIS, modify the limits properties in IIS manager for AspMaxRequestEntityAllowed.