Ask a Question related to IBM DB2, Design and Development.
-
Benjamin Stewart #1
Strange exception ??
Greatings. We are developint an application using struts on linux. We
run a db2 server (v8.1) on linux. When trying to access using JDBC
drivers I am getting this error.
com.ibm.db2.jcc.b.SQLException: NULLID.SYSSH203 0X5359534C564C3031
at com.ibm.db2.jcc.b.ce.e(ce.java:1093)
at com.ibm.db2.jcc.a.bd.o(bd.java:564)
at com.ibm.db2.jcc.a.bd.g(bd.java:129)
at com.ibm.db2.jcc.a.bd.a(bd.java:40)
at com.ibm.db2.jcc.a.r.a(r.java:31)
It only happens when running a large number of sql statements in one
hit. I have got no idea what this problem is or even what it means and
Ihave not been able to find any documentation to point me in the right
direction.
The function that we run is passed a sql string, creates a statement
from a connection then exectutes the statement and returns a recordset
and does this over and over again. I dont think I am doing anything
wrong here as it has worked wihtout issues up until now.
The only difference is that instead of executing a couple of statements
we are now doing dozens at a time.
Help or pointers would be apprciated.
Ben
Benjamin Stewart Guest
-
The server threw an exception. (Exception
I am getting The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) When i try to open any file using Adobe ... -
#32101 [Com]: Exception in unknown on line 0 when throwing exception inside exception handler
ID: 32101 Comment by: dhopkins at DonHopkins dot com Reported By: ceefour at gauldong dot net Status: No... -
Strange SOAP Exception
I get the following error when thowing a SOAP Exception: The type System.Web.Services.Protocols.SoapException in Assembly System.Web.Services,... -
strange xsl security exception under asp.net
hey all, if anyone has any info on the following (or any experiments to suggest), i'd be grateful. i'm at a complete loss. exception: ... -
SoapExtension for Global Exception handling; but prevent exception from propagating!!
Hi, I wrote a SoapExtension for Global Exception handling in Webservice and it works!!!! Now i want to catch the exception that happen in the... -
Ben Stewart #2
Re: Strange exception ??
So nobody has seen anything like this? *Sigh* I have spent hours trying
to work out what is going on.
Ben
Benjamin Stewart wrote:> Greatings. We are developint an application using struts on linux. We
> run a db2 server (v8.1) on linux. When trying to access using JDBC
> drivers I am getting this error.
>
> com.ibm.db2.jcc.b.SQLException: NULLID.SYSSH203 0X5359534C564C3031
> at com.ibm.db2.jcc.b.ce.e(ce.java:1093)
> at com.ibm.db2.jcc.a.bd.o(bd.java:564)
> at com.ibm.db2.jcc.a.bd.g(bd.java:129)
> at com.ibm.db2.jcc.a.bd.a(bd.java:40)
> at com.ibm.db2.jcc.a.r.a(r.java:31)
>
> It only happens when running a large number of sql statements in one
> hit. I have got no idea what this problem is or even what it means and
> Ihave not been able to find any documentation to point me in the right
> direction.
>
> The function that we run is passed a sql string, creates a statement
> from a connection then exectutes the statement and returns a recordset
> and does this over and over again. I dont think I am doing anything
> wrong here as it has worked wihtout issues up until now.
>
> The only difference is that instead of executing a couple of statements
> we are now doing dozens at a time.
>
> Help or pointers would be apprciated.
>
> Ben
>Ben Stewart Guest
-
Knut Stolze #3
Re: Strange exception ??
Ben Stewart <bstewart@waterwerks.com.au> wrote:
Did you take a CLI trace no see what's going on between the DB2 server and> So nobody has seen anything like this? *Sigh* I have spent hours trying
> to work out what is going on.
your client's CLI/Java interface?
--
Knut Stolze
Information Integration
IBM Germany / University of Jena
Knut Stolze Guest



Reply With Quote

