Using CA SMP/E Internet Service Retrieval. The SMP/E RECEIVE ORDER is getting error:
GIM44336S ** AN UNUSUAL CONDITION OCCURRED. GIMJVREQ - java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 503 Service Unavailable"
Release : 14.1
Component : CCS390 - CA COMMON SERVICES FOR Z/OS
The error indicates either the system was unavailable when the job was run or there is a problem with the firewall/proxy settings in the HTTPPROXY specification.
First try rerunning the job without any changes and see if it works as there may have been a temporary network problem.
If it still fails check the HTTPPROXY specification in the CLIENT section of the RECEIVE ORDER.
<CLIENT
downloadmethod="https"
javahome="/usr/lpp/java/J8.0"
classpath="/usr/lpp/smp/classes"
javadebugoptions="-Dcom.ibm.smp.debug=severe -showversion"
>
<HTTPPROXY host="local.httpproxy.com">
</HTTPPROXY>
<FIREWALL>
<SERVER host="local.ftpproxy.com"> </SERVER>
<FIRECMD>&REMOTE_USER;@&REMOTE_HOST;</FIRECMD>
<FIRECMD>&REMOTE_PW;</FIRECMD>
</FIREWALL>
</CLIENT>
See documentation section Define the CLIENT Input for RECEIVE ORDER