How to Increase the idle timeout value with CA CCISSL and CCITCP. The TIMEOUT parm is not in the delivered proc.
Release: CA Output Management Web Viewer 12.1
Component: WBVLUW
CA CCISSL, CA CA-CCS
You need to add a TO=xxxx statement to the PARM= on the EXEC PGM statement for CCISSL or CCITCP, where xxxx is the idle timeout value specified in SECONDS.
For example:
//CCISSL EXEC PGM=CAS9PDGM,TIME=1440,REGION=0M,PARM=(/PORT=&PORT,CERT=&CERT,…,TO=900’)
This would set the idle timeout to 15 minutes.