Previous Topic: Enable Enhanced Object Security for an IDMS CV

Next Topic: Define the VIDMSR17 attribute in USER or SYSTEM PROFILE

Disable Enhanced Object Security for an IDMS CV

Submitting the following SQL DDL statement against the dictionary specified in the Virtual Node or ODBC Datasource definition for the IDMS CV will disable Enhanced Object Security.

alter table procedure SYSCA.VDBA_VERSION5     
  add (NO_SERVER_ROLE int);  

Note: The installation of CA IDMS Visual DBA on the mainframe requires the execution of an SQL script that contains the definition of the above table procedure SYSCA.VDBA_VERSION5. The default is to disable Enhanced Object Security but this can have been overwritten through configuration of the SQL script.