Author Topic: Unable to get anything meaningful from the log message.  (Read 12900 times)

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Unable to get anything meaningful from the log message.
« on: September 27, 2010, 10:59:02 PM »
Hi

After doing a fresh CMOD installation yesterday, I started loading a BMP and a TIFF file using the Generic Indexer.
The System log gives the following message :

arsload: Processing file >D:\cmod\Sample\sample\sampleind<
 
arsload: 09/28/10 11:56:22 -- Loading started, --UNKNOWN-- bytes to process
OnDemand Load Id = >5016-1-0-21FAA-11355-11355<
An error occurred.  Contact your System Administrator and/or consult the System Log.  File=arsadmp.c, Line=1553
Failed while attempting to load the database
Loaded 0 rows into the database
arsload: 09/28/10 11:56:23 Loading failed
arsload: Processing failed for file >D:\cmod\Sample\sample\sampleind<
arsload: Unloading of data was NOT performed

Thanks
Pankaj.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2230
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Unable to get anything meaningful from the log message.
« Reply #1 on: September 28, 2010, 06:57:48 AM »
Looks like DB2 has an issue.

Check your event viewer or DB2's "db2diag.log" for more diagnostic information on where the problem might be.

-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

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Re: Unable to get anything meaningful from the log message.
« Reply #2 on: September 30, 2010, 02:31:30 AM »
Hi JD

There's no such file in my DB2 installation.

Thanks
Pankaj.

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: Unable to get anything meaningful from the log message.
« Reply #3 on: October 01, 2010, 01:54:36 AM »
Hi JD

There's no such file in my DB2 installation.

Thanks
Pankaj.

Hello Pankaj,

look into your SQLLIB directory, on Windows I am not sure where it exactly located, but in Unix it is located on the home directory of the owner of the instance.
Maybe by doing a full search on your server you will find it.

Cheers,
Alessandro
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Re: Unable to get anything meaningful from the log message.
« Reply #4 on: October 01, 2010, 01:57:31 AM »
Correct, I did a full search but I don't see it here.
Let me try once again.

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Re: Unable to get anything meaningful from the log message.
« Reply #5 on: October 01, 2010, 03:33:17 AM »
I am really stuck now.
I have no clue as to what the problem is?

Any clue would be helpful.

Cheers
Pankaj.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2230
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Unable to get anything meaningful from the log message.
« Reply #6 on: October 01, 2010, 08:45:10 AM »
It doesn't hurt to open a PMR when you're really stuck.  :)

-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

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Re: Unable to get anything meaningful from the log message.
« Reply #7 on: October 05, 2010, 03:54:40 AM »
I strongly feel that there's some isuue with the user I am using to load the data.
I have tried using both odadmin and admin users.

Here's the screen shot of the group that the user is added to.

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Re: Unable to get anything meaningful from the log message.
« Reply #8 on: October 06, 2010, 01:52:07 AM »
Some more information that I got. About arsseg and arsadmp.


The description for Event ID 15 from source OnDemand for WinNT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

arsseg.c
338


The description for Event ID 1107 from source OnDemand for WinNT cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

arsadmp.c
1553

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Re: Unable to get anything meaningful from the log message.
« Reply #9 on: October 11, 2010, 12:21:45 AM »
Ok this is solved now.
Here's the solution.

This issue was happening due to the DB2 user permissions to my best guess.
Although I had added my OD user (odadmin) to the DB2ADMNS group but I was still getting the error.

So I had to follow the Installation documentation word by word.

This is what I did.
I uninstalled everything and then started with DB2 installation.
The only thing that I did differently this time was, I didn't use the default user "db2admin" prompted during the installation. Instead I used "odadmin" as suggested in the OD documentation.

Although I still don't understand why my earlier approach was incorrect.
Adding the odadmin user to the DB2ADMNS group should have worked...

Anyways things are fine now and I can load files into OnDemand.

Cheers
Pankaj.