Setting correlation override properties

You can set correlation overrides in the spe_install_dir/customer_overrides.properties file.

Edit the file to add the override properties that you want:

Table 1. Correlation override properties
Property Values and notes
enveloping.correl_override_default.standard=[No | WildcardOnly | All

Defines whether a standard allows wildcard overrides on outbound envelopes.

Valid values: No (default), WildcardOnly, All

enveloping.interchange_override_correlations.[standard]=correlation1,...correlationN,\
Example:
enveloping.interchange_override_correlations.EDIFACT=EnvelopingInterchangeID,Out_InterchangeSyntaxIdentifier,\

List of correlations that override interchange envelope properties. Documents must have the same values for all of these correlations to be placed in the same interchange.

Requirement: Always include EnvelopingInterchangeID in this list if you want to override interchange envelope values.
Remember: You can override these settings in process data.
enveloping.group_override_correlations.[standard]=correlation1,...correlationN
Example:
enveloping.group_override_correlations.X12=EnvelopingGroupOrder,Out_GroupControlNumber,\
.
.
.
Out_GroupAcknowledgementOverdueTimeMinutes

List of correlations that override group envelope properties. Documents must have the same values for all of these correlations to be placed in the same group.

Requirement: Always include EnvelopingGroupID in this list if you want to override group envelope values.
Remember: You can override these settings in process data.
enveloping.disableInterchangeDocumentStorage=YES|NO
Where YES indicates that unacknowledged files are not stored in the filesystem. The default value is NO.

In ITXA version 10, a global property and service parameter is available to control the storage of interchange document data and prevent unnecessary high storage usage. These values are typically used where your environment contains a large amount of documents (ie: millions) that require acknowledgments. When enabled, ITXA does not store unacknowledged files in the filesystem, but still allows future reconciliation via inbound acknowledgments.