473,419 Members | 1,696 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,419 software developers and data experts.

Error accessing Package SYSLH203

All,

I am experiencing an issue that has confused me, albiet this is not
difficult to do. Any help anyone could provide would be greatly
appreciated.

After our jdbc calls received the following error:
com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -805, SQLSTATE:
51002, SQLERRMC: NULLID.SYSLH203 0X5359534C564C3031

I created additional packages using the following command:
db2 "bind @db2cli.lst blocking all grant public clipkg 30"

I have verified that the SYSLH203 package now exists:

$ db2 "select pkgname from syscat.packages where pkgname like
'SYSLH20%'"

PKGNAME
-------------------------------------------------------------------------------------------------------------------------
SYSLH200
SYSLH201
SYSLH202
SYSLH203
SYSLH204
SYSLH205
....

However, now I am receiving the following error, I assume when the user
is attempting to execute the package:
com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -551, SQLSTATE:
42501, SQLERRMC: WH2;EXECUTE;NULLID.SYSLH203

I have executed the following commands according to the IBM
documentation but they did not seem to help.

db2 "bind @db2ubind.lst blocking all grant public"
db2 "bind @db2cli.lst blocking all grant public"

I am running DB2 v8.1 Fix Pack 11 on an IBM AIX server running AIX 5.3.
Here is the version of IBM Java that is installed on the server.

$ ./java -version

java version "1.4.2"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)

Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20050929a (SR3)
(JIT enabled: jitc))
I hope I have provided enough information but please let me know if I
left anything out. Any suggestions would be helpful. Are there any
specific grants I need to perform to allow the user to utilize the new
package?

Oct 25 '06 #1
2 5718
"Adman" <ad*******@yahoo.comwrote in message
news:11*********************@b28g2000cwb.googlegro ups.com...
All,

I am experiencing an issue that has confused me, albiet this is not
difficult to do. Any help anyone could provide would be greatly
appreciated.

After our jdbc calls received the following error:
com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -805, SQLSTATE:
51002, SQLERRMC: NULLID.SYSLH203 0X5359534C564C3031

I created additional packages using the following command:
db2 "bind @db2cli.lst blocking all grant public clipkg 30"

I have verified that the SYSLH203 package now exists:

$ db2 "select pkgname from syscat.packages where pkgname like
'SYSLH20%'"

PKGNAME
-------------------------------------------------------------------------------------------------------------------------
SYSLH200
SYSLH201
SYSLH202
SYSLH203
SYSLH204
SYSLH205
...

However, now I am receiving the following error, I assume when the user
is attempting to execute the package:
com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -551, SQLSTATE:
42501, SQLERRMC: WH2;EXECUTE;NULLID.SYSLH203

I have executed the following commands according to the IBM
documentation but they did not seem to help.

db2 "bind @db2ubind.lst blocking all grant public"
db2 "bind @db2cli.lst blocking all grant public"

I am running DB2 v8.1 Fix Pack 11 on an IBM AIX server running AIX 5.3.
Here is the version of IBM Java that is installed on the server.

$ ./java -version

java version "1.4.2"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)

Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20050929a (SR3)
(JIT enabled: jitc))
I hope I have provided enough information but please let me know if I
left anything out. Any suggestions would be helpful. Are there any
specific grants I need to perform to allow the user to utilize the new
package?
Try this:

db2 bind @db2cli.lst blocking all grant public sqlerror continue CLIPKG 5

Note: CLIPKG 5 will create 5 large packages, and will give you the package
that your application is looking for, as well as one more in this case. (The
default is 3).

However, the root cause is most likely that your application programs are
not closing cursors as often as they should.
Oct 25 '06 #2
Adman wrote:
All,

I am experiencing an issue that has confused me, albiet this is not
difficult to do. Any help anyone could provide would be greatly
appreciated.

After our jdbc calls received the following error:
com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -805, SQLSTATE:
51002, SQLERRMC: NULLID.SYSLH203 0X5359534C564C3031

I created additional packages using the following command:
db2 "bind @db2cli.lst blocking all grant public clipkg 30"

I have verified that the SYSLH203 package now exists:

$ db2 "select pkgname from syscat.packages where pkgname like
'SYSLH20%'"

PKGNAME
-------------------------------------------------------------------------------------------------------------------------
SYSLH200
SYSLH201
SYSLH202
SYSLH203
SYSLH204
SYSLH205
...

However, now I am receiving the following error, I assume when the user
is attempting to execute the package:
com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -551, SQLSTATE:
42501, SQLERRMC: WH2;EXECUTE;NULLID.SYSLH203

I have executed the following commands according to the IBM
documentation but they did not seem to help.

db2 "bind @db2ubind.lst blocking all grant public"
db2 "bind @db2cli.lst blocking all grant public"

I am running DB2 v8.1 Fix Pack 11 on an IBM AIX server running AIX 5.3.
Here is the version of IBM Java that is installed on the server.

$ ./java -version

java version "1.4.2"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)

Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20050929a (SR3)
(JIT enabled: jitc))
I hope I have provided enough information but please let me know if I
left anything out. Any suggestions would be helpful. Are there any
specific grants I need to perform to allow the user to utilize the new
package?
Hi!

When I get this error I run:
db2jdbcbind.exe -url jdbc:db2:DATABASE -user DB_USER -password DB_PASS -size
300

Best regards,
Kovi
--
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
| In A World Without Fences Who Needs Gates? |
| Experience Linux. |
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
Oct 26 '06 #3

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

Similar topics

11
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...
4
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:...
13
by: Praveen_db2 | last post by:
Hi All db2 8.1.3 Windows I am getting this error in db2diag.log.Please tell why is this error (-444) always there and how to go about for removing it. Diag.log output:...
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, my thread crashes and I get the following error:...
2
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...
2
by: Roger | last post by:
I have a DB2 UDB V8.2 (FP10) running on AIX. I have 3 application server (AIX) connecting to the DB2 Server using JDBC. I have the catalog the database as remote databases on the application...
7
by: db2group88 | last post by:
we had this error while running the applicaiton on db2 v8.2 EE on windows, jcc driver is what we use SQL error 805 com.ibm.db2.jcc.b.SQLException: NULLID.SYSLH203 0X5359534C564C3031, based on...
1
by: Sivaganeshs | last post by:
SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: P00001.NULLID.SYSLH203.5359534C564C3031;DISTSERV;04 What could be the reason for getting this error code when we are accessing DB2(Version 7.0) with Type...
1
by: David Greenberg | last post by:
Hi We're using SqlServer 2000. I want to run a DTS using the DTSRUN command. The commmand is inside a ".bat" file which my application is running from an SQL client. No matter how I run it...
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?
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:
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
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,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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,...
0
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...
0
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...

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.