Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel processing time out error

Former Member
0 Kudos

Hi All,

I am working on a scenario where in I am spawning two different parallel processe in a background job to calculate some entitlements.

My problem is even when running the main program in background mode the parallel processes are always spawned in a new dialog work process as a result of which if the dialog processes run for more than 15 minutes I get a time out error for the parallel jobs.

I understand that we cannot use the addition IN BACKGROUND TASK while doing the function call as we need the result from the function calls in the main program.

Is there any way where I can call parallel jobs in a background workprocess or override the time out issue without changing the system parameter value.

Any suggestions would be greatly appreciated.

Regards,

Narsingh.

1 REPLY 1

Former Member
0 Kudos

Hi Narsingh,

By any chance did you got the solution, it would be great if you could share the solution for the issue you faced.

Regards,

Neerup