Author Topic: Error when attempting ARSDOC cfsod_fed  (Read 2746 times)

niteskum

  • Jr. Member
  • **
  • Posts: 29
    • View Profile
Error when attempting ARSDOC cfsod_fed
« on: August 18, 2014, 01:20:13 AM »
When I run the arsdoc cfsod_fed through BPXBATCH, getting below error when Document # (60000) is big, same job ran fine when document count was less (5000);

ARS0013E XXXXXXX DB Error: {DB2 FOR OS/390}{ODBC DRIVER}{DSN10015}  171
DSNT408I SQLCODE = -924, ERROR:  DB2 CONNECTION INTERNAL ERROR, 0001,   
0100,               00F30018   
                      DSNT418I SQLSTATE   = 58006 SQLSTATE RETURN     
CODE                                 DSNT415I SQLERRP    = DSNAET03   
SQL PROCEDURE DETECTING ERROR                      ERRLOC=1:13:2 --   
SQLSTATE=58006, SQLCODE=-924, File=arsseg.c, Line=6347 .

Please advice, if i am missing something or there is any limitation to # of Dcoument?                                                     

Greg Ira

  • Full Member
  • ***
  • Posts: 240
    • View Profile
Re: Error when attempting ARSDOC cfsod_fed
« Reply #1 on: August 18, 2014, 10:30:42 AM »
Check your logs and see if something is cancelling your DB2 thread.  More than likely, because of the # of docs, you're hitting some max value and the thread is being terminated.

niteskum

  • Jr. Member
  • **
  • Posts: 29
    • View Profile
Re: Error when attempting ARSDOC cfsod_fed
« Reply #2 on: August 19, 2014, 02:48:03 AM »
Thanks. We are checking with DBA.