Hi,
I have a procedure that takes a long time to run. My goal it's to execute the call procedure from the XSJS, but don't wait for the execution. I couldn't do this using $.hdb interface (SPS 10), it seems that it will always wait for the procure execution to complete. As it takes to long to run, I get:
The execution of the script has exceeded the maximum request runtime.
And everything is rolled back...
Any ideas ?