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: 
Anonymous
Not applicable

Executing A Talend Job Using Windows Scheduler

Hi,
I created several design Jobs using Talend open studio 5.2.0M3
I want to schedule the job that i created using Windows Scheduler.
I try to export my job but a .bat file not there.
Anyone know to solve this

Thank you

Labels (2)
42 Replies
Anonymous
Not applicable
Author

Hi Sabrina,
If the .bat file is "Run as administrator", how will I know that the .bat file is correct??Any indicator to show that it work perfectly?
About the configuration of window service, I have triggered the task before it is executed.
The problem is when I use metadata as the source (e.g bahasa_pengaturcaraan), the window service could not deploy the .bat file, which the data could not be uploaded to the target database (e.g tMysqlOutput_1). I just could not figure out the actual problem.
Regards,
naim
0683p000009MAFm.jpg 0683p000009MA5B.jpg 0683p000009MA1D.jpg 0683p000009MA1E.jpg
Anonymous
Not applicable
Author

Hi,
If the .bat file is "Run as administrator", how will I know that the .bat file is correct??

You need run the .bat file by window command to check your script file, firstly.
I have seen your job, extracting the data from resource DB into target DB, right? The data should be uploaded to the target database, doesn't it? Or something wrong with this step?
I have a demo job similar with yours. The job work well for me, when i run it by window command. So i suspect something wrong with the window service. In additional that you have mentioned that
On the other hand, the job works when I used Talend as the platform to execute the job.

.

The problem is when I use metadata as the source (e.g bahasa_pengaturcaraan), the window service could not deploy the .bat file

BTW, I have no idea about that, and what i can do is to make sure your .bat file is correct. Sorry for that.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
I had created a job and try to execute with Talend Scheduler. I set the Scheduler and extract as a batch file. Now using windows scheduler I tried to run that Batch file to execute the job. Batch file is executed and inside history it is showing job is completed but no any action will be happen.
Can you please help me out . It's veru urgent..

Thanks
Praveen Singh
Anonymous
Not applicable
Author

Hi div,
Did your job run successfully in cmd? Is there any error on cmd?
Note: set the key word"pause" into your .bat file to see if there is any error in cmd.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi sabrina,
That is excuted successfully. Now My requirement is Can I call Mediation job inside Talend ESB integration. Actually I had created one route job inside Mediation to seprate the file depending upon the file type and upload inside the Active MQ. for that I wrote xpath query. Now Mediation job I want to execute inside the Integration mode. Is it Possible. Please suggest me which component we need to use to call the mediation job inside Integration mode.

Thanks
Praveen singh
Anonymous
Not applicable
Author

Hi,
Why do you want to call esb mediation job (cXXX) in data integration? You can use TalendHelpCenter:cTalendJob which can call a Data Integration Job either from the repository or exported as an OSGI Bundle For ESB.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
following is my Full Requirment:
I Have an application which uploaded messages inside the Active MQ. I used Mediation mode and design a route job to differ the file and sepearte the messages, upload it in the specific ActiveMQ e.g. ActiveMQ.CCR,ActiveMQ.CGP, all this is seperated from ActiveMQ.FullMSG. For this I designed the Route job. Now I want to create the Batch file to execute and deploy inside the server. Thrugh Mediation I am not able to create the Batch file, So that I want to use this mediation job inside Integration mode and create the batch file for deployment. My route job design is as follows:
JMSConnection
CJMS--Route--JMS(when="/root/row")CCR etc.
This willl seperate the msg depending upon the condition.
Now this whole Route job I want to use inside the Integartion mode.

Please suggest me your valuable thought.
Best Regards
Praveen Singh
Anonymous
Not applicable
Author

Hi,
So far, it's impossible to use esb route in data integration mode.
For talend esb route, you have to build it as .kar file then deploy on talend run time.
TalendHelpCenter:How+to+build+Routes.
Best regards
Sabrina
Anonymous
Not applicable
Author

HI Sabrina,
Can u please also let me know how to deploy the .kar file in Talend Run Time. Please share the deployment step with me. I am very new in Talend.
Thanks you so much for your valuable support.
Thanks
Praveen Singh
Anonymous
Not applicable
Author

Hi,
Here is document about TalendHelpCenter:Building and deploying Routes using the Studio, hope it will be helpful.
As a matter of fact, you can export your route to a /container/deploy directory in a Talend Runtime so that it is directly deployed, but it can also be stored elsewhere and copied to the deploy directory later.
Best regards
Sabrina
0683p000009MAFr.jpg