Views:

To fix the issure:

  1. On the Main Apex One Server, go to the ..\PCCSRV\LWCS directory.
  2. Open the proxy.ini file using a text editor.
  3. Under the [Proxy] section, set the values of the entries below:
    UseProxy=0
    ProxyServer=
    ProxyPort=80
    ProxyProtocol=0
    ProxyUsername=
    ProxyPassword=
    RequireAuth=0
  4. Open Command Prompt, and use the following commands to restart the LWCS Service:
    net stop TMLWCSService
    net start TMLWCSService