Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to run on of the jobs which has a tOracleRow component which takes in tFileInputMSDelimited_1_NB_LINE as a paramter to update the number of lines read from a
tFileInputMSDelimited component. The tFileInputMSDelimited_1_NB_LINE is supposed to be present in globalMap but while debugging in Java perspective I found out that it was never set in the code. There is a similar job with the exact same configuration running fine and I am really confused what could go wrong with this one. Any help would be greatly appreciated.
Thanks
Working and not working jobs in same studio, may be your global variable not called properly in toraclerow. Can you check?
I could not see tFileInputMSDelimited_1_NB_LINE global variable even before the tORaclerow call is made when debugging in JAVA perspective @Manohar B. The globalMap doesn't have it at all.