In the following example, the user profile ENDUSER is first created and then altered to include the attribute VIDMSR17. The attribute value specifies SYSTEM as the dictionary name and VIDMS_ENDUSER as the module name for the IDD module that contains the CA IDMS Visual DBA profile. Finally the profile is associated with users Adam and Joe.
create user profile ENDUSER; alter user profile ENDUSER attribute VIDMSR17 = 'SYSTEM.VIDMS_ENDUSER' OVERRIDE NO; alter user Adam profile ENDUSER; alter user Joe profile ENDUSER;
In this example, a system profile PROGRAMMER is first created and then altered to include the attribute VIDMSR17. The attribute value specifies SYSTEM as the dictionary name and VIDMS_PROGRAMMER as the module name for the IDD module that contains the CA IDMS Visual DBA profile. Finally the system profile is associated with users Julie and Nancy when they sign on to the system identified through resource SYSPROD.
create system profile PROGRAMMER; alter system profile PROGRAMMER attribute VIDMSR17 = 'SYSTEM.VIDMS_PROGRAMMER' OVERRIDE NO;
grant signon on system SYSPROD profile PROGRAMMER to Julie, Nancy;
Note: The file vidmsv18.bcf in the CA IDMS Visual DBA product folder has many examples of CA IDMS Visual DBA profile modules, user profiles and attributes and syntax to associate users with user profiles.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |