Transfer Files Larger than 100MB

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:

  1. Connect to the Sharepoint server as the local administrator:
    1. If you run MSTSC, use the /admin switch.
  2. Log on to the server as the service account user that you set up.
  3. Go to the <installation_location>\DMSSharePointServices\ folder.
  4. Open web.config file.
    Use any XML editor for this (Notepad, for example).
  5. 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.
  6. Save the web.config file.