MicroStrategy ONE

List Properties for Data Load Statement

This command will list the properties of the current data load. If no data load is currently being executed by the EM server the result set will be empty.

Copy
LIST PROPERTIES FOR (CURRENT|LAST) DATA LOAD IN ENTERPRISE MANAGER “<em_machine>” IN PORT <port>;

where

  • Enterprise Manager name: The name of the Enterprise Manager machine.
  • Port: The port in which the service is running.

Examples

Copy
LIST PROPERTIES FOR CURRENT DATA LOAD IN ENTERPRISE MANAGER "localhost" IN PORT 9999;
Copy
LIST PROPERTIES FOR LAST DATA LOAD IN ENTERPRISE MANAGER "localhost" IN PORT 9999;