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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vidya821
Creator
Creator

Error in execution of subjob using context parameters

Hello,

 

i am facing an issue during job execution.

the issue is attached in screenshot.

i am trying to pass the context parameters on the run in the subjob as seen in screenshot, however getting an error

Could someone please tell me why the issue is coming and probable solution.

Thanks

 

Labels (2)
2 Replies
vidya821
Creator
Creator
Author

Sorry guys,

used \\ instead of \ for path specification and it worked but dont know the exact reason..

i found solution on trial and error basis

cterenzi
Specialist
Specialist

Java strings use "\" as the escape character. To include a literal "\" in a string you have to escape the escape character, "\\"

For file paths, you can also represent them as "C:/Talend/workspace/etc...."