Loading Base Data
Base Data is the pre-loaded Mongo dataset (admin user, profiles, preferences, and so on), which is necessary for configuring PTC Arbortext Content Delivery system after installation to initialize the system properly.Use the following procedure to load base data.
1. Open the command prompt from <HOME>\SW\SW\Applications\Windchill.ear\bin
2. Open an Windchill shell by executing one of the following commands:
On UNIX or Linux systems:
<WT_HOME>/bin/Windchill --java=<JAVA_HOME>/bin/java shell
On Windows systems:
<WT_HOME>/bin/windchill.bat --java=<JAVA_HOME>\bin\java.exe shell
3. Execute one of the following commands:
On UNIX or Linux systems:
windchill com.ptc.sc.loader.SCLoader baseset -u <username> -p <password>
On Windows systems:
Windchill.bat com.ptc.sc.loader.SCLoader baseset -u <username> -p <password>