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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
romelroco
Contributor
Contributor

The source data should be specified as File Path or InputStream or java.io.Reader!

Im using Talend Management Cloud in running job and putting config properties file as Resource. While doing some testing, I was able to run the job with success and able to fetch the config properties file. But when running the main job -- will call the parent job then parent job will call subjobs, I'm getting error that seems job isn't getting the properties file.

 

Part of the error:

"Implicit_Context_Regex The source data should be specified as File Path or InputStream or java.io.Reader!java.lang.Exception: The source data should be specified as File Path or InputStream or java.io.Reader! at project_inbound.misc_inbound_check_file_0_2.misc_inbound_check_file.Implicit_Context_RegexProcess(misc_inbound_check_file.java:1052)"

Labels (4)
3 Replies
romelroco
Contributor
Contributor
Author

Can anyone help me with this? thanks.

Anonymous
Not applicable

Hi,

 

   Could you please share the job screenshot details to understand how you are calling child job.

 

    I am having doubt whether context parameters are being send correctly.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved

dineshkumare
Partner - Contributor
Partner - Contributor

Hi,

 

I am facing the exact same kind of issue.

Let me know does anyone has solution for this issue