OnDemand Users Group

Support Forums => Report Indexing => Topic started by: subbu on April 10, 2014, 09:38:29 AM

Title: Generic Indexing to Load TIF images
Post by: subbu on April 10, 2014, 09:38:29 AM
Hi,

I am getting the below error while loading TIF image. we use generic indexing and are on CMOD 8.5.0.4

arsload -h hostname -u user ID -p password -nfv -a CHECK_IMAGES -g CHECK_IMAGES C3220060348F

****************************************************************
arsload : Loading started, - Unkown bytes to process
On demand Load ID  - < xxxxxxxx<
an error occured. contact your system administrator and/or consult the System log. File = arsadmp.c, Line 1605
Failed while attempting to load the database
arsload : loading failed
arsload: processing failed for the file >C3220060348F<
arsload: Unloading started
Ondemand unload successful - Load ID (xxxxxxxx) rows deleted (0)
Unloading of data was succesful
**********************************************************************
Index file and TIF file are placed in same path where arsload is executed and Index file has refernce to TIF file in the GROUP_FILENAME in it.
Title: Re: Generic Indexing to Load TIF images
Post by: rick on April 10, 2014, 11:54:17 AM
Could you verify the loads equivalent log id to find if you see any other error message?

Also Verify the index file does not have any unreadable characters.
Title: Re: Generic Indexing to Load TIF images
Post by: Justin Derrick on April 10, 2014, 01:47:59 PM
Check your database's error log (db2diag.log for DB2) to find out if there was an error at the database level.

-JD.