安裝與升級 > Windchill 安裝與組態 > 進階組態 > 資料庫初始化及資料載入 > 載入基礎資料及示範資料 > 使用 WindchillLoader 載入資料 > 載入基礎資料範例
  
載入基礎資料範例
下列資訊提供了有關在 Windchill 安裝期間如何使用 WindchillLoader 指令的範例:
顯示一份已安裝的 Winchill 解決方案清單,它們可在載入資料時使用:
windchill wt.load.WindchillLoader -Info
僅載入由 <app ID> 標識的特定解決方案的基礎資料:
windchill wt.load.WindchillLoader -Application=<app ID> -Locale=en
載入特定解決方案的基礎資料和示範資料:
windchill wt.load.WindchillLoader
-Application=<app ID> -IncludeDemo -Locale=en
載入所有已安裝的 Windchill 解決方案的基礎資料和示範資料:
windchill wt.load.WindchillLoader -All -IncludeDemo -Locale=en
以自動模式載入所有已安裝之 Windchill 解決方案的基礎資料和示範資料:
windchill wt.load.WindchillLoader -All -Unattended -Locale=en
欲載入特定解決方案的本地化資料,請在 Windchill shell 中輸入如下內容:
windchill wt.load.WindchillLoader -Application=<app ID> -Locale=<locale>
例如,
windchill wt.load.WindchillLoader -
Application=Windchill.PDMLink -Locale=ja
這會載入日文版的 Windchill PDMLink 解決方案。