By default, LIQUENT Sharepoint Services will only allow transfer of files that are under 100MB. If you need to transfer files larger than 100MB, do the following:
-
Connect to the Sharepoint server as the local administrator:
-
If you run MSTSC, use the
/admin switch.
-
Log on to the server as the service account user that you set up.
-
Go to the
<installation_location>\DMSSharePointServices\ folder.
-
Open
web.config file.
Use any XML editor for this (Notepad, for example).
-
Update maxRequestLength and
maxAllowedContentLength parameters with the new limit value.
Please note that the value for
maxRequestLength should be specified in
KB but the value for
maxAllowedContentLength should be specified in
bytes.
-
Save the
web.config file.