Copies or moves all the contents of a public folder from one user database to another.
The bkt_tool command copies and moves all the contents of a Public Folder, available in the Rational ClearQuest Client Workspace, from one user database to another. This utility is helpful when you are developing a new schema based either on the Blank or Common predefined schema and want to work with queries, charts, and reports without having to create them all.
This utility is also useful when you are working with test databases. For example, you may want to test queries, charts, and reports in the test database before introducing schema changes in the production database. In this case, you can use bkt_tool to copy and move all the production workspace items to the test database.
bkt_tool -d -dbset 1.1 -us "admin" -password "" -db "test1" -directory "d:\temp\bkt_test"
bkt_tool -e -dbset 1.1 -us "admin" -password "" -db "CLSIC" -directory "d:\temp\bkt_test"
bkt_tool -i -dbset 1.1 -us "admin" -password "" -db "test1" -directory "d:\temp\bkt_test"
bkt_tool -u -dbset 1.1 -us "admin" -password "" -db "test1" -directory "d:\temp\bkt_test"