Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Synchronization with CQ - Changing databases

Two questions on CQ syncs... I'm no CQ expert so I'm trying as best as possible to phrase this right.

Suppose I begin bidirectional synchronization with a replica of a CQ database "Production" called "Pilot" with an RTC server. I then continue to make changes in RTC and "Pilot" records. At some point, I decide I want to switch back to "Production." Is it possible or have I boxed myself in?

Suppose I begin bidirectional synchronization with a CQ database "Pilot" with an RTC server. Then, I decide to nuke the RTC server database and start fresh. I then re-setup the synchronization with "Pilot". Will there be any problems grabbing the records because they already have an old value in the field the updated RTC schema provides?

Thanks!

0 votes



One answer

Permanent link
You cannot change the name of CQ database you sync with unless you basically start from scratch, and delete all synchronization information. You would need to delete the synchronization rules from RTC (you could export them first in order to preserve them and re-import them later), and you would need to delete all CQ records of type JazzConnectorChangeEvents, JazzConnectorQueryInfo, and JazzConnectorSyncHistory. (You would have to create queries that select all records of each of those types, then do bulk delete operations on them.)

In your second scenario, where you recreated the RTC server database, you would basically have to do the same thing in CQ - delete all instances of the JazzConnector* record types. You could then use the bulk synchronization tool (synctool) to sync existing CQ records into your new RTC database.

John
Jazz ClearQuest Connector Team

Two questions on CQ syncs... I'm no CQ expert so I'm trying as best as possible to phrase this right.

Suppose I begin bidirectional synchronization with a replica of a CQ database "Production" called "Pilot" with an RTC server. I then continue to make changes in RTC and "Pilot" records. At some point, I decide I want to switch back to "Production." Is it possible or have I boxed myself in?

Suppose I begin bidirectional synchronization with a CQ database "Pilot" with an RTC server. Then, I decide to nuke the RTC server database and start fresh. I then re-setup the synchronization with "Pilot". Will there be any problems grabbing the records because they already have an old value in the field the updated RTC schema provides?

Thanks!

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 20 '09, 12:10 p.m.

Question was seen: 5,693 times

Last updated: Mar 20 '09, 12:10 p.m.

Confirmation Cancel Confirm