SSAS Manual Inputs

This page explains the specific structure and files accepted by this scanner. See Manta Flow Usage: Preparing Scanner Inputs for additional methods how to provide these inputs via Process Manager or Orchestration API. Check Ingest Source Support how to use Manta Agent to obtain input files from a remote machine or Git.

To analyze SSAS project files:

How to extract SSAS inputs

Input Example

For this example, consider an input folder representing the SSAS server that contains two database files: one as Model.bim and the other as an Example.xmla file.

If the database name in Model.bim is different than the one in Example.xmla, the analysis will process them correctly.

If both files represent the same database (databases with the same name), this will cause the previously described error—having two databases with the same name inside a single server. The database name is not given by the file name or suffix; it is specified inside the source file. The database file's name does not actually have any meaning and won't influence the lineage, but it is recommended to use the name of the database inside to clearly distinguish what database it represents.

If both files actually represent the exact same database, only one needs to be used as analysis input (it doesn't matter which one); for example, place only Example.xmla in the input folder.

If you need to analyze the databases from both the Model.bim and Example.xmla files (e.g., if they are different versions of the same database), it is necessary to place each file into its own separate folder.