We have a new instance of CA-View set up, for use with XMS TSO, and when an end-user tries to access, they receive an access error wanting update access:
INSUFFICIENT ACCESS AUTHORITY
FROM ...
ACCESS INTENT(UPDATE ) ACCESS ALLOWED(NONE )
Release : 14.0
When using XMS TSO, you need to add an entry to the EBCXMCTR table that points to the database.
The entry that you add to the table needs to have a TRANID, but that TRANID value should be bogus.
The entry, then, would look as follows:
. EBCXMTRN TYPE=SAR,TRANID=xxxx,INDEX=view_hlq
The entry should be placed at the top of the table, where the entries with an actual TRANID follow.