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