BW Mode

In BW mode, the adapter submits MDX (multidimensional expression) statements against defined BW queries (cubes).

It returns data sets which can be multi-dimensional and organized on multiple axes. However, Event Stream Processor can only handle data in a tabular format (2-dimensional) meaning an axis for columns and an axis for rows. The adapter “flattens out” any data set returned by the MDX query into a table with columns and rows so that it can be input into Event Stream Processor. You can specify which columns from this table map to ESP streams using the mapping file.

The adapter flattens a multidimensional data set as follows:

Specify the MDX statement using the MDX parameter in the adapter configuration file.

There are a number of limitations when executing MDX statements against BW queries: