473,387 Members | 3,810 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,387 software developers and data experts.

DB2 SQL error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH203 0X5359534C564C3031

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 sure why the server or the driver
request the package shouldn't exist, i don't know what exactly i
should do and what cause the problem, so i only do java DB2Binder with
size 70, the size has been increasing every time i saw this error
happend, and i want to know whether this is correct way, now the error
showed up again, should i just increase the size again? there are so
many packages existing already after i binding size 70, why DB2 still
request the packages which shouldn't exist? please help, urgent
Nov 12 '05 #1
4 28274
i read from some post thtat the db2cli.ini file have a keyword CLIPKG
=3 | 4 ... |30, defualt setting is 3 large packages are generated, so
how do i change this file? currently i don't see this file contain
keyword cLIPKG, the file looks like this
; Comment lines start with a semi-colon.

[tstcli1x]
uid=userid
pwd=password
autocommit=0
TableType="'TABLE','VIEW','SYSTEM TABLE'"

[tstcli2x]
; Assuming dbalias2 is a database in DB2 for MVS.
SchemaList="'OWNER1','OWNER2',CURRENT SQLID"

[MyVeryLongDBALIASName]
dbalias=dbalias3
SysSchema=MYSCHEMA

our application use jdbc driver, will this keyword changed help to fix
the problem?
Nov 12 '05 #2
i read from some post thtat the db2cli.ini file have a keyword CLIPKG
=3 | 4 ... |30, defualt setting is 3 large packages are generated, so
how do i change this file? currently i don't see this file contain
keyword cLIPKG, the file looks like this
; Comment lines start with a semi-colon.

[tstcli1x]
uid=userid
pwd=password
autocommit=0
TableType="'TABLE','VIEW','SYSTEM TABLE'"

[tstcli2x]
; Assuming dbalias2 is a database in DB2 for MVS.
SchemaList="'OWNER1','OWNER2',CURRENT SQLID"

[MyVeryLongDBALIASName]
dbalias=dbalias3
SysSchema=MYSCHEMA

our application use jdbc driver, will this keyword changed help to fix
the problem?
Nov 12 '05 #3
Hi,

what I lernde resently the java programs should free the space they used
in prepared statements an not wait for garbage collection. IBM says this
is not a defect but a design limitation ;-)

Using db2jdbcbind with a size of 20 (max ff) could help. But do not
solve the problem. The solution semms to be correct programming.

Friedmar
xixi wrote:
i read from some post thtat the db2cli.ini file have a keyword CLIPKG
=3 | 4 ... |30, defualt setting is 3 large packages are generated, so
how do i change this file? currently i don't see this file contain
keyword cLIPKG, the file looks like this
; Comment lines start with a semi-colon.

[tstcli1x]
uid=userid
pwd=password
autocommit=0
TableType="'TABLE','VIEW','SYSTEM TABLE'"

[tstcli2x]
; Assuming dbalias2 is a database in DB2 for MVS.
SchemaList="'OWNER1','OWNER2',CURRENT SQLID"

[MyVeryLongDBALIASName]
dbalias=dbalias3
SysSchema=MYSCHEMA

our application use jdbc driver, will this keyword changed help to fix
the problem?

Nov 12 '05 #4
Hi,

what I lernde resently the java programs should free the space they used
in prepared statements an not wait for garbage collection. IBM says this
is not a defect but a design limitation ;-)

Using db2jdbcbind with a size of 20 (max ff) could help. But do not
solve the problem. The solution semms to be correct programming.

Friedmar
xixi wrote:
i read from some post thtat the db2cli.ini file have a keyword CLIPKG
=3 | 4 ... |30, defualt setting is 3 large packages are generated, so
how do i change this file? currently i don't see this file contain
keyword cLIPKG, the file looks like this
; Comment lines start with a semi-colon.

[tstcli1x]
uid=userid
pwd=password
autocommit=0
TableType="'TABLE','VIEW','SYSTEM TABLE'"

[tstcli2x]
; Assuming dbalias2 is a database in DB2 for MVS.
SchemaList="'OWNER1','OWNER2',CURRENT SQLID"

[MyVeryLongDBALIASName]
dbalias=dbalias3
SysSchema=MYSCHEMA

our application use jdbc driver, will this keyword changed help to fix
the problem?

Nov 12 '05 #5

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

Similar topics

1
by: Pedro Oguri | last post by:
On this piece of code: When SELECT returns nothing sqlca.sqlcode = 0 and no_data_found_func isnīt called. How do I know if the insertion was OK? EXEC SQL INSERT INTO TB_SWITCH ( ID_SWITCH,...
4
by: prasad | last post by:
I am getting sql error during binding a program which access a temporary table. The temporary table declaration and access methods are given below. EXEC SQL DECLARE GLOBAL TEMPORARY TABLE TEM88...
0
by: Dmitry Tolpeko | last post by:
Hello, Could anybody please explain me why DB2 z/OS 8.1 fails on the simple procedure below: Error: DSNHSMS2 LINE 12 COL 6 NESTED COMPOUND STATEMENTS NOT ALLOWED It failes on DECLARE...
15
by: Twan Kennis | last post by:
Hi, I have a DB2 database on the IBM iSeries platform, on which I created several Stored Procedures with the SQLCODE as a return-parameter. These Stored Procedures are called from a Windows...
1
by: chaitu | last post by:
Hi, Can anybody tell me what the error code for Export is. Like i get the message SQL3104N The Export utility is beginning to export data to file...
1
by: oddbande | last post by:
I get a lot of these messages in db2diag.log - seems like problems with health Monitor: 2007-01-05-15.05.06.380000+060 I260759H331 LEVEL: Severe PID : 3860 TID : 4004...
4
by: barmatt80 | last post by:
I am stumped on the error reporting with sql server. I was told i need to return @SQLCode(code showing if successful or not) and @ErrMsg(and the message returned). I am clueless on this. I...
1
by: barmatt80 | last post by:
I have found alot of help on this site, and is helping me along. I am having trouble with a stored procedure. This is my first stored procedure. The task I was given was to create a stored...
1
by: crazy_jutt | last post by:
Hi, We are getting following errors in diaglog. We have 4096 value as MAXAGENTS and 512 for maxuproc I am confused as which value we are hitting. are we hitting OS ( maxuproc ) value or...
3
by: barmatt80 | last post by:
I have read many error message articles on the web but still cannot get this to work. I need to return the description of the error that is produced to a output variable (@ErrMsg). In my stored...
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
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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.