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
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
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:
- 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
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
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:
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
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