cancel
Showing results for 
Search instead for 
Did you mean: 

How can we trigger an XS Job via HANA Procedure

0 Kudos

How can we trigger an XS Job via HANA Procedure or call an XS Job via Linux shell script?

Regards
Debanshu

pfefferf
Active Contributor
0 Kudos

Hm, what has that answer to do with the original question?

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor

There is no official support to schedule a job within a HANA procedure. But there are APIs which can be used to schedule a job.

With the XS Classic API (if you are still using it) you can create an XSJS service which schedules the job. That service can be called, e.g. via a shell script if necessary.

The XS Advanced REST API can be directly used, e.g. within a shell script.