If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > An error occurred while binding the utilities to the database.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-16-11, 04:26
super_mpk super_mpk is offline
Registered User
 
Join Date: May 2011
Posts: 15
An error occurred while binding the utilities to the database.

Hi All,

I am running import command on the test database . This error occured when I am running the Import cmd "An error occurred while binding the utilities to the database."
Export is working properly but at Import I am getting this error. I am working on DB2 Version 8. And the OS is Windows

Please If anyone is having solution let me know.



Thanks,
Reply With Quote
  #2 (permalink)  
Old 06-16-11, 08:13
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Try manually binding utilities' packages and check the message files for errors:

Code:
db2 bind @db2ubind.lst blocking all sqlerror continue messages bind.msg grant public
db2 bind @db2cli.lst blocking all sqlerror continue messages cli.msg grant public
Bind files are in sqllib\bnd.
Reply With Quote
  #3 (permalink)  
Old 06-16-11, 09:59
super_mpk super_mpk is offline
Registered User
 
Join Date: May 2011
Posts: 15
An error occurred while binding the utilities to the database.

Hi

Thanks for your reply..

I tried both the commands only db2cli.lst was run.
When I run db2ubind.lst it says user does not have authority to perform bind operation. and it also gives the error "SQL0805N Package "NULLID.SQLC2E06 0X4141414141634555" was not found." when I run it from DB2 Command Window
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On