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

time out error

Former Member
0 Likes
437

hai to all,

iam facing a problem when doing the extraction, iam getting the message that "time out error occured",what is the reason behind this.

pl help me to solve,

thanx in advance

syam

3 REPLIES 3
Read only

Vinod_Chandran
Active Contributor
0 Likes
412

This is due to the time taken for extract in the foreground. There is a basis setting for maximum time for work process hold time. If the extract time exceeds that you will get time out error.

Read only

Former Member
0 Likes
412

run the program in background with high priority.

regards.

Read only

Former Member
0 Likes
412

you can also examine following possibilities.

Is the program taking time bacause of faulty logic? (endless loop etc)

is there a performance issue?