My webMethods Server 10.3 | My webMethods Server Webhelp | Administering My webMethods Server | Startup and Configuration | Modifying Configuration Files | Configuring Whether Diagnostics Are Executed at Startup | Preventing My webMethods Server from Executing dbintegritycheck at Startup
 
Preventing My webMethods Server from Executing dbintegritycheck at Startup
The My webMethods Server automatically executes the dbintegritycheck tool at startup and logs the results to the _full_.log file. The dbintegritycheck tool reviews the dynamic business objects (DBOs) deployed to My webMethods Server to search for potential errors that might have occurred if a DBO was installed or upgraded incorrectly.
Although it is recommended that you keep this action enabled, you can prevent My webMethods Server from executing dbintegritycheck at startup. To do so, edit the startupDiagnostics section of the phaseProvider.xml configuration file as shown below.
<Phase class ="com.webmethods.portal.system.init.impl.DefaultPhase"
      enabled="true" name="startupDiagnostics">
   <PhaseInfo
      class="com.webmethods.portal.system.impl.DbIntegrityCheckLauncher"
      enabled="false" name="dbIntegrityCheck"/> .
   .
   .
</Phase>