Indexstartby error

Previous topic - Next topic

itbos

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

Run a Vi on the file just to make sure.

itbos

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

in your application settings  try it with TRC turned off, and on..and verify the correct CC is being used.

itbos

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

My mistake, wrong log.  still the same error.

jeffs42885

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

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!