If you are using the CRM mobile client keep an eye out for issues related to forms and reports being too large, The following postwill help you adjust the size of the UploadReadAheadSize property.
Typically you will see "http Error 413 Request too Large"
This problem occurs because the UploadReadAheadSize property on the
remote SQL Server Reporting Services server is set to a value that is too small.
The default value for this property is 48 kilobytes (KB). Many of the
reports in Microsoft Dynamics CRM exceed this size.
To resolve this problem, increase the size of the UploadReadAheadSize
property. To do this, follow these steps:
-
Click Start, click Run, type
cmd, and then click OK.
-
At the command prompt, type the following: cscript adsutil.vbs set w3svc/1/uploadreadaheadsize 204800 - Note This command changes the UploadReadAheadSize property to 200
KB (204,800 bytes).
-
Press ENTER.
By running this command, you update the Microsoft Internet Information Services (IIS) metabase so that you can upload files that are as large as 200 KB. Note In certain situations, you may have to set the UploadReadAheadSize property to even larger than 200 KB.
For more information about the UploadReadAheadSize property, visit the
following Microsoft Web site:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7e0d74d3-ca01-4d36-8ac7-6b2ca03fd383.mspx
(http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7e0d74d3-ca01-4d36-8ac7-6b2ca03fd383.mspx)
Jeff Loucks
Available Technology
availabletech.net
888-474-2237
Posted
Jan 24 2007, 09:39 PM
by
jeffl