Page 1 of 1

DB2 ODBC FAIL!

Posted: Sun Oct 25, 2009 2:51 am
by jakey2415
./bind20 testodbc
Package creation failed!: Unexpected Network Error. ErrNum = 11

who can tell me how to resolve?

Posted: Sun Oct 25, 2009 11:30 am
by lstsaur
Make sure a DB2 connection to the host database is established before running 'bind'.

Posted: Mon Oct 26, 2009 6:51 am
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.

Posted: Tue Oct 27, 2009 1:49 pm
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