407:Proxy Access Denied on AgilePoint Task List and Admin Web Parts for SharePoint
The information in this article applies to:
- AgilePoint SharePoint Integration
| ERROR |
| | 407:Proxy Access Denied appears on the AgilePoint Task List and Admin Web Parts for SharePoint. |
| | |
| STEPS TO REPRODUCE |
| | NA |
| | |
| DETAILS |
| | A proxy server is installed in the network. Other observation when this error happens: Enterprise Manager is displaying correctly. The web service file workflow.asmx of AgilePoint can be accessed and displayed correctly. The below modification can be done to the web.config file of the SharePoint Web Application (Virtual Server) to bypass the proxy server. Before: <defaultProxy> <proxy autoDetect="true" /> </defaultProxy> After: <defaultProxy enabled="false" /> |
| | |