Installation and Upgrade > Installation and Configuration Guide > Advanced Configurations > Database Initializing and Data Loading > Loading Base and Demonstration Data > Using WindchillLoader to Load Data > Loading Base Data Example
  
Loading Base Data Example
The following information provides an example of how to use the WindchillLoader command during a Windchill installation:
To display a list of the installed Windchill solutions available for loading data:
windchill wt.load.WindchillLoader -Info
To load only the base data for a specific solution identified by <app ID>:
windchill wt.load.WindchillLoader -Application=<app ID> -Locale=en
To load the base data and the demonstration data for a specific solution:
windchill wt.load.WindchillLoader
-Application=<app ID> -IncludeDemo -Locale=en
To load the base data and the demonstration data for all installed Windchill solutions:
windchill wt.load.WindchillLoader -All -IncludeDemo -Locale=en
To load the base data and demonstration data for all installed Windchill solutions in unattended mode:
windchill wt.load.WindchillLoader -All -Unattended -Locale=en
To load the localized data for a specific solution, enter the following in a Windchill shell:
windchill wt.load.WindchillLoader -Application=<app ID> -Locale=<locale>
For example,
windchill wt.load.WindchillLoader -
Application=Windchill.PDMLink -Locale=ja
This loads the Japanese version of the Windchill PDMLink solution.