The user and database information must be entered either on each ArchiveManager command line or stored in the clarify.env file local to ArchiveManager.
diet –import data.dat
diet -user_name <username> -password <password> -db_name <database name> -db_server <database server> –import data.dat
The user and database information can be stored in the clarify.env file as the following lines:
user_name=<username>
password=<password>
db_name=<database name>
db_server=<database server>
Note: The command syntax examples in this guide assume that the user and database information is stored in the clarify.env file.
See Also |
Next |