The connection information about the source database (the database you are copying from) and the destination database (the database you are copying to) is maintained in a component of type atg.adapter.gsa.DBConnectionInfo. Create a DBConnectionInfo for each database and configure it with the following information:

Property

Description

Server

The name of the database server

User

A valid username to connect to the database

Password

A valid password for the username specified by the user property

Note: The DBConnectionInfo settings are not expressed in JDBC terms. The settings are the values of the connection parameters used by OS tools (such as bcp) when connecting to the specified database.

Note: Entering passwords in clear text files entails some security risks. Take steps to secure files that contain clear text passwords.