Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Not able to print/assign the value from tOracleSP to tJavaRow

Hi,
I am newbie in talend and here is my job
tFixedFlowInput (setting the parameters) --> tOracleSP (Execute the procedure) --> tJavaRow --> (Here I am generating the code and printing the parameter's value that I passed to procedure and assigning them to context variable to use it in further component.)
But I am getting below error:

output_row cannot be resolved to a variable


I searched on talend community but couldn't understand how to resolve this.

Please let me know if you need more details.
Regards,
Rakesh D

Labels (2)
1 Reply
anselmopeixoto
Partner - Creator III
Partner - Creator III

Hello Rakesh,
The tJavaRow component needs to be connected to an output component (like tLogRow) so you can use the output_row variable.
Regards,
Anselmo