It's all about the answers!

Ask a question

CQ Connector Java API


Moti Wertheimer (18913628) | asked Feb 20 '11, 3:07 a.m.
JAZZ DEVELOPER
Hi,
I would like to perform some automation and diagnosis tasks on the sync status with CQ connector.
I have many sync failures and I would like to export this data to another program (no way to do it in the eclipse client).
Also performing "Retry outgoing/incoming synchronization" can be done manually - one by one. not so good for about 150 such.

Maybe some API will help me? can I have some reference?
Or other solutions.

Thanks,

3 answers



permanent link
John Vasta (2.6k15) | answered Feb 20 '11, 10:27 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
I would start by reading https://jazz.net/wiki/bin/view/Main/ItemConnectorCreation. Although you don't want to create a new connector, the section titled "Item Connector Client API" will be relevant - basically, you'll want to use the com.ibm.team.interop.client.IInteropManager client library interface. And if you've never written RTC client code before, you'll need to follow the references in that wiki topic to component development in general, and how to set up a development environment.

Hi,
I would like to perform some automation and diagnosis tasks on the sync status with CQ connector.
I have many sync failures and I would like to export this data to another program (no way to do it in the eclipse client).
Also performing "Retry outgoing/incoming synchronization" can be done manually - one by one. not so good for about 150 such.

Maybe some API will help me? can I have some reference?
Or other solutions.

Thanks,

permanent link
Moti Wertheimer (18913628) | answered Feb 20 '11, 10:44 a.m.
JAZZ DEVELOPER
I would start by reading https://jazz.net/wiki/bin/view/Main/ItemConnectorCreation. Although you don't want to create a new connector, the section titled "Item Connector Client API" will be relevant - basically, you'll want to use the com.ibm.team.interop.client.IInteropManager client library interface. And if you've never written RTC client code before, you'll need to follow the references in that wiki topic to component development in general, and how to set up a development environment.

Hi,
I would like to perform some automation and diagnosis tasks on the sync status with CQ connector.
I have many sync failures and I would like to export this data to another program (no way to do it in the eclipse client).
Also performing "Retry outgoing/incoming synchronization" can be done manually - one by one. not so good for about 150 such.

Maybe some API will help me? can I have some reference?
Or other solutions.

Thanks,



The link seems to be broken.
I get directed to this page: https://jazz.net/wiki/bin/oops/Main/ItemConnectorCreation/WebHome?template=oopsaccessdenied;def=no_such_web;param1=view

permanent link
John Vasta (2.6k15) | answered Feb 21 '11, 8:24 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
Looks like the period at the end of the sentence somehow got incorporated into the link. Try this:

https://jazz.net/wiki/bin/view/Main/ItemConnectorCreation

Your answer


Register or to post your answer.