Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Job in scheduled state--->not inserting records in table.

$
0
0

Hi,

 

I have created a job via XSJOB file, everything is activated .

But when I go in XS engine link , its showing status as job 'SCHEDULED'.And no records inserted in my table.

Am I missing anything?

 

My procedure:

 

PROCEDURE "SYSTEM"."sumeet10::insert_values" ( )

  LANGUAGE SQLSCRIPT

  SQL SECURITY INVOKER

  DEFAULT SCHEMA "SYSTEM"

  --READS SQL DATA AS

  as

BEGIN

/*****************************

  Write your procedure logic

*****************************/

 

insert INTO "SYSTEM"."TEST_SD1" values ('ABC','DE');

 

END;

 

XSJOB file.

 

{

  "description": "Job to Update INSERT values",

  "action": "sumeet10::insert_values",

  "schedules":

  [

  {

  "description": "Table will be INSERTED after every 59 sec",

  "xscron": "* * * * * * 59"

  }

  ]

}

 

 

scheduled.png

Br

Sumeet


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>