CA View - After upgrading View, while issuing the "SAR" transaction, receive message "EBCXST32 database index name not found for transaction"
search cancel

CA View - After upgrading View, while issuing the "SAR" transaction, receive message "EBCXST32 database index name not found for transaction"

book

Article ID: 198012

calendar_today

Updated On:

Products

OM Deliver OM View

Issue/Introduction

The client upgraded View to r14.0, and when their CICS users try to issue the "SAR" transaction, they receive error:

  EBCXST32 database index name not found for transaction


Environment

Release : 14.0

Component : CA View

Cause

SAR transaction issued was not found in the related EBCXMCTR table (CVDELOAD(EE0XMCTR)).

EBCXMCTR was not assembled as part of upgrade. 

Resolution

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.