CA CSM Tomcat communicates with MSMMUF through MSMDBSRV using TCPIP or CAICCI.
Release : 6.0
Component : MSM PRODUCT ACQUISITION SERVICE
Verify that the following values match between the CUSMAC(SRVLIB) member referenced on the SYSIN DD of the MSMDBSERV startup JCL and the context.xml file. The context.xml file is located in USS at
/parent-path/msmruntime/tomcat/conf/context.xml
Example of content of CUSMAC(SRVLIB)
APPLID=CACHORUS
AUTHID=CASWMGT
DATE=ISO
DBUSERS=45
ISOLEVEL=C
LOGON=NO
PLANNAME=MSM1
PLNCLOSE=T
PROTOCOL=BOTH
SERVERNAME=SRVMUF
SQLMEM=FREE
SUPMSG=ALL
TCPIP_CONNECT_QUEUE=250
TCPIP_HOST=xx.xx.xx.xx
TCPIP_PORT=5465
TIMEOUT=1440
TIMEOUTWAIT=0
TRACEON=NO
Values in context.xml:
url="jdbc:datacom:/ServerName=CXXCACSM,SystemID=xxxxxx ApplicationID=CACHORUS, HostPort=5465,ConnectType=TCP, HostName=xx.xx.xx.xx,UserID=SWMGRQA"
These values between the two must be the same:
SRVLIB/context.xml
APPLID/ApplicationID
SERVERNAME/ServerName
TCPIP_PORT/ HostPort
TCPIP_HOST/HostPort
The context.xml is an ascii file so it can be access from PDF 3.17 with ea. Example:
catalina.policy
catalina.proper
ea context.xml
logging.propert
server.xml
For more information refer to:
Article ID: 134524 - ca.datacom.db.DBIOException: 15 TCP/IP connect failed in Session(connect)