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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
chaitanyateja
Contributor
Contributor

tFileInputMSDelimited_1_NB_LINE not added to globalMap

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

Labels (2)
2 Replies
manodwhb
Champion II
Champion II

Working and not working jobs in same studio, may be your global variable not called properly in toraclerow. Can you check? ​

chaitanyateja
Contributor
Contributor
Author

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.