CA Web Viewer How to Increase idle timeout value with CA CCISSL and CCITCP
search cancel

CA Web Viewer How to Increase idle timeout value with CA CCISSL and CCITCP

book

Article ID: 44437

calendar_today

Updated On:

Products

Output Management Document Viewer Output Management Web Viewer

Issue/Introduction

How to Increase the idle timeout value with CA CCISSL and CCITCP. The TIMEOUT parm is not in the delivered proc. 


 

Environment

Release: CA Output Management Web Viewer 12.1

Component: WBVLUW

CA CCISSL, CA CA-CCS 

Cause

The TIMEOUT parameter has to be added to the proc.

Resolution

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.