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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
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