This task starts the ENVI Catalog Server. If the server is already running, this task returns immediately.

This task requires a separate license for the ENVI Catalog Module; contact your sales representative for more information.

Syntax


Result = ENVITask('StartENVICatalogServer ')

Input parameters (Set, Get): CATALOG_DATABASES, LOG_LEVEL, PERSISTENT, PORT, PUBLIC

Output parameters (Get only): None

Parameters marked as "Set" are those that you can set to specific values. You can also retrieve their current values any time. Parameters marked as "Get" are those whose values you can retrieve but not set.

Input Parameters


CATALOG_DATABASES (optional)

Specify the database file(s) to register with the catalog server.

LOG_LEVEL (optional)

Specify the amount and type of log messages that the server outputs with one of the following:

  • Critical
  • Error
  • Warning
  • Info
  • Debug

PERSISTENT (optional)

Set this parameter if you want the catalog server to continue running after ENVI closes.

PORT (optional)

Specify the port the catalog server will listen on. The default is 50055.

PUBLIC (optional)

Set this parameter to true if you want your server to be accessible from other machines in your network. If false, only your machine will be able to submit jobs to it.

Methods


Execute

Parameter

ParameterNames

Properties


DESCRIPTION

DISPLAY_NAME

NAME

REVISION

TAGS

Version History


ENVI 6.3

Introduced

See Also


ENVITask, ScanFilesForCatalog Task, PopulateCatalog Task