[HttpWebRequest_WebException_RemoteServer]Arguments:NotFound

This article replaces TK00089.

Error:

When trying to perform an approval save on the Time & Expense portal, you receive the following error.

[HttpWebRequest_WebException_RemoteServer]
Arguments:NotFound
Debugging resource strings are unavailable. Often the key and arguments 
provide sufficient information to diagnose the problem. See
http://go.microsoft.com/fwlink/?linkid=106663&Version=3.0.50611.0&File=S
ystem/Windows/dll&Key=HttpWebRequest_WebException_RemoteServer

Cause:

Max received message size is not setup in IIS.

Resolutions:

(versions 10.06.xx & 11.02.xx)

Edit the Web.config file.

  1. Go to Local Disk (C:) | inetpub | wwwroot folder.
  2. Right-click the web.config file and open with NotePad or WordPad.
  3. Add maxReceivedMessageSize=”2147483647″ to the binding element where binding name=”customBinding”.

  1. Save and close the file.
  2. Restart the IIS server.

Note:

The Web Suite versions that utilize the Setup.exe installer has this vale automatically set during setup.