Author Topic: Unable to load the big files.File=arsadmp.c  (Read 6102 times)

Gobi21

  • Jr. Member
  • **
  • Posts: 35
    • View Profile
Unable to load the big files.File=arsadmp.c
« on: September 14, 2014, 09:04:21 PM »
Hi All,

My Ondemand load processing is failing to load. here is the error message. It is looking like the issue is happenning only for big files. we are using version 8.4.1.

Strange that it is not able to write anything in system log too.

arsload: 09/12/14 15:30:10 -- Loading started, 159359663 bytes to process
OnDemand Load Id = >xxx-xx-xxxx-xx<
An error occurred.  Contact your system administrator and/or consult the System Log.  File=arsadmp.c, Line=1574
Failed while attempting to load the database
Loaded 0 rows into the database
arsload: 09/12/14 15:30:10 Loading failed
arsload: Processing failed for file >xxx.20140912_1530<
arsload: 09/12/14 15:30:10 -- Unloading started
OnDemand UnLoad Successful - LoadId(xxx-xx-xxxx-xx) Rows Deleted(0)

09/12/14 15:30:11 -- Unloading of data was successful
An error occurred.  Contact your system administrator and/or consult the System Log.  File=arsadmin.c, Line=2293

arsload: Unable to log load information
arsload: Processing has stopped.  The remaining files will NOT be processed.

Can someone adjust to clue to resolve this issue.?. On the same day, i could see some small loads with less than 100 records went sucess.

Frederick Tybalt

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • Personal Website
Re: Unable to load the big files.File=arsadmp.c
« Reply #1 on: September 15, 2014, 12:57:29 AM »
could be the index has a non supportable database chars. Did you try with other large samples?
rIcK
======------------------======
www.rick.co.in | www.tekbytz.com

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: Unable to load the big files.File=arsadmp.c
« Reply #2 on: September 15, 2014, 07:07:10 AM »
What's the operating system for the server?  AIX?  Windows?  z/OS?  Something else?

Ed
#zOS #ODF

Gobi21

  • Jr. Member
  • **
  • Posts: 35
    • View Profile
Re: Unable to load the big files.File=arsadmp.c
« Reply #3 on: September 17, 2014, 09:39:58 PM »
Yes.. I tried with large feeds. It is uncommon. some of the files are loading fine and some of the files are throwing this error.

This is Linux x86_64.

Thanks for having a look on this.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2230
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Unable to load the big files.File=arsadmp.c
« Reply #4 on: September 18, 2014, 03:51:38 AM »
You can check the DB2 Diag log for more information about the failure.  You should find it inside your database instance owner directory (usually archive or odadmin) under sqllib/db2dump.  You'll want to review those logs around the time of the failure to get a better understanding of why the databased choked on the load.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Gobi21

  • Jr. Member
  • **
  • Posts: 35
    • View Profile
Re: Unable to load the big files.File=arsadmp.c
« Reply #5 on: September 18, 2014, 04:02:57 AM »
Thanks JD.

we are using Oracle. Anywhere i can find out the related logs?.


-Gobi

jeffs42885

  • Guest
Re: Unable to load the big files.File=arsadmp.c
« Reply #6 on: September 18, 2014, 05:58:40 AM »
Have your Oracle DBA's look at the transaction logs. We came across this incident a few weeks ago when trying to load large files. CMOD should be able to handle a 159MB file, but in our case these files had 200-300k rows and the transaction logs were filling extremely fast, causing all kinds of issues with CMOD and P8. This is why I don't like Oracle and prefer DB2/CMOD.

Gobi21

  • Jr. Member
  • **
  • Posts: 35
    • View Profile
Re: Unable to load the big files.File=arsadmp.c
« Reply #7 on: November 05, 2014, 01:15:10 AM »
Thanks everyone for your suggestions.

We had space issue in TableSpace DB which was found from the DB Activity log. Once the space was increased. we are fine now.