Command-Line Client Operations

This section describes the tasks required to clone a DMSII database and track changes using the DATABridge Client from a command line. This sequence assumes that the relational database is properly configured and the required DATABridge software is installed and running.

1

Update the configuration file

Because the Client reads the Client configuration file before writing the script files and the log file, you may need to modify this file. To edit the configuration file, you must export it to an editable format and then import it after you make your changes. For more information, see Exporting and Importing Configuration Files.

2

Run the dbutility configure command

In a first-time installation, you must run the dbutility configure command. This creates the DATABridge client control tables that will hold the layout information for the DMSII database and corresponding relational database tables.

3

Run the dbutility define command

This command creates an entry in the DATASOURCES client control table that contains the data source name, the host name and the port number on which DBServer or DBEnterprise listen. It also populates the client control tables with the DMSII layout and creates the corresponding table layout for the relational database.

dbutility define datasourcename hostname portnumber

4

Create user scripts

To customize the client control tables, you must create user scripts. Or, you can use the default mapping that the DATABridge Client produces. Creating user scripts is an iterative process that involves writing scripts to select and map data sets and customizing data tables, and then testing and updating the scripts until the resulting data table layout meets your specifications.

When you are satisfied with the results of your user scripts, re-run the define command with the -u option.

5

Run the generate command

This command generates scripts that the DATABridge Client uses to create and populate the data tables from the data sets that you selected for cloning.

dbutility generate datasourcename

6

Add SQL statements to your user scripts (optional)

If you need to add SQL statements to your scripts (created in step 5), create user scripts for these statements.

This step applies to both command-line and service-based Client operations. Even though you can customize your data tables using the Client Configurator, it cannot create these statements per se. See Generating DATABridge Client Scripts.

7

Review the bulk loader options

Review the sections on the bulk loader utilities and their related options.

8

Clone the database

To clone the DMSII database, run the process command. If you want to clone only a few data sets, use the clone command. This step populates the DATABridge data tables in the relational database with actual DMSII data.

dbutility process datasourcename

9

Update the database

To update the relational database with changes made to the DMSII database, run the process command. Or, use the DBWAIT API to make DBEngine wait for updates when it reaches the end of the audit trail.