Author Topic: Invalid generic index file format  (Read 2608 times)

Michel de Kraker

  • Full Member
  • ***
  • Posts: 164
    • View Profile
    • SYSBLOX , AIX consultancy
Invalid generic index file format
« on: April 27, 2015, 11:56:22 PM »
Hi all

I have an application which uses generic index. This index we build ourselves. Went ok for several years.
After upgrade to version 8.5.0.6 we get the following error with arsload :

Invalid generic index file format: >FIELD NAMES BEGIN:<

So it seems it cannot handle the FIELD NAMES BEGIN: statement which is in the index file.

Is this changed in 8.5.0.6 and higher?

Thx,

Kind regards,

Michel.

Frederick Tybalt

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • Personal Website
Re: Invalid generic index file format
« Reply #1 on: April 28, 2015, 12:06:27 AM »
I don't think there is any such label in generic indexer.

8.5+ should have a strict validation of the labels, while previous versions should have ignored it..

Would it possible to attach the entire index file?
« Last Edit: April 28, 2015, 12:11:36 AM by Frederick Tybalt »
rIcK
======------------------======
www.rick.co.in | www.tekbytz.com

Michel de Kraker

  • Full Member
  • ***
  • Posts: 164
    • View Profile
    • SYSBLOX , AIX consultancy
Re: Invalid generic index file format
« Reply #2 on: April 28, 2015, 12:18:29 AM »
Hi Frederick ,

thx for your reply.
here is the index file:

FIELD NAMES BEGIN:
full_doc_ref
doc_ref
doc_date
CSI_no
customer_name
gross_value
order_ref
depot
stratix_branch
document_type
currency
FIELD NAMES END:
37118
37118
20/04/2015
2967294
Limited
1,074.00
MW366/5036
094
B94
IN
GBP
merlin_sio033_37118_20150421005232.c050.out
0
0

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: Invalid generic index file format
« Reply #3 on: April 28, 2015, 01:06:07 AM »
This format of the generic indexer is not anymore. It was deprecated around CMOD 7.1.
And it was removed completely with CMOD 9.X. Maybe it was removed with 8.5.0.6+. But I'm not sure...

In all cases, first try to upgrade to version 8.5.0.10, and test it again.
Then if even with the latest FP from 8.5 it doesn't work, thenopen a PMR for your version 8.5.

In all cases, I would more than strongly suggest to begin now the change to the new format, because you'll need to do it anyway...

Kind regards,
Alessandro

« Last Edit: April 28, 2015, 04:01:19 AM by Alessandro Perucchi »
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

Michel de Kraker

  • Full Member
  • ***
  • Posts: 164
    • View Profile
    • SYSBLOX , AIX consultancy
Re: Invalid generic index file format
« Reply #4 on: April 28, 2015, 01:45:21 AM »
thx all for the quick reply.

i have some work to do...

Kind regards,

Michel