For a CAS-based deployment template, the record store names have the format applicationName-recordStoreType. For example, for an EAC application named ATGen, the dimension values record store is named ATGen-dimvals.

For a Forge-based deployment template, the format of the record store names is applicationName_languageCode_recordStoreType. So, for an EAC application named ATGen that indexes records in English, the dimension values record store is named ATGen_en_dimvals.

The format of the record store names is configured by the recordStoreNameFormatString property of the /atg/endeca/index/IndexingApplicationConfiguration component. The value of this property is a format string in which 0 is the EAC application name, 1 is the two-character language code, and 2 is the type of record store. By default, this is set to:

recordStoreNameFormatString={0}-{2}

Note that the 1 does not appear, because record store names for CAS-based applications do not include the language code.

For EAC applications that use Forge-based deployment templates, set the value of this property to:

recordStoreNameFormatString={0}_{1}_{2}

Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices