Application Development and Automation 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: 
Read only

Dialog Process getting timed out

anuj_srivastava
Active Participant
0 Likes
481

Hi ,

I am using parallel processing . Each parallel process is writing a file on the application server.

But one of the process is taking long to complete and doesn't writes the full data on the file.

What can be possible error and solution to that ??

Regards,

Anuj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
439

Every dialog process has time out parameter set by Basis. Please check that parameter.

one way to avoid time outis by using commit work as it will reset the timer.

Hi ,

I am using parallel processing . Each parallel process is writing a file on the application server.

But one of the process is taking long to complete and doesn't writes the full data on the file.

What can be possible error and solution to that ??

Regards,

Anuj

1 REPLY 1
Read only

Former Member
0 Likes
440

Every dialog process has time out parameter set by Basis. Please check that parameter.

one way to avoid time outis by using commit work as it will reset the timer.