bkt_tool update
Updates the workspace contents of a Rational®
ClearQuest® user database.
Applicability
Platform: Windows
Command type: bkt_tool subcommand
Synopsis
- bkt_tool -u
- -dbset dbset -db dbname -user username -password password {-directory | -storagefile }"pathname"
Description
The Rational ClearQuest bucket tool update subcommand, bkt_tool -u, updates all the workspace objects (including queries, reports, and charts) in the Public Queries folders of a user database. If the workspace objects already exist, the bkt_tool -u subcommand overwrites the existing objects with the latest data.
Options and arguments
- -dbset dbset
- Specifies the schema connection name. Required if there are multiple schema repositories in the system.
- -db dbname
- Specifies the user database from which you are importing the workspace objects.
- -user username
- Specifies the login name of the user whose objects you want to update. This user must have Super User privileges.
- -password password
- Specifies the password for the username user. If there is no password, enter an empty set of double quotes ("").
- -directory pathname
- Specifies the path name of the directory that contains the files to import. Enclose the path name in double quotes. The pathname contains a text file named CONTENTS.CFG and a series of files named 0001.DAT through nnnn.DAT. The .DAT files contain the binary data for each workspace object.
- -storagefile pathname
- Specifies the path name of an IStorage compound document.
Examples
- Update the test1 user database
from the directory d:\temp\bkt_test.
bkt_tool -u -dbset 1.1 -db test1 -user admin -password secret -directory "d:\temp\bkt_test"