It's all about the answers!

Ask a question

How to transfer data from RTC to diff Application?


Rengasami Ramanujam (3154) | asked Aug 24 '09, 7:22 a.m.
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



permanent link
Geoffrey Clemm (30.1k33035) | 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 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

permanent link
Rengasami Ramanujam (3154) | answered Aug 24 '09, 9:19 a.m.
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 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


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

permanent link
Geoffrey Clemm (30.1k33035) | 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:
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 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


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


Register or 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.