Unable to load the table definition through ODBC dirver

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
atul9806
Participant
Posts: 96
Joined: Tue Mar 06, 2012 6:12 am
Location: Pune
Contact:

Unable to load the table definition through ODBC dirver

Post by atul9806 »

Hi there
I am unable to load the table def through ODBC.
it throws a error :
DSR.MetaGeta(GET.TABLES)(SQLConnect('DB2','administrator')): BCI Error:
SQLSTATE=S1000,CODE=7684,[DataStage][SQL Client][ODBC][DataDirect][ODBC DB2 Wire Protocol driver]Command cannot be completed. Bind process is active.
please help
~Atul Singh
<a href=http://www.datagenx.net>DataGenX</a> | <a href=https://www.linkedin.com/in/atulsinghds>LinkedIn</a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You (or a DBA) must run the appropriate bind19 or bind20 command.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
atul9806
Participant
Posts: 96
Joined: Tue Mar 06, 2012 6:12 am
Location: Pune
Contact:

Post by atul9806 »

Thanks Ray
I owned the DB on my local system. Please let me know what is the command to execute ?
~Atul Singh
<a href=http://www.datagenx.net>DataGenX</a> | <a href=https://www.linkedin.com/in/atulsinghds>LinkedIn</a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

bind19 or bind20, depending on your version of DB2. This is a DB2 command, not a DataStage command.
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