After upgrading my Datacom CICS Services software to the new release, I get an error:
DC00130C COMPONENTS OF THE SERVICE FACILITY ARE NOT ON THE SAME RELEASE
DBCVTPR REL = 11.0 DCCOCPR REL = 14.0
A review of the base and custom loadlibs shows that these modules are both at the same release level. How do I fix this?
The DBCVTPR module is a customized load module for Datacom CICS Services, and is assembled in job B1CUS01. The SYSLMOD in the link/binder step should be the CUSLIB for the product. There are two primary causes for this error - either the module was not assembled and linked into the correct loadlib, or there is a loadlib higher in the DFHRPL concatenation that has the DBCVTPR module.
Here are steps to follow to identify the cause of the DC00130C error.
Once you have identified the loadlib with the wrong-version DBCVTPR, you can take the necessary steps to either demote this loadlib or to promote the Datacom CICS Services CUSLIB used in B1CUS01 to a higher position in the DFHRPL list. Once you recycle the CICS region, your Datacom CICS Services product should be operational on the correct release.