Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH205 0X5359534C564C3031
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
misterutter...@yahoo.com  
View profile  
 More options Oct 4 2006, 9:21 am
Newsgroups: comp.databases.ibm-db2
From: misterutter...@yahoo.com
Date: 4 Oct 2006 06:21:09 -0700
Local: Wed, Oct 4 2006 9:21 am
Subject: Error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH205 0X5359534C564C3031
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
sense, because we've run the same versions since May with no problem)
b) There was an SQL PKG missing, which doesn't seem right, because
you'd think it would be missing from the other databases in the same
instance.

I also tried rebinding everything from SP 12 for DB2, and restarted the
db, with no success.

Any info would be appreciated.

Joel
--------------------------

2006-10-04 09:03:15,263 ERROR [NodeHeartbeatThread]
net.ubiquity.conference.server.confapp.nodeservices.NodeServiceController
    - DatabaseException: node service controller fails to update heart
beat
com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: -805, SQLSTATE:
51002, SQLERRMC: NULLID.SYSLH205 0X5359534C564C3031
 running com.ibm.db2.jcc.b.SqlException: DB2 SQL error: SQLCODE: -805,
SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH205 0X5359534C564C3031
        at
net.ubiquity.conference.server.confapp.dbcontrol.impl.NodeServiceDbControll erImpl.updateNodeLease(NodeServiceDbControllerImpl.java(Compiled
Code))
        at
net.ubiquity.conference.server.confapp.nodeservices.NodeServiceController$N odeHeartbeatThread.run(NodeServiceController.java(Compiled
Code))
---------------------------------


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shashi Mannepalli  
View profile  
 More options Oct 4 2006, 9:22 am
Newsgroups: comp.databases.ibm-db2
From: "Shashi Mannepalli" <shashit...@yahoo.com>
Date: 4 Oct 2006 06:22:59 -0700
Local: Wed, Oct 4 2006 9:22 am
Subject: Re: Error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH205 0X5359534C564C3031
Try this bind command

db2 "bind db2clipk.bnd blocking all grant public clipkg 30"

cheers...
Shashi Mannepalli


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Knut Stolze  
View profile  
 More options Oct 4 2006, 9:33 am
Newsgroups: comp.databases.ibm-db2
From: Knut Stolze <sto...@de.ibm.com>
Date: Wed, 04 Oct 2006 15:33:08 +0200
Local: Wed, Oct 4 2006 9:33 am
Subject: Re: Error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH205 0X5359534C564C3031

You are using JDBC, right?  JDBC is based on CLI.  And if you do not close
your statements properly, it may happen that you run out of CLI statement
handles.  There is an excellent article here that explains it in more
detail: http://tinyurl.com/pwq66

--
Knut Stolze
DB2 Information Integration Development
IBM Germany


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Purple-D  
View profile  
 More options Oct 4 2006, 12:31 pm
Newsgroups: comp.databases.ibm-db2
From: "Purple-D" <passc...@gmail.com>
Date: 4 Oct 2006 09:31:34 -0700
Local: Wed, Oct 4 2006 12:31 pm
Subject: Re: Error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH205 0X5359534C564C3031
yes we had this issue a few days back. I did a rebind with clipkg 25
which solved it. Like Knut suggested, the base issue is that cursors
are probably not being closed correctly and thus running out of
handles. I found that monitring the applheapsz gives you a good
indication of how you are using the resources in your application...
Iam sure there are other ways, but this is what was helpful for me.

Cheers!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Knut Stolze  
View profile  
 More options Oct 4 2006, 1:45 pm
Newsgroups: comp.databases.ibm-db2
From: Knut Stolze <sto...@de.ibm.com>
Date: Wed, 04 Oct 2006 19:45:07 +0200
Local: Wed, Oct 4 2006 1:45 pm
Subject: Re: Error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH205 0X5359534C564C3031

Purple-D wrote:
> yes we had this issue a few days back. I did a rebind with clipkg 25
> which solved it.

Just be aware that this doesn't really solve the problem - it just delays
the point when you run out of packages.  Maybe the delay is big enough that
you don't hit the issue any longer, but this is not a sure thing.

--
Knut Stolze
DB2 Information Integration Development
IBM Germany


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Purple-D  
View profile  
 More options Oct 5 2006, 12:42 pm
Newsgroups: comp.databases.ibm-db2
From: "Purple-D" <passc...@gmail.com>
Date: 5 Oct 2006 09:42:48 -0700
Local: Thurs, Oct 5 2006 12:42 pm
Subject: Re: Error: SQLCODE: -805, SQLSTATE: 51002, SQLERRMC: NULLID.SYSLH205 0X5359534C564C3031
I agree, the underlying problem was in appropriate use of cursors and
resources. Once this was corrected we could revert back to the default
clipkg


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »