Starting up a new CICS region
DV: START-UP - DVX0045E CANNOT FIND AN OPENED URT
DV: START-UP - DVX0018I TRANSACTION COMPLETED
DB: START-UP - DC00220E NO URTS AVAILABLE.
DB: START-UP - DC00270W CICS INTERFACE UNUSABLE
DB: START-UP - DC00380I TRANSACTION COMPLETED
You may be missing URT modules in your CUSLIB (DBURT002, 003, 010...etc)
Or
You may have default DBCVTPR PREFIX set to DBURT and are using DBFLT for your URT modules.
Double check your macro DBCVTPR in your CUSMAC library.
Or
Check the CSD definitions exist; in customer case the CSD had been removed and URT were existing.
DVX0045E CANNOT FIND AN OPENED URT
Reason: Attempt to connect to CA-DATACOM/DB Multi-User
Facility failed because no open User Requirements
Tables were found.
Action: Open at least one User Requirements Table and retry
the function.
DC00220E NO URTS AVAILABLE
Reason: The URTs cannot be loaded. The system generation macro, DBCVTPR, may contain an operand for the PREFIX= parameter different from any URT prefix in the CICS load library or the URTs may be missing from the CICS load library.
Action: Issue DBOC INQ=GENOPTS (see the User Guide) to verify the currently specified prefix name. Verify that the URTs have been added to the CICS load library.