Inserting an Image the Connector returns "Image top or bottom margin is too large"
Print
Modified on: Wed, 4 Dec, 2019 at 10:07 PM
From Deltek's Knowledgebase article at https://deltek.custhelp.com/app/answers/detail/a_id/79417
KB Article #: | |
Summary: | FILESTREAM Error: The remote server returned an error: (413) Request Entity Too Large. |
Description: | When trying to upload an 800 KB file size for FILESTREAM, receiving the following error: WebException The remote server returned an error: (413) Request Entity Too Large.
Module:Deltek.Framework.Controls.Client.InnerMakeCall Method:MakeWebServiceCall
Call Stack Deltek.Framework.Controls.Client.InnerMakeCall.MakeWebServiceCall(className As String, methodName As String, args As Object[], passCulture As Boolean, async As Boolean) As ReturnObject System.Net.HttpWebRequest.GetResponse() As WebResponse
Resolution: - Create a backup of the applicationHost.config file on the Web/Application server location: C:\Windows\System32\inetsrv\config.
- Open a DOS command prompt, then point it to the C:\Windows\System32\inetsrv directory.
- Run the following command:
appcmd.exe set config -section:system.webserver/serverruntime /uploadreadaheadsize:2147483647 /commit:apphost - Restart the Internet Information Service (IIS).
References: |
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.