Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OERUN allows you to invoke an OpenInsight routine from the DOS command line. This is useful any time you need to have a Windows routine (such as a batch file, or the scheduled task manager) invoke an OpenInsight stored procedure. OERUN will connect to the Engine Server, start up an OEngine in the specified application, run the stored procedure, and then terminate; any output from the stored procedure will be returned to the DOS command line (where it may be displayed, or "redirected" to a DOS file).

Syntax

Code Block
OERUN -a <appname> -u <username> -p <password> -c <commandString>
 
            {-e <engineserverURL>} {-n <engineserverPort>} {-r <routineName>}
 
            {-s <engineName>} {-f <startupFlags>} {-d <shutdownFlags>}

 

 

Parameters

The function has the following parameters:

...