SSAS - Retrieve multidimensional database objects directories
Problem: I am trying to list all objects (Cube, dimension, partition, ...) found in a SSAS server. I am able to do that using the following project: GitHub - SSASAMODB I am trying to retrieve the relevant directory (within the data directory) for each object. I am unable to do that since files names contains some Incremental number that change each time you made changes to the objects in the database. Example: Cube name: TestCube Folder: | Data Dir | \<SSASDB > \TestCube . 0.cub After changing and reprocessing the Cube it changes to another value | Data Dir | \<SSASDB > \TestCube . 1.5 . cub Is there is a property in AMO classes that returns the Folder Path of each object? What is the value of the Incremental number included in the Folder name? Is there some workaround to do that? Since i only have SQL Server Data Tools Business Intelligence tools installed i need a solution compatible with SSIS script Task since it is the only way that i can proces