Previous Topic: Enable and disable Enhanced Object Security

Next Topic: Disable Enhanced Object Security for an IDMS CV

Enable Enhanced Object Security for an IDMS CV

Submitting the following SQL DDL statements against the dictionary specified in the Virtual Node or ODBC data source definition for the IDMS CV will enable Enhanced Object Security.

drop   table procedure SYSCA.VDBA_VERSION5;
create table procedure SYSCA.VDBA_VERSION5 (
CA_IDMS_VDBA_V_5_0   char(5)
, VDBA_EXE_BUILD_1     int
, VDBA_DLL_BUILD_1     int
, VDBA_VIEW_BUILD_1    int
) EXTERNAL NAME VDBAVER;