The following error appears when trying to save a file larger than 30MB to a project in ArtiosCAD Enterprise:
Symptoms
The following error appears when you try to save a file larger than 30MB to a project in ArtiosCAD Enterprise:
Error Message: A WebCenter processing error has occurred.
Debug Message: Invalid response status - /WebCenter_Inst/DocumentUpload.jsp
System Message: Received HTTP status code 404
This is because the default setting in IIS6/7 for file upload is set to 30MB for file size.
Solution
Reset the maximum file upload size in IIS.
Open IIS Manager.
Select the WebCenter website.
Double-click Request Filtering.
Click Rules > Edit Feature Settings....
A dialogue opens and you will see the Maximum allowed content length field which is set to 30 million bytes by default. This allows you to upload files close to 30MB in size. Adding a zero will bring the default up to 300MB.
Click OK to close the window and retain the settings.
Restart IISfor these changed to take effect .
To restart IIS
Click Start and type CMD in the text field.
Press Enter.
A Command Prompt window opens.
Type iisreset and press Enter.
You will now be able to upload larger file sizes based on the values entered above.