Servigistics InService Upgrade > Update Servigistics InService 6.4 to Servigistics InService 6.5 > Before Running System Upgrade Engine Utility
  
Before Running System Upgrade Engine Utility
* 
UPGRADER USER is not required for this update.
1. The following properties should be added to prevent harmless background errors being displayed when UPGRADER USER it not created:
com.ptc.windchill.sue.dbmonitor.MONITOR_ALERTS
com.ptc.windchill.sue.dbmonitor.MONITOR_SQL=false
com.ptc.windchill.upgrade.maxServerManagerWait=180
wt.manager.serverStartTimeout=450
com.ptc.windchill.upgrade.msStartupCheckInterval=120
* 
These properties can be added directly to the wt.properties file or by running those commands in a windchill shell.
2. Run the following commands:
xconfmanager -s com.ptc.windchill.sue.dbmonitor.MONITOR_ALERTS=false -t <codebaseDirectory>/wt.properties
xconfmanager -s com.ptc.windchill.sue.dbmonitor.MONITOR_SQL=false  -t <codebaseDirectory>/wt.properties
xconfmanager -s com.ptc.windchill.upgrade.maxServerManagerWait=180 -t <codebaseDirectory>/wt.properties
xconfmanager -s wt.manager.serverStartTimeout=450 -t <codebaseDirectory>/wt.properties
xconfmanager -s com.ptc.windchill.upgrade.msStartupCheckInterval=120 -t <codebaseDirectory>/wt.properties