RemoteExec (Method)

Return Value

(none)

Arguments

Parameter

Data Type

Meaning

command

String

The command line parameters to run on the server.

stdoutFile

String

Name of the file on the local machine used to capture the standard output from the specified command.

Description

Executes the specified command on the remote server. This method waits for the command to complete, during which time your PC is in a "hold" state. If you need to continue using your PC after submitting a report for execution, use RemoteExecNoWait (Method) . RemoteExec is recommended for running shorter duration Production Reporting programs.