![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Trying to help a friend out with this issue, I am not the DBA on this .... Whenever we import data (using the DB2 command "import"), we should get a set of informational messages showing us how many rows were inserted/rejected/etc. They look like this: Number of rows read = 31253 Number of rows skipped = 0 Number of rows inserted = 920 Number of rows updated = 30332 Number of rows rejected = 1 Number of rows committed = 31253 Because this package is missing from our system, instead we get this error message: SQL0805N Package "NULLID.SQLUOD01" was not found. SQLSTATE=51002 The imports happen fine - the informational messages are what is failing. Can anyone give direction on what DB2 component is missing and a way to solve this? They tried to rebind, but to no avail, and this has not worked from the begining. Thanks in advance for any suggestions. |
#3
| |||
| |||
|
|
Are the server and client using the same platform? Probably not since you're missing this package and you said they've rebound the utilities. PM |
#4
| |||
| |||
|
|
There is no real client - all this importing, etc are scripts running on the server itself. Any other ideas? Are the server and client using the same platform? Probably not since you're missing this package and you said they've rebound the utilities. PM |
#5
| |||
| |||
|
|
---------- DB2UBIND.LST db2uipkg.bnd Can you report if you get errors/warnings when you bind the list DB2UBIND.LST. Can you report the result of DB2 list packages for all | find /i "SQLUOD01" or use grep if under unix. And why not db2 select * from syscat.packages where pkgname like'SQLUO%' PM |
![]() |
| Thread Tools | |
| Display Modes | |
| |