473,657 Members | 2,634 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

NULLID.SYSSN300

Can anyone please help me and explain:

[24/03/06 11:22:28:212 EST] 3e70982f WSRdbDataSour I DSRA8203I:
Database product name : OS2

[24/03/06 11:22:28:332 EST] 3e70982f WSRdbDataSour I DSRA8204I:
Database product version : DB2 UDB 6.1

[24/03/06 11:22:28:332 EST] 3e70982f WSRdbDataSour I DSRA8205I: JDBC
driver name : IBM DB2 JDBC Universal Driver Architecture

[24/03/06 11:22:28:342 EST] 3e70982f WSRdbDataSour I DSRA8206I: JDBC
driver version : 2.8.46
[2006.03.24-11:22:28] (DEBUG ) [Thread-2] Database.execut eQuery( sql =
SELECT 1 FROM SYSIBM.SYSDUMMY 1 )
[2006.03.24-11:22:29] (ERROR ) [Thread-2] WarpSQLExceptio n:
au.com.warpspee d.database.exce ption.WarpSQLEx ception: NULLID.SYSSN300
SQL : SELECT 1 FROM SYSIBM.SYSDUMMY 1
SQL Message : NULLID.SYSSN300
SQL State : 51002
SQL Error Code: -805
Original Exception:
com.ibm.db2.jcc .a.SqlException : NULLID.SYSSN300
How far back does backwards compatibility go anyway?

Can 8.1/8.2 connect to a V7.1/7.2 database?
Back to V6.1?

Thanks,

-Chris

Mar 24 '06 #1
2 6556
ch****@warpspee d.com.au wrote:
Can anyone please help me and explain:

[24/03/06 11:22:28:212 EST] 3e70982f WSRdbDataSour I DSRA8203I:
Database product name : OS2

[24/03/06 11:22:28:332 EST] 3e70982f WSRdbDataSour I DSRA8204I:
Database product version : DB2 UDB 6.1

[24/03/06 11:22:28:332 EST] 3e70982f WSRdbDataSour I DSRA8205I: JDBC
driver name : IBM DB2 JDBC Universal Driver Architecture

[24/03/06 11:22:28:342 EST] 3e70982f WSRdbDataSour I DSRA8206I: JDBC
driver version : 2.8.46
[2006.03.24-11:22:28] (DEBUG ) [Thread-2] Database.execut eQuery( sql =
SELECT 1 FROM SYSIBM.SYSDUMMY 1 )
[2006.03.24-11:22:29] (ERROR ) [Thread-2] WarpSQLExceptio n:
au.com.warpspee d.database.exce ption.WarpSQLEx ception: NULLID.SYSSN300
SQL : SELECT 1 FROM SYSIBM.SYSDUMMY 1
SQL Message : NULLID.SYSSN300
SQL State : 51002
SQL Error Code: -805


-805 = SQL0805

$ db2 "? sql805"

SQL0805N Package "<package-name>" was not found.

[snip]

Try to bind the packages db2ubind.lst, db2schema.lst and db2cli.lst.

$ cd sqllib/bnd
$ db2 bind @db2ubind.lst
$ db2 bind @db2schema.lst
$ db2 bind @db2cli.lst

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Mar 24 '06 #2

Knut Stolze wrote:
ch****@warpspee d.com.au wrote:
Can anyone please help me and explain:

[24/03/06 11:22:28:212 EST] 3e70982f WSRdbDataSour I DSRA8203I:
Database product name : OS2

[24/03/06 11:22:28:332 EST] 3e70982f WSRdbDataSour I DSRA8204I:
Database product version : DB2 UDB 6.1

[24/03/06 11:22:28:332 EST] 3e70982f WSRdbDataSour I DSRA8205I: JDBC
driver name : IBM DB2 JDBC Universal Driver Architecture

