How to transfer data from RTC to diff Application?
Hi All,
Is there a way to have data transaction from RTC to some other environment or application? What is the way to acheive that? I need to have a methodology which actually transfer the data to a diff environment. I cant use C/ALM because the destination application is not in Jazz platform |
3 answers
Geoffrey Clemm (30.1k●3●30●35)
| answered Aug 24 '09, 8:53 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Is this:
- a one-way one-time flow of information (for something like reporting), - a one-way incremental flow of information (so that only the new information is sent to the other repository) - a two-way incremental flow of information (where changes in the other repository should be brought back to RTC). In general, we call something like this a "Connector". We have a variety of connectors implemented in RTC, some of which have been built to be re-usable for use against other repositories. To re-use the connector components, you would have to implement that connector's repository API against your environment/application. Or of course, you can write whatever application you want using the RTC rest services. Cheers, Geoff reramanu wrote: Hi All, |
Is this: Hi All, Hi, It is 'a one-way incremental flow of information (so that only the new information is sent to the other repository)'. My requirement is like this, I have a link in WorkItem window. clicking on that should transport the data to other repository. Whatever XML mode will be fine for me. But one basic restriction is like, I dont want all the new project area's admin's configuring the service at their end. Please let me know the possible way of transaction. If you share any useful materials related to that would be very useful for me. Thanks, Rengasami Ramanujam |
Geoffrey Clemm (30.1k●3●30●35)
| answered Aug 24 '09, 9:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
For a one-way incremental flow of information, you should be able to
take advantage of the RTC feed services (but I'll need to defer to our RTC feed service experts for confirmation and additional details). Cheers, Geoff reramanu wrote: gmclemmwrote: Hi, It is 'a one-way incremental flow of information (so that only the new information is sent to the other repository)'. My requirement is like this, I have a link in WorkItem window. clicking on that should transport the data to other repository. Whatever XML mode will be fine for me. But one basic restriction is like, I dont want all the new project area's admin's configuring the service at their end. Please let me know the possible way of transaction. If you share any useful materials related to that would be very useful for me. Thanks, Rengasami Ramanujam |
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.