DB2 Reading Problem?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
pkll
Participant
Posts: 73
Joined: Thu Oct 25, 2012 9:45 pm

DB2 Reading Problem?

Post 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!!
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post 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?
Choose a job you love, and you will never have to work a day in your life. - Confucius
pkll
Participant
Posts: 73
Joined: Thu Oct 25, 2012 9:45 pm

Post by pkll »

Hi,

I am getting this error when i tried to view data in source DB2.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply