Account definition - EM Servers tab parameters

The following table describes the EM Servers tab parameters when defining a new account in Control-M Web Services API.

NOTE: If LDAP is enabled on the Control-M/EM Server, open the <WJM API home>/JRE/lib/security/java.security file and set the security.provider.

<N>=org.bouncycastle.jce.provider.BouncyCastleProvider

Where <N> is the next preference order number. For example, if the current highest parameter is security.provider.10, <N> should be 11.

Parameter

Definition

EM Version

Defines the specific version of Control-M/EM where this account connects.

EM Host

Defines the host name of Control-M/EM Corba Naming Service.

EM Port

Defines the port number of Control-M/EM Corba Naming Service.

SSL

Enables SSL security between Control-M Web Services API and Control-M.

Global Alert Server

Defines the logical name of the GAS server in the above EM Host Name.

NOTE: Relevant only for Control-M/EM version 7.0.00 and below.

GUI Server

Defines the logical name of the GUI server in the above EM Host Name.

Automatic Sign In

When selected, Control-M Web Services API automatically registers itself in Control-M/EM using the supplied user and password. Otherwise, each request requires you to include a user token. (To obtain a user token, you must send a register request. For more information see Request and Response Parameters in Control-M API).

EM User

Defines the name of the Control-M/EM user.

EM Password

Defines the name of the Control-M/EM user password.

EM connection retries

Defines the number of times reconnection should be attempted.

Time between retries

Defines the time between reconnection attempts in seconds.

Parent Topic

Creating a Control-M Web Services API account