Service Agent on V5R4 or V5R3 with newer CUM
I’ve always hated the IBM service agent. But with V5R4, it has become usable. Not good, but working. I still think that IBM lacks quite a lot of documentation when it comes to setting up service agent for a first time. If you’re in this helpless situation as i was, here’s my short list on how to get it working.
- Setup TCP/IP, you will need a default route, name servers, etc.pp.
ping 'www.google.com'should work - Use
WRKCNTINFto set contact information - Set the system value
QRETSVRSECto 1 - Create a duplicate of
QSECOFRand logon as that user – i usually call this oneQESAADM - Logon as
QESAADM - Type
GO SERVICE, and answer the country questions - If you did everything correctly, you should be in the
SERVICEmenu - Go back, and use
SNDSRVRQS *TESTto send a test request – the first one will take lots of time, and a java job namedQESECAREwill run for a few minutes - Use to job scheduler to submit the scheduled job
QS9AUTOTSTright now. - Have a look at the
QSYSOPRMSGQ, and at theWRKPRBoutput to see if everything worked.
If you have some problem’s, they’re probably related to a missing crypto option (5722-AC3 on V5R3, V5R4 does not need one). Other causes can be connection problems like restrictive firewalls. See WRKTCPPTP – QLCLDIAL* for Dial Up connections, and QVPNIBM* for VPN connections. Especially the spool files of these job containing valuable debug information.

Leave a comment