Import the Privclass DAT file

The privclass_import.dat file is located in the files subdirectory under the Dovetail Mobile Agent Installation directory.

To import a data file using Dovetail ArchiveManager (DIET)

Execute the following command:

<path>\diet.exe
-user_name <user>
-password <pass>
-db_server <serv>
-db_name <db>
-import <file>

where:
<path> is the path to the diet program
<user> is the system administrator user
<pass> is the system administrator password
<serv> is the database server name
<db> is the database name
<file> is the name of the file to import. If the <file> is not in the current directory, specify the path to the directory it is in.

To import a data file using dataex

Execute the following command:

<path>\dataex
-user_name <user>
-password <pass>
-db_server <serv>
-db_name <db>
-imp <file>

where:
<path> is the path to the dataex program
<user> is the system administrator user
<pass> is the system administrator password
<serv> is the database server name
<db> is the database name
<file> is the name of the file to import. If the <file> is not in the current directory, specify the path to the directory it is in.

Note: Each file should import with 0 errors and 0 warnings. If there are any errors or warnings, examine the dataex.mes file for possible problems.

See Also

Configure Privileges

Grant access to the Mobile privileges

Next

Grant access to the Mobile privileges

Import the Privclass DAT file