cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to run the job in XSA, failed with status code 403

0 Kudos

Hi Experts,

I am trying to schedule and run the jobs in xsa but I see that Its failing with error 403. Please guide me here.

I have assigned JOB_SCHEDULER role collection to the user, which I use to login to job dashboard.

My .xsjob file is

{
	"description": "Minimal Interval Job",
	"action": "core.server.job:abc_job.xsjs::runJob",
	"schedules": [
		{
			"description": "Minimal Interval Job",
			"xscron": "* * * * * */1 20"
		}
	]
}

Accepted Solutions (0)

Answers (1)

Answers (1)

HakanHaslaman
Product and Topic Expert
Product and Topic Expert
0 Kudos

Here is some documentation that might help with manually editing the .xsjob file to include a schedule:https://help.sap.com/viewer/b3d0daf2a98e49ada00bf31b7ca7a42e/2.0.01/en-US/15e72de0ed4a4ce1aa1ad7483d...

If this does not help, please setup xs admin trace, depends what xsengine do you use, standalone xsengine, or xsengine embeded in indexserver in hana studio - trace configuration:

- "show all components" checkbox
- search for xsa:sap.hana.admin
- this trace should show up under xsengine or indexserver, please activate the trace to "DEBUG" level then reproduce the issue, try to display job logs/job steps... in admin tool
- then stop the trace and generate full system dump from this.

Please send all file with an incident to the component HAN-AS-XS-JOB, so the product support can further assist you.