<EnableMIFileVerification>
Section:
Options
Required:
No
Value type:
Boolean (true or false)
Default:
false
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
This tag provides a debugging aid if MI file corruption is detected. When true, two MD5 signatures of the file are compared by generating the signature of the file on the temporary directory, storing the file to the File Server, then downloading the file and taking the MD5 signature again. If there is no difference it verifies that this MI file is the same coming back from the File Server as the one written by Creo Elements/Direct Drafting or Creo Elements/Direct Annotation.
* 
A significant performance penalty can be incurred by having this tag enabled.
Example
This example shows the debugging functionality turned on:
<EnableMIFileVerification>true</EnableMIFileVerification>
Was this helpful?