Option
|
Purpose
|
---|---|
-c filename |
Reads a configuration
file to set option values that are specific to the job or command,
including the authentication option. (See the -a option.)
|
-j file |
Executes the job in
the specified file.
|
-l path-filename |
Writes job run log messages
to a file. Specify different log files for each job run, The path
value is absolute. It is not affected by the values of any configuration
option.
|
-i key=value |
Sets the input variable key to
a value before running the job.
|
-o key=value |
Sets a server option
to a value.
|
-b key=value |
Sets a job option to
a value.
|
-a |
Authenticates the user
who is executing dmpexec using a Metadata Server or Authentication
Server. This option is required for domain-enabled connections. To
successfully authenticate, you need to specify options that specify
the authenticating server, user name, and password.
|
-a
option
in the dmpexec command, the DataFlux Data Management Server requires
three server configuration options. The following configuration options
specify the location of the authenticating server, a user name that
is registered on the authenticating server, and the password that
validates the user name:
BASE/AUTH_SERVER_LOC=network-path:port
defines
how to connect to the authenticating server.
BASE/AUTH_SERVER_USER=user-name
specifies
the user name that will be authenticated by the specified server.
BASE/AUTH_SERVER_PASS=password
specifies
the password that is associated with the user name.