The client upgraded View to r14.0, and when their CICS users try to issue the "SAR" transaction, they receive error:
Release : 14.0
Component : CA View
SAR transaction issued was not found in the related EBCXMCTR table (CVDELOAD(EE0XMCTR)).
EBCXMCTR was not assembled as part of upgrade.
Update EBCXMCTR table with SAR transaction ID and View Database name.
Run job BROSXCTR from CVDEJCL library.
Recycle View started task.
See below for example of EBCXMCTR table:
EBCXMOPT MSGLVL=CRIT,USERMAX=50
EBCXMTRN TRANID=SAR,INDEX=VIEW.SYSTEM1
EBCXMTRN TYPE=GEN
END
Where SAR is the transaction id, and VIEW.SYSTEM1 is the View database name
As well, the definitions in CICS would need to be changed, for release 14.0, to define the EE0CI... modules.