In MDEX Engine 6.2.0, the instance configuration files (Developer Studio files) are stored in the MDEX Engine after Dgidx processing. This change enables better operational interaction with other components that rely on the instance configuration files.
The following steps, particularly step 3, illustrate the change to file location:
After processing, Forge writes instance configuration files to
<appDir>\data\dgidx_input
. (This behavior has not changed.)Dgidx then loads the instance configuration files from
<appDir>\data\dgidx_input
for processing. (This behavior has not changed.)During processing, Dgidx stores the files to the MDEX Engine (along with the other indexed data) rather than writing the files to
<appDir>\data\dgidx_output
.
The following instance configuration files are affected:
This change has no migration impact to most applications. However, in rare cases, there may be application impact if an application modified the instance configuration files that Dgidx output before the files were loaded into the MDEX Engine. If this situation applies to your application, you can take the following steps: