cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous call procedure error

Former Member
0 Kudos

Hi Experts,

I have a procedure running that takes upto 6.5 - 7 minutes for execution and as soon as the control comes back to the XSJSlib it throws the error:

Sandbox.cpp(01488) - The execution of the script has exceeded the maximum request runtime.

Any solution to this problem.?

Thanks,

Abhishek Garg,

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You should consider scheduling the script via the XSJOB interface instead. 

Former Member
0 Kudos

Thanks Thomas for the response.

Is there any other option other than this.

Just in case for testing purpose is there a way to increase the session time so that i get the expected output.

This would serve the need for the time being.

Former Member
0 Kudos

Were you able to find any solution? i am having similar issue.

Thanks,

Mahesh

Former Member
0 Kudos

Hi Mahesh,

The only solution is to create an XSJOB and run that procedure through that job. It will execute in the background.

Or the second solution is to follow flowgraphs.

Answers (0)