Previous Topic

Next Topic

Book Contents

Book Index

Running MOVEit Central in the Foreground, Not As a Service

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

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

Starting MOVEit Central from the command line

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

CAUTION: Some of these options can harm your existing MOVEit Central 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