RTI INPUT ERROR

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

Moderators: chulett, rschirm

Post Reply
trainee9999
Charter Member
Charter Member
Posts: 47
Joined: Sat Jul 09, 2005 2:04 pm

RTI INPUT ERROR

Post by trainee9999 »

Hi All,

We have a fairly simple design.

Design:
RTI_INPUT
|
|
V
TRANSFORMER------>RTI_OUTPUT
|
|
|
V
Oracle(Lookup)

IN RTI Input we are passing 1 argument to the transformer, which we are looking up in Oracle and then passing the result to the RTI ouput stage.
Using Web service call we plan to pass the Itemid and get the details landed onto a sequential file.

the job aborts on execution with the following warning and error messages:

Warning
NEW_RTI..RTI_Input_0.DSLink4: ds_ipcopen() - call to OpenFileMapping() failed - The system cannot find the file specified.

fatal event
NEW_RTI..Transformer_3: |Error 11 in GCI Link initialisation.|


In another scenario, We planned to pass the inputs using web service call. Here also the we encountered the same errors.
The design is: RTI INPUT ----->Sequential file


Can someone please help us get out of this situation.

Thank a lot in advance,
Last edited by trainee9999 on Tue Nov 14, 2006 10:01 pm, edited 1 time in total.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Can't help with the error, suggest you call Support and see what they have to say. For the record, what binding methods did you purchase and which one are you using?

On the second scenario, keep in mind a 'limitation' of using Sequential files in RTI jobs, especially 'always on' ones - the file is never closed until the job is shutdown. So not the best choice unless you don't mind the fact that all data won't be flushed to disk until the web service is stopped... which kind of defeats the purpose.
-craig

"You can never have too many knives" -- Logan Nine Fingers
trainee9999
Charter Member
Charter Member
Posts: 47
Joined: Sat Jul 09, 2005 2:04 pm

Post by trainee9999 »

Thank you Craig, the second scenario was to check on RTI INPUT stage...which again errored out.


chulett wrote:Can't help with the error, suggest you call Support and see what they have to say. For the record, what binding methods did you purchase and which one are you using?

On the second scenario, keep in mind a 'limitation' of using Sequential files in RTI jobs, especially 'always on' ones - the file is never closed until the job is shutdown. So not the best choice unless you don't mind the fact that all data won't be flushed to disk until the web service is stopped... which kind of defeats the purpose.
Post Reply