Query Controller error

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
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Query Controller error

Post by dspxguy »

Hi,
Any insights on this error message?

Code: Select all

DB2 Driver Embedded SQL message: SQL29007N  Unable to communicate with the Query Controller.
;
sqlcode = -29007;
sqlstate =     
Failed to connect to database.
Error Idx = 9;
DB2 Driver Embedded SQL message: SQL29007N  Unable to communicate with the Query Controller.
;
sqlcode = -29007;
sqlstate =     
Open failed 
Thanks
sud
Premium Member
Premium Member
Posts: 366
Joined: Fri Dec 02, 2005 5:00 am
Location: Here I Am

Re: Query Controller error

Post by sud »

Very apparent from the error message : "Failed to connect to database". First see if you are able to connect to database from the datastage server machine to your DB2 instance.
It took me fifteen years to discover I had no talent for ETL, but I couldn't give it up because by that time I was too famous.
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Post by dspxguy »

yes i can connect to the database from ds server
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Use the DS_CONNECT command to test connectivity using the DataStage DSN for connection to this database. The DS_CONNECT command must be issued from within an interactive dssh session.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Post by dspxguy »

yeah it is working, it was a dba issue.
Post Reply