Stored Procedure
CDP’s stored procedures enable interfacing with the NAE Server directly from the DB2 command line.
Set Ingrian User Information (set_ingrian_user_info)
This stored procedure maps a DB2 database user to an NAE user. All of the data stored by this procedure is encrypted and each row in the table is digitally signed to ensure the security of the data.
Parameter Name | Data Type | In/Out | Description |
---|---|---|---|
databaseUserName | varchar(128) | In | The DB2 database user name. |
username | varchar(128) | In | The NAE user name. |
userPassword | varchar(128) | In | The password associated with the specified NAE user. |
Example
CALL set_safenet_user_info
('dbUser',
'NAEUser',
'NAEUserPassword')
Return Status = 0