MicroStrategy ONE

Start Monitoring Server For Enterprise Manager Statement

This commands tells the Enterprise Manager service to start monitoring the specified Intelligence Server.

Copy
START MONITORING SERVER "<iserver_name>" IN PORT <iserver_port> USING USERNAME "<username>" PASSWORD "<password>" FOR ENTERPRISE MANAGER "<em_machine>" IN PORT <em_port>;

where:

  • Intelligence Server machine name: the name or IP address of the machine where the Intelligence Server is running.
  • Intelligence Server port: The port number in which the Intelligence server can be contacted.
  • Username: The MD username that is going to be use to stablish the connection.
  • Password: The password to be used.
  • Enterprise Manager machine name: The name or IP address of the machine where the enterprise manager service is running.
  • Enterprise Manager port: The port number in which the enterprise manager service is running.

Example

Copy
START MONITORING SERVER "intelligenceServer" IN PORT 34952 USING USERNAME "Administrator" PASSWORD "password123" FOR ENTERPRISE MANAGER "enterpriseManagerServer" IN PORT 9999;