You run the SQL Server scripts using the OSQL utility.
For each generated script, you must run an OSQL command. You must run these commands while connecting to the database as the ‘CA DLP database user’, that is, the account that CA DLP will use to access the CMS database.
Ensure that all necessary privileges and roles are assigned to these accounts.
OSQL ‑U sa ‑P password ‑d WGN ‑i NativeCreateTables.sql ‑o NativeCreateTables.log
Where:
Specifies the SQL Server login for CA DLP.
Specifies the password for the SQL Server login.
Specifies the database name for the CA DLP database.
Specifies the SQL script.
Specifies the output log file.
Note: Parameters are case-sensitive.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |