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 > Problem with Bind

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-03-08, 16:10
san_suzi2004 san_suzi2004 is offline
Registered User
 
Join Date: Feb 2008
Posts: 4
Problem with Bind

Even after running db2rbind command and
DB2 bind @db2ubind.lst blocking all grant public
DB2 bind @db2cli.lst blocking all grant public

There is a problem in running the insert and update queries.

Thsi is the error we get


DB21034E The command was processed as an SQL statement because it was not a

valid Command Line Processor command. During SQL processing it returned:

SQL0805N Package "NULLID.SQLC2E06 0X4141414141634555" was not found.

SQLSTATE=51002

SQL0805N Package "NULLID.SQLC2E06 0X4141414141634555 " was not found.

sqlcode : -805

sqlstate : 51002

Plz help


Thanks,

Last edited by san_suzi2004; 03-03-08 at 16:27.
Reply With Quote
  #2 (permalink)  
Old 03-03-08, 16:56
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Did you bind db2schema.bnd?

Andy
Reply With Quote
  #3 (permalink)  
Old 03-04-08, 00:40
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
At a command prompt, enter:

db2 terminate
db2 CONNECT TO <dbname>
db2 BIND <path>/@db2ubind.lst BLOCKING ALL GRANT PUBLIC ACTION ADD db2 terminate


Where <dbname> represents the name of a database to which the utilities should be bound, and where <path> represents the full path name of the directory where the bind files are located, such as $HOME/sqllib/bnd where $HOME represents the home directory of the instance for the database server.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
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