Upgraded Db2 subsystem to Db2 12 FL501 and Recovery Analyzer for Db2 for z/OS (PRA)
PRA#LOAD job is failing with the following messages:
DB2 CONNECT ERR:ssid V12R1M501 mismatch SSIDVERF=V12R1M100
DB2 CONNECT ERR:ssid V12R1M501 mismatch SSIDVERF=V12R1M100
The SETUP00 hlq.CDBAPARM member contains:
SSID (ssid)
SSIDDESC (DB2 TEST SUBSYSTEM)
SSIDVERF (V12R1M501)
SSIDVERC (V12R1M500)
Release : 20.0
Component : Recovery Analyzer for DB2 for z/OS
Within the PRA#LOAD execution output the following was specified:
ENVDEF='SUFFIX=0T'
This in turn substitutes a SUFFIX= allocation within the PARM= card:
IEFC653I SUBSTITUTION JCL - PGM=PTLDRIVM,REGION=0M,PARM='SUFFIX=0T,EP=PRL#PTIV/ssid'
The PARM='SUFFIX=0T specification would point to PTISYS0T member
in hlq.PARMLIB which could be pointing to a different SETUPxx member
such as SETUP0T where SSIDVERF and SSIDVERC were not modified.
One way of checking the PARMLIB member in use are to use the STATUS
command from the Database Management Solutions for DB2 for z/OS
main panel.
If the PTISYS00 member is to be used then specify:
ENVDEF='SUFFIX=00'