472,342 Members | 1,522 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,342 software developers and data experts.

Packages (Package "NULLID.SYSLH214 0X5359534C564C3031" was not found.)

Hi hi.

I'd like to gain some knowledge on packages.

We're getting an error "SQL0805N Package "NULLID.SYSLH214
0X5359534C564C3031" was not found. SQLSTATE=51002" On our production
database. And as suspected, SYSLH214 is not in the packages catalog.

Afaik, there are only a few packages available per connection?
If so, how can I increase this number?
I know that the error we're having is probably due to the fact that our
program has a few cases in which the cursor object does not get freed.
(known bug, being fixed).

I was wondering if someone could explain to me what packages are
*exactly* used for and what their place is in the database.

Been googling on it, but it appears that some people have the uncanny
ability to be as vague as possible on it.

So, help is greatly appreciated, share your knowledge on packages with
me please. :)

-R-
Nov 21 '06 #1
3 3174
Jurgen Haan wrote:
We're getting an error "SQL0805N Package "NULLID.SYSLH214
0X5359534C564C3031" was not found. SQLSTATE=51002" On our production
database. And as suspected, SYSLH214 is not in the packages catalog.
Ok.. Publib tells me the following:
Apparantly a large placeholder for held cursors. (no idea what 'large'
means, large as in it can hold a lot of cursors? or...?).
214: Isiolation level CS, iteration 14.
What does that iteration mean, and what iterates through it?
Does the iteration work like a stack or something? Thus releasing held
cursors lowering it again?

And when I do a select on the package catalog, I see the following LH2
packages:

SYSLH20E - SYSLH213. Where are 200 through 20D?
Did a clipk bind with clipkg set to 30, what does that affect?
Afaik setting clipkg to 30 would make it possible to iterate from 0 to
29 (decimal, not hex). Apparantly that isn't so?

Ty for any input.

-R-
Nov 21 '06 #2
Jurgen Haan wrote:
Hi hi.

I'd like to gain some knowledge on packages.

We're getting an error "SQL0805N Package "NULLID.SYSLH214
0X5359534C564C3031" was not found. SQLSTATE=51002" On our production
database. And as suspected, SYSLH214 is not in the packages catalog.

Afaik, there are only a few packages available per connection?
If so, how can I increase this number?
I know that the error we're having is probably due to the fact that our
program has a few cases in which the cursor object does not get freed.
(known bug, being fixed).

I was wondering if someone could explain to me what packages are
*exactly* used for and what their place is in the database.
Did you have a look at this article already? It explains packages - as used
by CLI and other applications - pretty well:
http://www.ibm.com/developerworks/db...hun/index.html

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Nov 21 '06 #3
Knut Stolze wrote:
>
Did you have a look at this article already? It explains packages - as used
by CLI and other applications - pretty well:
http://www.ibm.com/developerworks/db...hun/index.html
Ooo.. nice read. Thank you.

-R-
Nov 21 '06 #4

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

Similar topics

3
by: Chris Barker | last post by:
Hi all, We've been having a discussion over on the wxPython-users mailing list about how to deal with multiple versions of wxPython. During the...
15
by: Nick Coghlan | last post by:
Python 2.4's -m command line switch only works for modules directly on sys.path. Trying to use it with modules inside packages will fail with a...
2
by: Peter Saffrey | last post by:
(apologies for starting a new thread - Google can't retrieve the other message for some reason) Yes, /usr/lib/python/site-packages is in...
1
by: Kwikrick | last post by:
When calling str() on a sequence or dict object, the elements of the sequence/dict will be represented as if their __repr__ method was called. Why...
9
by: datapro01 | last post by:
Running Db2 8.1 w Fixpack 9. Recently upgraded to this level. An application attempting a load receives the following error ...
7
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,...
4
by: jason.awlt | last post by:
Greetings, I recently being bugged by the following error on my DB2. SQL0902C SQLSTATE = 58005 Reason Code = 14 This error comes out...
0
by: giovanni gherdovich | last post by:
Hello, first of all: Is this the right place to ask plastek-related questions? I'm trying to make plastex work on my Ubuntu Dapper Drake....
2
by: Prassi | last post by:
Hi All, I am getting this error Package "NULLID.SYSLN30F 0X5359534C564C3031" was not found in my application, Application is a Websphere portet...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...

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.