ERROR: "CAS9604W - CAICCI DUPLICATE SIGNON OF CCI APPLICATION: DRASCLIENT"
search cancel

ERROR: "CAS9604W - CAICCI DUPLICATE SIGNON OF CCI APPLICATION: DRASCLIENT"

book

Article ID: 224058

calendar_today

Updated On:

Products

Output Management Web Viewer

Issue/Introduction

Users unable to logon to Web Viewer. 12.1  Had to cancel and restart DRAS to recover.  Many messages in the log include:

CAS9604W - CAICCI DUPLICATE SIGNON OF CCI APPLICATION: DRASCLIENT

Environment

Output Management Web Viewer 12.1

Resolution

  1. Stop the Web Application Server (WAS) - Tomcat or WebSphere depending on your site.
  2. Insert the following TCPIP setting in your CCIClient.properties file: TCPIP.ForceUniqueOrigin=1
  3. Save the file.
  4. Restart the WAS and the change will take effect.

Additional Information

The TCPIP.ForceUniqueOrigin statement is non-positional, but it should be added to the TCPIP section of the CCIClient.properties file:

# CCIClient.properties
#
#COMMON.DumpSSL=0
COMMON.Protocol=TCP/IP

TCPIP.Server=Some.LPAR.MF
TCPIP.Port=1202
TCPIP.Sysid=PRIVATE1
TCPIP.DisableTimeout=0
TCPIP.RecvTimeout=60
TCPIP.SendTimeout=60
TCPIP.WaitTimeout=-1
TCPIP.ForceUniqueOrigin=1  <<===  Right Here ! 

# SSL.Protocol can be set to TLSv1 or SSLv3 (is a vulnerable protocol now and not recommended)
# TLSv1 is needed to work with existing CCISSL Mainframe Server setting
SSL.Protocol=

# SSL.Force can now be set to Yes, No or Defer
SSL.ForceSSL=No
SSL.ForceSecureTransport=0
SSL.SSLPATH=config
SSL.SSLKeyWord=

SSL.CertificateStoreType=
SSL.KeyStoreAlias=
SSL.CertificateStore=cci.jks