DB2 ODBC FAIL!

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
jakey2415
Participant
Posts: 7
Joined: Tue Feb 26, 2008 7:09 pm

DB2 ODBC FAIL!

Post by jakey2415 »

./bind20 testodbc
Package creation failed!: Unexpected Network Error. ErrNum = 11

who can tell me how to resolve?
yeah
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Make sure a DB2 connection to the host database is established before running 'bind'.
jakey2415
Participant
Posts: 7
Joined: Tue Feb 26, 2008 7:09 pm

Post by jakey2415 »

lstsaur wrote:Make sure a DB2 connection to the host database is established before running 'bind'.

now:
Package creation failed!: Command cannot be completed. Bind process is active.
yeah
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Post by attu »

did you bind using this syntax?
./bind20 dsn GRANT PUBLIC

Also,
try to debug using demo odbc and post results of MSG.

Code: Select all

$DSHOME../branded_odbc/demo> ./demoodbc  <dsn name> -uid <username> -pwd <passwrd>
Thanks
Post Reply