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