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
Output Management Web Viewer 12.1
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