Previous Topic

Next Topic

Book Contents

Book Index

Running MOVEit Automation in the Foreground, Not As a Service

Running MOVEit Automation in the foreground as a "normal" application instead of as a service is useful in the following situations:

To run MOVEit Automation as a normal foreground application:, select the "Run MOVEit Automation Service in Foreground" option from the Start menu "MOVEit Automation" program group.

Starting MOVEit Automation from the command line

To take advantage of other run options, you must start MOVEit Automation from the command line.

CAUTION: Some of these options can harm your existing MOVEit Automation implementation,. Read the entire description of each option before using it.

The following options are currently available:

Ipswitch technicians use the following batch file (saved in the "/Program Files/MOVEit" folder) to safely launch customer configurations in the foreground for troubleshooting purposes. This batch file disables the scheduler and requires technicians to type in the explicit name of an alternate configuration.

@echo off SET CUSTOMERCONFIG=%1 if R%CUSTOMERCONFIG%R==RR GOTO NOCONFIG "c:\program files\moveit\micentral.exe" -k -manual -config %1 GOTO THEEND :NOCONFIG echo *** You MUST provide the path of a custom config file! :THEEND