Hi ,
I have 2 development servers and I am able to create the background job in one server and running every 1 min ,the other one I tried to follow same steps but not able to activate my .xsjob file.
The error says :Required object does not exist or exist multiple times.
I have all the required roles assigned to my userid,
.xsjob file loos like
{
"description": "Background job test",
"action": "xxxxx::procedure",
"schedules":
[ { "description": "This job will run every minute",
"xscron": "* * * * * * 59"
}
]
}