cancel
Showing results for 
Search instead for 
Did you mean: 

Job Scheduling for SQL Script procedure

0 Kudos

Hi,

I am trying to activate an xsjob file with below format . But i am getting invalid file content error. Not sure where is the mistake. Unable to activate this xsjob file from my project explorer. Any inputs?

My SQL Script procedure is in package JobScheduler which is again in package opint. REF_INQTOORD is the name of the procedure.

{

"description": "Run OPI Jobs at regular intervals",

"action": "opint.JobScheduler::REF_INQTOORD",

"schedules": [

{

"description": "Run OPI Jobs at regular intervals",

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

  }

]

}

regards,
Deepthi lakshmi.A

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You have an extra comma that doesn't belong - at the end of the xscron attribute. 

former_member825150
Discoverer
0 Kudos

Thanks Thomas.

I was facing the same issue and removing the extra comma fixed it.

However the extra comma is brought in with the template code that is provided in the Studio. Might be something to check and get removed from the template.

Regards

Prashant