Page 1 of 1

DB2 Reading Problem?

Posted: Mon Jun 16, 2014 5:32 am
by pkll
Hi ,

My Source is DB2 Database. When I am trying to read the data it is showing below message.

Code: Select all

Failed to receive the response from the handler:Request Timed Out.
Could you please suggest me how can I resolve this problem?

Thanks in Advance!!

Posted: Mon Jun 16, 2014 5:54 am
by qt_ky
Is the error coming when you View Data from Designer, in the job log when you run the job, or as a web service response?

Posted: Mon Jun 16, 2014 11:27 am
by pkll
Hi,

I am getting this error when i tried to view data in source DB2.

Posted: Mon Jun 16, 2014 5:19 pm
by ray.wurlod
Request timed out suggests either that the DB2 server is not up, or that your network is too busy to permit a timely response.

Does your SQL query include anything (such as an ORDER BY clause) that would cause some delay before the first row returns? Does your job run OK but you only get this error in View Data?