Skip to main content

CreateECPServer

Create an ECP server.

Synopsis

[Actions]	CreateECPServer:Name=ECPServerName,Address=Hostname,MirrorConnection=x,Port=n,SSLConfig=z

Where x is one of the following three values:

  • 0 — Non-mirrored connection. Default.

  • 1 — Mirrored connection.

  • -1 — Mirrored connection restricted to the configured mirror member only.

Where n is the port number to connect to. Defaults to the superserver port.

Where z is either 0 for do not use the TLS configuration (%ECPClient) or 1 for do use the TLS configuration (%ECPClient). Default is 0.

Description

CreateECPServer defines an ECP server. InterSystems IRIS® creates that ECP server when processing the [Actions] section during a configuration merge. During the merge, InterSystems IRIS runs Config.ECPServers.Create()Opens in a new tab to create the ECP server defined by CreateECPServer. All properties are required; the complete list of properties is available in the class reference.

Changing this Operation

This operation is designed to be used during a configuration merge. You can change CreateECPServer by editing the merge file in a text editor (as described in Editing the Active CPF).

See Deploying ECP for more details on ECP configurations.

FeedbackOpens in a new tab