Strategy One

(missing or bad snippet)

Stop Monitoring Server For Enterprise Manager Statement

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

Copy
STOP MONITORING SERVER "<iserver_name>" IN ENTERPRISE MANAGER "<em_machine>" IN PORT <em_port>;

where

  • Intelligence Server machine name: The name or IP address of the machine to stop monitoring.
  • Enterprise Manager machine: The name or IP address of the machine where the enterprise manager service is running.
  • Enterprise Manager port: The port at which the service is running

Example

Copy
STOP MONITORING SERVER "intelligenceServer" IN ENTERPRISE MANAGER "enterpriseManagerServer" IN PORT 9999;