[24/03/06 11:22:28:342 EST] 3e70982f WSRdbDataSour I DSRA8206I: JDBC
driver version : 2.8.46
[2006.03.24-11:22:28] (DEBUG ) [Thread-2] Database.execut eQuery( sql =
SELECT 1 FROM SYSIBM.SYSDUMMY 1 )
[2006.03.24-11:22:29] (ERROR ) [Thread-2] WarpSQLExceptio n:
au.com.warpspee d.database.exce ption.WarpSQLEx ception: NULLID.SYSSN300
SQL : SELECT 1 FROM SYSIBM.SYSDUMMY 1
SQL Message : NULLID.SYSSN300
SQL State : 51002
SQL Error Code: -805


-805 = SQL0805

$ db2 "? sql805"

SQL0805N Package "<package-name>" was not found.

[snip]

Try to bind the packages db2ubind.lst, db2schema.lst and db2cli.lst.

$ cd sqllib/bnd
$ db2 bind @db2ubind.lst
$ db2 bind @db2schema.lst
$ db2 bind @db2cli.lst


Did the first and last, but not the middle. I'll give it a go. Thanks.

Can V8 connect back to a V6 database?

-Chris

Mar 27 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
14192
by: xixi | last post by:
hi, i am using db2 8.1 on windows 64 bit. i have set MAXAPPLS to 60, APPLHEAPSZ to the maximum and do the db2jdbcbind size to 40, after all this, i still get the error SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH203 0X5359534C564C3031 what else i can do ? thanks.
11
4801
by: Friedmar Moch | last post by:
Hallo! We got DB2 Error -805 saying that package NULLID.SYSLH203 is missing. With db2jdbcbuild ... -size 20 we created additional packages. This helped for a while, but did not solve the problem. Could anybody please tell me what this packages are for? I guess, the reasen for that behaviour is in the application.
4
28368
by: xixi | last post by:
hello, our application is running on db2 udb v8.1 win64 bit machine, using db2jcc.jar for jdbc driver. i have this error happen, DB2 SQL error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH203 0X5359534C564C3031, before it has same error code but looking for SYSHH203 instead of SYSLH203 , so i don't have idea how this happend, cause when i do db2 list packages for schema nullid, i can't find the requested package, and i am not...
1
2299
by: Susanne Bandi | last post by:
Hi, we want to clean and group our packages in collection NULLID. Therefore we rebound (by hand) all the packages from the DB2-Client into a new collection (DB2C) and freed all "old" packages in collection NULLID. Then we maintained the CLI.INI file so that the PACKAGESET sets the correct collection DB2C and all access over ODBC,CLI runs correctly. Unfortunately we have problems with the db2 utilities e.g. COMMAND LINE PROCESSOR. We...
0
1711
by: aj | last post by:
Red Hat Linus AS 2.1 DB2 WSE 8.1 FP5 I just upgraded to DB2 8.1 FP5, and am getting a few of: com.ibm.db2.jcc.c.SqlException: DB2 SQL error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH203 0X5359534C564C3031 from my java/JDBC client applications.
2
3313
by: Vidyadharan | last post by:
Hi , I encounter package not found NULLID.SYSLN304 while i try to execute a PreparedStatement using the Websphere Application Server data source. The same runs fine when its run stand alone. When i run "list packages for all" i cant find this package listed...How can i get this listed...Its fails in other machines too and this particluar package is not listed in any of the db2 setup...
7
14228
by: anilcool | last post by:
Hi all. I am running a stored procedure in a loop -- this Stored procedure inserts one record at a time. After inserting about 1326 records, my thread crashes and I get the following error: "Got database error. SQL0805N Package "NULLID.SYSLH203 0X5359534C564C3031" was not found. SQLSTATE=51002"
2
6462
by: db2group88 | last post by:
Hi, we are using db2 v8.2 on windows. Have a error while run the application, DB2 SQL error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH20A 0X5359534C564C3031 normally i saw the error for package SYSLH203 , but never know what is for SYSLH20A,
5
14490
by: misterutterbag | last post by:
Stack trace below. Only happens in WebSphere 6.0. DB2 v 8.2. FP12. Only against 1 database. I have other databases in this database instance, but they don't seem to have this problem. Looked up SQLCODE: -805. It said either a) the client and server versions don't match (which doesn't make
0
8319
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8837
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8739
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8612
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7347
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6175
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5638
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4171
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1969
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.