RunProject
- Name of the Project to execute
- User and password for authentication
- Host name (or IP address) and port number of the GoAnywhere server
- Variables names and values to override in the Project
- Job Queue priority
RUNPROJECT for IBM i (iSeries)
The RUNPROJECT command can be entered on an IBM i command line, run from CL/RPG/COBOL programs, placed on user menus and run from job schedulers.
Command example:
GOANYWHERE/RUNPROJECT PROJECT('/Payroll/SendDirectDeposit') USER(MSMITH) PASSWORD(********) VARIABLE((STATECODE "NE")) MODE(*INTER)
RUNPROJECT for Windows
The RUNPROJECT command can be entered on a DOS command line, as well as run from Windows shortcuts, Windows applications/languages and Windows schedulers.
Command example:
C:\> RunProject -server http://192.168.1.184:8000/goanywhere -user SFIELD -password ********* -project /Payroll/SendDirectDeposit -logFile C:\GoAnywhereLogs\MyLog.log
RUNPROJECT for Unix/Linux/HP-UX/Solaris
For Unix and Linux operating systems, RUNPROJECT can be entered on a command line, as well as run from shell scripts, application/languages and UNIX/LINUX schedulers.
GoAnywhere Director can be installed onto Windows, Linux, IBM i, AIX (pSeries), UNIX, HP-UX, Mac OS and Solaris platforms. IBM i is also referred to as System i, iSeries, as400, as/400 and i5.