CompileService

The CompileService ISCommand is used to compile the image service definition to create the .ISCDef file.

The command line is as follows:

ISCommand CompileService --ISDef=<PathToISDef> --ISCDef=<PathToOutputCompiledService>

The table below defines the variables that are required to use this script. Most variables are defined within the script. You can either make an edit to the script or enter the variable at the command line as shown below.

Variable

Description/Options

Default

Required

ISDef

Path and name of the image service definition file.

User defined

Yes

ISCDef

Path and name of the compiled image service definition file.

<ISDef name>.ISCDef

Yes

Example:

ISCommand CompileService --ISDef=c:\Test2.ISDef\ImageService.ISDef -ISCDef=c:\Test2.ISCDef