Quantcast
Channel: SCN : Unanswered Discussions - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 4343

Dynamic Job Scheduling in HANA SPS 7 rev 71, passing parameters to the job doesn't work

$
0
0

Hi,

 

I'm using the job scheduling provision provided in HANA SPS 7 rev 71. However, I'm not able to pass the parameters to the job successfully.

 

I've adding job via syntax:

 

var myjob = new $.jobs.Job({uri:"<full job path>.xsjob"});

  id = myjob.schedules.add({ description: "adding job for id : "+id, xscron: "* * * * * * 59",

  parameter:

  { "id": "44",

   "value": "12",

   }

  });


Viewing all articles
Browse latest Browse all 4343

Trending Articles