-user <userid>
|
The userID of the person who has
administrator access to the repository. Only use this parameter when executing
VPLMPosImport as a Java batch.
|
Mandatory
|
-password
<password>
|
User password for the above person.
Only use this parameter when executing VPLMPosImport as a Java batch.
|
Mandatory
|
-context
<contextid>
|
Credentials identifier to be used to connect to the repository. If not
specified, the default VPLMAdmin.Company
Name.Default is used. The Company
Name that you provide here must be the name
of the company and not the title. |
Optional
|
-server <url>
|
This parameter is deprecated and
should not be used.
|
Optional
|
-file
<importfile>
|
Full path and name of the import file.
|
Mandatory
|
-ignore-errors
|
Continue execution even when errors are
encountered. If not specified, the import stops when an error occurs. Use this
parameter in place of
-no-abort-on-error .
|
Optional
|
-no-abort-on-error
|
Continue execution even when errors are
encountered. If not specified, the import stops when an error occurs. Although
this parameter is still valid, you should use
-ignore-errors instead.
|
Optional
|
-report
<reportfile>
|
Full path and name of the output report
file. The report contains the execution status of all import commands. If not
specified, no report is generated.
|
Optional
|
-transaction-mode
|
Indicates how modifications should be
committed to the database. Possible values are:
Value
|
Description
|
global
|
Commit changes once at the
end of execution
|
intermediate
|
Commit changes every Nth
command, as specified by option -transaction-size
|
local
|
Commit all changes
individually
|
The default is
inermediate .
|
Optional
|
-transaction-size
|
Indicates the size of transaction when
-transaction-mode is set to intermediate.
The default size is 50.
|
Optional
|
-syntax -h
|
Displays help on the syntax of commands
in the import file.
|
Optional
|
-version
-v
|
Defines the version number of the
software that generated the import file.
You can use this parameter to display the release number
of a software component. For more information, see
Using the Tools to Determine Version Numbers.
|
Optional
|
-h
|
Displays help for listing the
command-line parameters for this import command.
|
Optional
|