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%.