473,386 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

SQL0805N affected by DB/DBM CFG ?

Are there any particular DB or DBM parameters that would cause more
occurrences of this SQL error:

[IBM][CLI Driver][DB2/AIX64] SQL0805N Package "NULLID.SYSLH106
0X5359534C564C3031" was not found. SQLSTATE=51002

I know I can make more packages available to the CLI interface, but I'm
just curious is our current configuration is allowing more applications
to execute than should be allowed. We haven't been able to re-produce
the error, as it only appears in our production environment.

Thanks in advance for any tips.
TW

Jan 22 '07 #1
4 2444
"TechWitch" <te********@gmail.comwrote in message
news:11*********************@51g2000cwl.googlegrou ps.com...
Are there any particular DB or DBM parameters that would cause more
occurrences of this SQL error:

[IBM][CLI Driver][DB2/AIX64] SQL0805N Package "NULLID.SYSLH106
0X5359534C564C3031" was not found. SQLSTATE=51002

I know I can make more packages available to the CLI interface, but I'm
just curious is our current configuration is allowing more applications
to execute than should be allowed. We haven't been able to re-produce
the error, as it only appears in our production environment.

Thanks in advance for any tips.
TW
Usually caused by programs not closing cursors when they should.
Jan 22 '07 #2

Mark A wrote:
Usually caused by programs not closing cursors when they should.
Now that makes some sense. One of these days I'm gonna get that darn
code vetted before it goes to production. Ah well, guess I'll have to
open up my box of db2 bandaids again....

TW

Jan 22 '07 #3
Is there any performance implication with making more bind packages
available?

--TW

Jan 24 '07 #4
On Jan 22, 5:11 pm, "Mark A" <nob...@nowhere.comwrote:
[IBM][CLI Driver][DB2/AIX64] SQL0805N Package "NULLID.SYSLH106
0X5359534C564C3031" was not found. SQLSTATE=51002
< snip >
Usually caused by programs not closing cursors when they should.
I've done a client trace, and reviewing the output. It's like trying
to find a needle in a haystack. I did notice that the client which
makes the call and has the application code is in 32 bit while the db2
instance is 64 bit. I wonder if this could be a factor? We did not
experience the problem before when both the client and instance were
32 bit...

TW

Feb 7 '07 #5

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

Similar topics

2
by: Roger Godefroy | last post by:
Hi, I am executing an update-query. Is there a way I would get a result if there is a row affected, because if the row isn't affected (product may not exist) I have to execute a insert-query....
0
by: Wakan | last post by:
HI, is there a way to obtain only the affected columns after an update query? After an update query, that involves 10 columns, I know that only 2 columns are really updated (because the values of...
5
by: Rich Protzel | last post by:
Hello, If I run an action SP from MS Access using ADO: ... cmd.execute where the SP is something like Create... Update tbl1 set fld1 = 'something' where... how can I retrive the count of...
1
by: Rudolf Bargholz | last post by:
Hi, have been debugging a problem when fetching blobs and after issuing a dynamic sql select select MYBLOB,BLOBUNCOMPRESSLEN from BLOBTABLE where ID=1 and then issueing a fetch I get the...
2
by: Rich | last post by:
Hello, Is there a way to capture the Records Affected count when performing a table Update on a Sql Server table using a DataAdapter? How is this done? Thanks, Rich
4
by: kenfar | last post by:
I've got a batch etl process in which I typically wrap DML with selects in order to capture the number of rows affected. For example: SELECT 'rows updated', COUNT(*) FROM NEW TABLE ( UPDATE...
3
by: Carl K | last post by:
using MySQLdb, I do cursor.execute("update...") How can I tell how many rows were affected ? Carl K
0
by: tmillett | last post by:
Need to drop a set of packages from a Db2 v8 fp8 database on AIX. When attempting the drop package command, I'm getting a -805 sqlcode. I've tried the drop command with the version specified and...
7
by: Lewe22 | last post by:
I am performing a series of updates from a command button on an access form. I want to record the number of records affected for each update transaction. I have simplified some code.. Private...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
0
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...

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.