Name
|
Description
|
---|---|
Inputs:
|
|
DWB_DELETE_SERVER_LOGS
|
(TRUE, FALSE) Determines
whether the server log and status files are deleted at completion.
Defaults to null, which deletes the log and status files
|
DWB_DESCRIPTION
|
The profile report description
|
DWB_JOBNAME
|
The name of the profile
job to run on the server
|
DWB_PROXY_HOST
|
The proxy server host
name
|
DWB_PROXY_PORT
|
The proxy server port
name
|
DWB_SAVE_LOG
|
(TRUE, FALSE) Determines
whether the log file is stored locally or placed in the temp directory
|
DWB_SERVER_NAME
|
The DataFlux Data Management
Server name to connect to the server
|
DWB_TIMEOUT
|
The time-out length
for each call to the server. This value is the time to actually start
the process running. Values >0 = seconds, <0 = microseconds
(10^-6), 0 = no time-out
|
DWB_WAIT
|
(TRUE, FALSE) Determines
whether this node waits (stays running) until a finished state is
returned
|
Unique Outputs:
|
|
DWB_AUTHTYPE
|
The resolved server
authentication type
|
DWB_JOBID
|
The job request ID for
this run of the job
|
DWB_JOBSTATUS
|
The status message from
the server
|
DWB_LOGFILE
|
The path to the log
file, if requested
|
DWB_RESOLVED_DOMAIN
|
The resolved authentication
domain
|
DWB_RESOLVED_HOST
|
The resolved host name,
including the URI scheme (http:// or https://)
|
DWB_RESOLVED_PORT
|
The resolved listen
port
|
DWB_RESOLVED_PROXY_HOST
|
The resolved proxy server
host
|
DWB_RESOLVED_PROXY_PORT
|
The resolved proxy server
port
|