Author Topic: Indexstartby error  (Read 3362 times)

itbos

  • Guest
Indexstartby error
« on: January 13, 2014, 09:40:13 AM »
I hae viewed my sample data and the indexes and fields and triggers look fine.  Does anyone know why I get the following in the system log:

INDEXING WAS REQUESTED, BUT NO GROUP 'TRIGGERn' NOR ANY 'FIELD' BASED ON IT WAS SATISFIED WITHIN THE PAGE RANGE SPECIFIED
ACIF AT PK72203 HAS COMPLETED ABNORMALLY WITH RETURN CODE 16.

I tried changing the indexstartby parameter to 2 or 3 and it did not work.  If i change it to 0 it skips the entire indexing of the report.  I was thinking there were some hidden characters in the sample data but I don't see why the view smaple data would show up fine with the right trigger, index, fields.

Suggestions?

Thanks!

jeffs42885

  • Guest
Re: Indexstartby error
« Reply #1 on: January 13, 2014, 10:21:01 AM »
Run a Vi on the file just to make sure.

itbos

  • Guest
Re: Indexstartby error
« Reply #2 on: January 13, 2014, 10:25:05 AM »
I did that and the only thing I see is "1" at position 1,1 which I did not hink would affect the trigger.

jeffs42885

  • Guest
Re: Indexstartby error
« Reply #3 on: January 13, 2014, 11:33:47 AM »
in your application settings  try it with TRC turned off, and on..and verify the correct CC is being used.

itbos

  • Guest
Re: Indexstartby error
« Reply #4 on: January 13, 2014, 01:59:44 PM »
Ok, I decided to delete the old application and recreate it.  Now i get the following, any ideas?

The file definately contains data.

arsload: 01/13/14 15:57:29 -- Loading started, --UNKNOWN-- bytes to process
No source file was specified
Loaded 0 rows into the database
arsload: 01/13/14 15:57:29 Loading failed
arsload: Processing failed for file >processed-TF0311BAUD.131220.001503<

itbos

  • Guest
Re: Indexstartby error
« Reply #5 on: January 13, 2014, 02:17:52 PM »
My mistake, wrong log.  still the same error.

jeffs42885

  • Guest
Re: Indexstartby error
« Reply #6 on: January 14, 2014, 02:06:06 PM »
That 1 you are seeing is probably some kind of carriage control character signifying a page break, again.. I would try changing the TRC settings in the application settings, and also verify the carriage control, and possibly the record length though i doubt its a recl issue.

itbos

  • Guest
Re: Indexstartby error
« Reply #7 on: January 24, 2014, 09:33:12 AM »
Fixed .. looks like when you have a input exit paramter certain line files get shifted by 1 column so i had to adjust it via the keyboard editor.  Thanks guys!