solution for db2 SQL0805N NULLID.SQLC2G13 missing

Symptom

During execution of an import from a DB2 for Linux, Unix and Windows Version 8.1 client you may encounter the error:

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.SQLC2G13 0X41414141414E4758" was not found.
SQLSTATE=51002 7 0



Cause

The package NULLID.SQLC2G13 is missing from the database.

 

Resolving the problem

To resolve the SQL0805N error, bind the file db2ubind.lst found in sqllib/bnd directory, from the client machine not the server, using the command:


db2 bind @db2ubind.lst blocking all grant public
 
 
Case
db2 connect to dbname
db2 bind 'c:\sqllib\BND\@db2ubind.lst' blocking all grant public
posted @ 2016-04-06 11:15  coonver  阅读(666)  评论(0编辑  收藏  举报