Finally I found the problem.
The link from ibm I've posted was clear, in somewhere the aplication was not closing the statements.
The problem was in a opensource datasource pool that we are...
Type: Posts; User: benito.sebe; Keyword(s):
Finally I found the problem.
The link from ibm I've posted was clear, in somewhere the aplication was not closing the statements.
The problem was in a opensource datasource pool that we are...
If anyone reach that post due to this error I've found the solution. Thanks god.
You can look at this url to learn a few things about Db2 packages:...
Maybe the problem is the commitInterval
if you specify:
<property name="commitInterval" value="1" />
then Spring Batch will do a commit for each line you read.
Try changing this value to a value...
I’m still stuck with that problem. In this link: www-01.ibm.com/support/docview.wss?rs=71&context=SSEPGG&q1=SYSLH203&uid=swg21205020&loc=en_US&cs=utf-8&lang=en appears some information. It’s seems...
In my case, the FieldSetMapper returns a List of items in mapLine method.
Then the writer in write(Object line) process the list and do as many writes as item in list.
Hope this helps.
Don't seems to be related.
I've been googling and think the problem is with the transaction isolation levels.
According with the DB2 java manual, it creates a package for every isolation and cursor...
Hi!
I'm trying to run a Spring Batch over a DB2 for z/Os database. All runs pretty well at the begining but when the number of records increases an -805 error appers.
The exception looks like...