Servigistics InService 升級 > 將 Servigistics InService 6.4 更新至 Servigistics InService 6.5 > 執行系統升級引擎公用程式之前
  
執行系統升級引擎公用程式之前
* 
此更新不需要 UPGRADER USER。
1. 應新增下列內容來防止未建立 UPGRADER USER 時顯示無害背景錯誤:
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
* 
可直接將這些屬性新增至 wt.properties 檔案中,或透過在 windchill shell 中執行這些指令來執行該動作。
2. 執行下列指令:
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