Deploying IBM Cognos Workspace comments
You can deploy IBM® Cognos® Workspace comments using the following procedure.
Procedure
- On the computer that has the annotations that you want to deploy, export the content store. For information about exporting a content store, see Creating a new export deployment specification.
- On the source server, open a command prompt in the c10_location/bin folder.
- In the bin folder, run the file named htsDeployTool with
the following arguments:
htsDeployTool -persistenceUnit annotations -camUsername camUsername -camPassword camPassword -camNamespace camNamespace -exportFile exportFileName -password exportFilePassword
where
camUsername is the username for the namespace
camPassword is the user password for the namespace
camNamespace is the name of the namespace
exportFileName is the name of the export file that will be created, for example, HumanTaskExportFile1
Example: htsDeployTool -persistenceUnit annotations -exportFile myFile -password test2Password -camNamespace default -camUsername myId -camPassword myPasswordTo allow anonymous access, omit the -cam arguments.
- Check to make sure that the file exportFileName.xml.gz was created in c10_location/deployment. For example, HumanTaskExportFile1.xml.gz. Copy it.
- On the destination server, import a deployment. For information about deployment and import specifications, see Deployment Specifications.
- On the destination server, paste the file exportFileName.xml.gz in c10_location/deployment.
- On the destination server, open a command prompt in c10_location/bin
and run the htsDeployTool with the following arguments: htsDeployTool
-persistenceUnit annotations -camUsername camUsername -camPassword camPassword -camNamespace camNamespace -importFile importFileName -password importFilePassword
where
camUsername is the username for the namespace
camPassword is the user password for the namespace
camNamespace is the name of the namespace
importFileName is the name of the export file that you created in step 3
importFilePassword is the password for the file that you created in step 3
- Storing and reporting on IBM Cognos Workspace comments
This topic provides information about storing and reporting on Cognos Workspace comments.