To configure the User ID for the Director
Set up the OS 2200 user ID to start the Data Exchange Director runstream.
The OS 2200 user ID that starts the Data Exchange Director runstream must have the following privileges:
SSCONSOLE
This privilege is needed to use the Data Exchange Console commands.
SSAUTHNTICAT
The Data Exchange Director must run with the SSAUTHNTICAT privilege. It validates that the user ID and password supplied on the connection from the DDW and the Runtime Administration are valid on the machine containing the Director. The connection is completed only when both the user ID and password are valid.
SSLEVEL
The Data Exchange Director must run with the SSLEVEL privilege. At start up, the Data Exchange Director and any other runstreams that it starts, sets the initial executing (switching) priority based on the value of the CONFIG$ configuration parameters for R_OPTION,S_OPTION, T_OPTION.
Without this privilege, OS 2200 assigns the DE Director and its subordinate runs to the lowest executing priority level available.
Other UserId considerations for reading the Audit Logs.
To read audit trails, you must have the following security privileges:
A clearance level range of 0 through 63
A user compartment set of ALL
SSCCL privileges
SSBYCOMP privileges
SSBYPASSOWNR privileges
The site administrator or security officer can change the clearance level and compartment set of the audit trail and ACI file to match the files that are updated during recovery (such as database files and MCB message retention files). Changing the clearance level and compartment set allows you to run at this clearance level and compartment set without the SSCCL and SSBYCOMP privileges.
Register the OS 2200 user ID used to start the server as a MASTER-RUN-USERID in Universal Database Control (UDS).
Before starting the server for the first time, the OS 2200 user ID used to start the server must be registered as a MASTER-RUN-USERID in Universal Database Control. You accomplish this with the @DD processor of the Repository for ClearPath OS 2200. You must configure the MASTER-RUN-USERID for ALL Application Groups that you wish to make available to the DDW and the Runtime Administration for bulk extractions. The general sequence of commands is
@DD ,,<application_grp_name> UPDATE CONFIGURATION <config-name>. ADD MASTER-RUN-USERID <OS 2200-UserId>. PROCESS CONFIGURATION <config-name> INSTALL. EXIT.