Framework/Application Installation Log FileA log file is created every time setup is run for the framework or an application. The file is called install<framework-or-application-name><version>.log, and is installed in the SERVER_INSTALL\Apps\Framework\ directory by default. For example, the log file for the V6R2012 framework is called installFrameworkV6R2012.log. This log file lists all administrative objects added or modified during installation, objects renamed due to name collisions, MQL commands skipped due to symbolic name collisions, and error conditions. The log file shows messages generated for each installation script that runs during setup. You can determine which program generated the message by looking above the message until you find the line that lists the program that was running. The following table describes the messages that can appear in the framework/application installation log file.
Schema Installation Log FileA log file is created every time the Schema Installer is run. The file is called installSchemaInstaller<version>.log, and is installed in the SERVER_INSTALL\Apps\<version>\SchemaInstaller\ directory by default. This file contains a section for each version of each installed schema (Application Exchange Framework, Team Central, all other ENOVIA products, and any custom schema. You may see Modifying messages for a version earlier than your currently installed version (for example, if your installed version were 9.5.5.1 you might see a modifying message for version 9.5.0.0). This situation may occur if a prior conversion executed, but for some reason did not update the version number for the object. The message here indicates that the version has been modified, not that the conversion was run again. The following table describes the messages that can appear in the schema installation log file.
MQL Schema Changes Log FileA schema changes log file is created every time the Schema Installer is run. The file is called SchemaChangesMQL<version>.log, and is installed in the SERVER_INSTALL\Apps\<version>\SchemaInstaller\ directory by default. The file contains the MQL code corresponding to the entries listed in the Schema Installer log file. |