Before You Begin
When you copy User Parameter Agents across systems, you can retain the existing data or create a new database.
Note: Copied database specification (DBSPEC) files must be from a system that has the same TeamQuest software level and operating system.
Steps
To copy User Parameter Agents and retain existing data:
- Shut down TeamQuest Manager using the following command on the old and the new system:
tqmgr -shutdown
- Copy the agentlist and userpdef files from the \data\DBNAME directory for the working database to the new database directory (\data\DBNAME).
- Make sure the file that the user agent runs is in the same location on the new system and runs correctly.
- Start TeamQuest Manager on both systems using the following command:
tqmgr -service
To copy User Parameter Agents and create a new database:
- Shut down TeamQuest Manager on new system using the following command:
tqmgr -shutdown
- Create a database specification (DBSPEC) file on the old system using the following command:
tqdbu -d databasename -o DBSPECfilename
- Delete the new systems on the existing database using the following command:
tqdbu -r -d databasename
- Make sure the file that the user agent runs is in the same location on the new system and runs correctly.
- Create a new database using the following command:
tqdbu -c DBSPECfilename
- Manage the new database if it is not using the following command:
tqmgr -adddb databasename
- Start the agents using the following command:
tqmgr -service
Last Modified On:
No, open a new Support Case