Enterprise Administration > Windchill Data Loading > Loading Legacy Data Using the LoadFromFile and LoadFileSet Utilities > Using the LoadFileSet Utility
  
Using the LoadFileSet Utility
The LoadFileSet utility can be used when multiple data files are loaded into the database. The syntax for the LoadFileSet utility is as follows:
windchill wt.load.LoadFileSet -file <load file set path>
-descr <load set description> -UAOps|UNATTENDED -NOSERVERSTOP
The following table lists the LoadFileSet arguments that are available:
Argument
Description
file <load file set path>
Specifies the absolute path name of the load file set. This argument is required.
descr <load set description>
Specifies a description of the load file set. This argument is optional.
The description is displayed by the installer along with the yes/no prompt. For example:
Load <load file set path><load set description>?
UAOps or UNATTENDED
Specifies whether the install should run in unattended mode. You can specify either argument.
The installer does not elicit prompts to the typical questions it poses during the installation.
NOSERVERSTOP (or NoServerStop)
Specifies whether the method server should be stopped and restarted after the load process completes. This argument is optional.
If this argument is not specified, the method server is stopped and restarted by the installer.