How to get an EMS Server Name in BW.

How to get an EMS Server Name in BW.

book

Article ID: KB0092759

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
How to get EMS an Server Name in BW.

Issue/Introduction

How to get an EMS Server Name in BW.

Resolution

The EMS Server name is defined in the EMS server's main configuration file tibemsd.conf. BW client does not use the EMS server name for EMS connections. If you want to retrieve the information in BW, you need to use Java code to call the EMS Admin API.

java.lang.Object com.tibco.tibjms.admin.ServerInfo

getServerName
public java.lang.String getServerName()Get the name of the server.

Returns: The name of the server.

Additional Information

EMS Java API documentation