Advanced Customization > Business Logic Customization > Data Exchange using Standards in Windchill > STEP Data Exchange using EXPRESS > STEP Foundation > EXPRESS Tools > EXPRESS Database Tools > Load Model
  
Load Model
Various STEP or XML files gets loaded into EDMDB as a Model. This tool will help you to load model for an existing EXPRESS Schema.
Command Syntax
$> java wt.stepdex.expressschemautil.ExpressDbSchemaManager -loadmodel [-overwrite] -modelname(-m) modelName -stepfile(-f) stepFilePath [-dbname(-d) DBName -user(-u) DBContextLoginName -password(-p) DBPassword -dblocation(-l) DBLocation]
Where:
-loadmodel: Option for loading a model for the given schema
-overwrite: Option to overwrite on an existing model
modelname: Name of the model
stepFilePath: Absolute path of STEP file. Can be either P28 or P21 file
DBName: Specify database name
DBContextLoginName: Specify database context login name
DBPassword: Specify the database password
DBLocation: Specify path to database
Example
Command To load a STEP file named “stepAP214.stp” at “%WT_HOME/temp/p21
$> java wt.stepdex.expressschemautil.ExpressDbSchemaManager -loadmodel -m plcsrdl -f “%WT_HOME/temp/p21/ stepAP214.stp