Importing a batch of ClearQuest records
The ClearQuest® Synchronizer includes a batch synchronization tool that lets you create corresponding items in a Jazz® repository for a batch of ClearQuest records.
About this task
The batch synchronization tool uses the parameters set in the cqconnector.properties file. The ClearQuest Synchronizer Setup Wizard updates the cqconnector.properties file based on the choices that you make. You can also edit the cqconnector.properties file directly to set the parameters. See Modifying Connector service parameters for descriptions of the parameters. Run the batch synchronization tool multiple times, once for each record type. This approach allows you to verify that the synchronization of one record type is successful before you proceed to the next record type.
Some record types might have a dependency on other record types. You should run the batch synchronization tool on the record types that other record types depend on first. For example, in the sample DefectTrackingInterop schema, synchronization of the Defect record type depends on successful synchronization of the Project and users record types. Therefore, use the batch synchronization tool on Project and users record types first. After you verify that synchronization of those record types succeeds, run the batch synchronization tool on the Defect record type.
The batch synchronization tool syntax is as follows:
synctool recordType=record-type-name jazzServer=https://user-ID:user-password@host-name:port/ccm projectArea=project-area-name
In the jazzserver parameter value, include your Jazz user ID and password.