When importing a file in the web client if the error, Unable to reach the Content Manager repository occurs, fix it using this procedure.
About this task
Use this procedure if, when uploading a file in Web Client the follow error occurs:
Unable to reach the Content Manager repository repository_name. A connection with the service 'http://localhost/ISHWS/documentobj.asmx' [^] could not be established. The request failed with HTTP status 404: Not Found.
Procedure
- On the Content Manager Web Server, open the Internet Information Services (IIS) Manager.
- In the left pane of the IIS Manager, open then select the web site, for example, ISHWS.
- In the right pane, under Management, double-click on Configuration Editor.
- In the Section field in the top right pane of the configuration editor (do one of the following):
| Section | Entry | Default Value | Suggested Value |
|---|
| system.webServer/ security/ requestFiltering | requestsLimits/ maxAllowedContentLength | 30000000 bytes | 104857600 (100MB) |
| system.web/ httpRuntime | maxRequestLength | 50000 kilobytes | 102400 (100MB) |
Note:
- maxAllowedContentLength is expressed in bytes
- maxRequestLength is expressed in kilobytes
- After changing these values, recycle the Application Pool.