IBM Support

CICS IA CIU2293W CINC Collector is already active for userid shared CIUCNTL file

Question & Answer


Question

Why am I receiving the CIU2293W message when starting CINC in a second CICS region with the same userid? The CINT log issues message:

CIU2293W *mm/dd/yy hh:mm:ss applid* CINC Collector is already active for *userid*

I reviewed the documentation for CICS Interdependency Analyzer for z/OS (CICS IA) and do not see any restrictions regarding running CINC in multiple regions for the same userid. But, the CIU2293W message specifically states the same userid cannot run CINC in the same region.

Answer

The code in CIUACM60 in the INIT proc does an EC ASSIGN for the USERID, APPLID and SYSID. The MAIN proc reads the CINCUSER record from the CIUCNTL control file and if it finds the record (which it will if the CIUCNTL is shared by multiple CICS regions) and the AUCR_CMDF_FLAGS byte in the AUCR_CMDF_ACTIVE field is set on, the CIU2293W message is issued. There is no checking to see if this is for this same CICS region. The CINCUSER record key (AUCR_KEY) only consists of the AUCR_CMDF_USERID for the key. There is no applid or sysid qualifier to only read the user record for the current region.

After review with the CICS IA development team, the documentation for the CIU2293W message will be amended to state:

Explanation
The Command Flow collector is already active for a user when an attempt to start the Command Flow collector for the same user is made. If the CIUCNTL control file is shared across the CICS regions then only one Command Flow collector can be active for a given user at any given time in any of the shared regions.

System action
The second collector start request is terminated because only one active collector at a time is permitted for each user.

User response
Press F7 (Statistics) on the CICS IA Command Flow Options panel to find out on which regions the Command Flow collector is already running for the user.

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSPPUS","label":"CICS Interdependency Analyzer for z\/OS"},"Platform":[{"code":"PF035","label":"z\/OS"}],"Component":"","Version":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Product Synonym

CICSIA CICS IA

Document Information

Modified date:
22 October 2015

UID

dwa1234116