Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Talend batch file not being triggered through .NET code

Hi everyone,

I built a job using Talend Studio and kept its batch file on my desktop. When I call the batch file using command prompt, it runs perfectly. However, I am using a webpage UI and this job has to be called on a button clicks on the UI. Thus, the job needs to be called from .NET code.

When called through .Net, it seems that the .NET code is not able to trigger the job. In the task manager, an instance of Java is created but the usage of CPU is 0%. 

Has anyone faced a similar problem? 

Any suggestions are welcome.

Thank you.

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

The process of building your job should be successful as you are able to call the batch file using command prompt and it runs perfectly.

Is it OK with you to run Talend job in Windows Scheduler? Perhaps something wrong with your .NET code.

Best regards

Sabrina