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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to schedule ESB job

Hi All,

 

I have created small esb job with tRestRequest --> tMap ---> tRestResponse.

I need to call TRestResquest every midnight automatically.

Can someone please help me on this?

 

Labels (3)
3 Replies
Anonymous
Not applicable
Author

Hi,

 

    If you would like to run it as a standalone job, you can use below detail from TAC User guide to schedule under Job Conductor.

 

https://help.talend.com/reader/RK~CAb9nJ1erxR8SrBbKoQ/2UkJS_8idEtiyPRGYotD5g

 

    But if you would wish to run it as a service or route, you will have to make some changes and will have to use ESB Conductor to schedule the job.

 

https://help.talend.com/reader/RK~CAb9nJ1erxR8SrBbKoQ/U_LTDW_oBoJWHVFFuLQynQ

 

Warm Regards,

 

Nikhil Thampi

Anonymous
Not applicable
Author

You should deploy it in a runtime as a service.  And then call it as a rest API (according to the endpoint) you have defined. 

 

If you are trying to run it as batch, then you don't need tRestRequest and tRestResponse.  Since you included them, I believe you are developing a REST Data Service.

nileshkene1
Contributor
Contributor

Unable to open links.