RTI Output Stage

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

RTI Output Stage

Post by attu »

I am looking at a job developed by some user....it basically uses an RTI output stage

odbc (extract from sql server) --> RTI output

What is the purpose of RTI output. What is buffer and timeout parameters used in the stage?

this is the log info :

Code: Select all

 RTI_Output_6,0: Input 0 consumed 1275 records
How can I view the data?

any inssights pls. Thanks
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

The RTI Output stage is the exit point from the job, returning one or
more rows to the client application as a service response. That job developed by your co-worker is exposed as a web service.
Post Reply