Search:

Type: Posts; User: benito.sebe; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    3,477

    Finally I found the problem. The link from ibm...

    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...
  2. Replies
    5
    Views
    3,477

    omg

    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:...
  3. Replies
    6
    Views
    1,348

    Maybe the problem is the commitInterval if you...

    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...
  4. Replies
    5
    Views
    3,477

    I’m still stuck with that problem. In this link:...

    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...
  5. In my case, the FieldSetMapper returns a List of...

    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.
  6. Replies
    5
    Views
    3,477

    Don't seems to be related. I've been googling...

    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...
  7. Replies
    5
    Views
    3,477

    -805 in DB2 for z/Os

    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...
Results 1 to 7 of 7