Baseline ESU (JK18022) index merge issue

Tom_Davidson

Tom_Davidson

VIP Member
I have applied ESU JK18022, a financial baseline ESU and the merge of indexes failed due to conflicts with indexes we have added. Does anyone have what the stock indexes are after this ESU has been applied for files F03B14 and F0414. If I can get the indexes, I can fix my install and make it to vacation on Thursday.

TIA.

Tom Davidson
E812, 8.98.1.2, AS/400, OAS
 
The .h files have the index definitions for the tables in question.

The first part of the file will be the table definition. Once you reach a point that reads /* PRIMARY INDEX */, each index is defined like

typedef struct
{
column1
column2
column2
}

You can find the .h files in the ESU Extraction <ESU>\planner\package\<ESU>\include

You can open these files with notepad if you don't have a c compiler.
 
Re: (Solution Found) Baseline ESU (JK18022) index merge issue

After I posted it occured to me that the include files for the ESU were on the Deployment server in the JK18022 directory.

Tom
 
Back
Top