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 > SQL0805N Package "NULLID.SYSLH214 0X5359534C564C3031" was not found.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-07-06, 16:11
ljrong ljrong is offline
Registered User
 
Join Date: Jan 2002
Location: USA
Posts: 53
SQL0805N Package "NULLID.SYSLH214 0X5359534C564C3031" was not found.

Hi,

I got
DBD:B2::db prepare failed: [IBM][CLI Driver][DB2/SUN64] SQL0805N Package "NULLID.SYSLH214 0X5359534C564C3031" was not found. SQLSTATE=51002
DBD:B2::st execute failed: [IBM][CLI Driver][DB2/SUN64] SQL0805N Package "NULLID.SYSLH214 0X5359534C564C3031" was not found. SQLSTATE=51002
Can't execute statement: [IBM][CLI Driver][DB2/SUN64] SQL0805N Package "NULLID.SYSLH214 0X5359534C564C3031" was not found. SQLSTATE=51002

Sun Solaris 10, DB2 V9.
bash-3.00$ db2level
DB21085I Instance "db2inst1" uses "64" bits and DB2 code release "SQL09010"
with level identifier "02010107".
Informational tokens are "DB2 v9.1.0.0", "s060629", "SUN64", and Fix Pack "0".
Product is installed at "/opt/IBM/db2/V9.1".


Thanks a lot.
Reply With Quote
  #2 (permalink)  
Old 12-07-06, 16:26
koganti koganti is offline
Registered User
 
Join Date: Jul 2002
Location: ATL
Posts: 170
rebind the packages
Reply With Quote
  #3 (permalink)  
Old 12-07-06, 16:49
ljrong ljrong is offline
Registered User
 
Join Date: Jan 2002
Location: USA
Posts: 53
more detail?

Thanks.
Reply With Quote
  #4 (permalink)  
Old 12-07-06, 18:49
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
db2 connect to ...
db2 bind @/opt/IBM/db2/V9.1/bnd/db2cli.lst blocking all grant public
Reply With Quote
  #5 (permalink)  
Old 12-07-06, 23:11
ljrong ljrong is offline
Registered User
 
Join Date: Jan 2002
Location: USA
Posts: 53
I did it
bash-3.00$ db2 bind /opt/IBM/db2/V9.1/bnd/@db2cli.lst blocking all grant public

LINE MESSAGES FOR db2cli.lst
------ --------------------------------------------------------------------
SQL0061W The binder is in progress.
SQL0091N Binding was ended with "0" errors and "0" warnings.

But still got
DBD:B2::db prepare failed: [IBM][CLI Driver][DB2/SUN64] SQL0805N Package "NULLID.SYSLH214 0X5359534C564C3031" was not found. SQLSTATE=51002
DBD:B2::st execute failed: [IBM][CLI Driver][DB2/SUN64] SQL0805N Package "NULLID.SYSLH214 0X5359534C564C3031" was not found. SQLSTATE=51002
Can't execute statement: [IBM][CLI Driver][DB2/SUN64] SQL0805N Package "NULLID.SYSLH214 0X5359534C564C3031" was not found. SQLSTATE=51002

Thanks
Reply With Quote
  #6 (permalink)  
Old 12-07-06, 23:52
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
just check case 2 at following tech article

http://www-128.ibm.com/developerwork...ex.html#N10AB6

--Rahul
Reply With Quote
  #7 (permalink)  
Old 12-08-06, 00:03
ljrong ljrong is offline
Registered User
 
Join Date: Jan 2002
Location: USA
Posts: 53
Great! it works!!!
thanks a lot.

-Jianrong
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