ccmdb co|copy src_database_path dest_database_path
[/p|/space destdbspace]
The new database resides on the same database server as the source database. However, you can use any dest_database_path, if it is on an NTFS file system.
Before you copy a database:
If you give the new database a name that does not conform to the file limit option setting, the ccmdb copy command exits with the following error message:
Destination database name name does not conform to file_limit
file name format.
To view the file limit option setting for your database, see ccmdb info.
After copying a database, you might need to change some of the database properties, such as the paths to project work areas. See Rational Synergy CLI Help for the ccm wa (work area) command for important information about changing a copied database properties.
The user for this command is the Rational Synergy administrator.
Copy the base database to tstgonzo.
> ccmdb copy \\loon\ccmdb\base \\loon\ccmdb\tstgonzo
Do not create databases under the Rational Synergy installation directory.