MicroStrategy ONE

Set Options In Enterprise Manager Statement

Copy
SET [LOGGING LOCATION "<logging_location>"] ERROR ACTION (CONTINUE | STOP | SKIP) OVERLAP ACTION (START | WAIT) DB LOG (ENABLED | DISABLED) PURGE DB LOG AFTER <num_lines> LINES PURGE XML LOG AFTER <size> BYTES IN ENTERPRISE MANAGER "<em_machine>" IN PORT <em_port>;

where

  • Logging Location: The destination for the log files.
  • Enterprise Manager name: The name of the Enterprise Manager machine.
  • Port: The port in which the service is running.
Copy
SET LOGGING LOCATION "C:\Program Files (x86)\MicroStrategy\Enterprise Manager" ERROR ACTION STOP OVERLAP ACTION WAIT DB LOG ENABLED PURGE DB LOG AFTER 1000 LINES PURGE XML LOG AFTER 20000 BYTES IN ENTERPRISE MANAGER "localhost" IN PORT 9999;