Exporting data
Besides database backup...
Is there a way to export quality manager data (requirements, test cases/scripts)?
I see this in the help, but does it include "data", and not configuration?:
Export the data from your existing repository using the repotools -export command and save the file outside the Rational Quality Manager directory structure, as shown in the following example:
repotools -export toFile=c:\export.tar teamserver.properties=c:\RQM\server\teamserver.properties
where toFile specifies the name of the TAR file that the repository is exported to and teamserver.properties specifies the path to the teamserver.properties file.
Is there a way to export quality manager data (requirements, test cases/scripts)?
I see this in the help, but does it include "data", and not configuration?:
Export the data from your existing repository using the repotools -export command and save the file outside the Rational Quality Manager directory structure, as shown in the following example:
repotools -export toFile=c:\export.tar teamserver.properties=c:\RQM\server\teamserver.properties
where toFile specifies the name of the TAR file that the repository is exported to and teamserver.properties specifies the path to the teamserver.properties file.
One answer
Besides database backup...
Is there a way to export quality manager data (requirements, test cases/scripts)?
I see this in the help, but does it include "data", and not configuration?:
Export the data from your existing repository using the repotools -export command and save the file outside the Rational Quality Manager directory structure, as shown in the following example:
repotools -export toFile=c:\export.tar teamserver.properties=c:\RQM\server\teamserver.properties
where toFile specifies the name of the TAR file that the repository is exported to and teamserver.properties specifies the path to the teamserver.properties file.
Yes, the repotools command would export all the data in the database and save it to the .tar file. You could then use 'repotools -import' command to migrate the data to a new database.