Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • getXMLACatalogsAsync

    [starting from version: 2.9]

    getXMLACatalogsAsync(proxyURL: String, dataSource: String): Promise<String[]>

    One of four async API calls for OLAP/XMLA connectivity diagnostics.

    Returns a Promise object that resolves to an array of catalog names. Learn more about the method in getXMLACatalogs.

    Example

    let catalogs = await flexmonster.getXMLACatalogsAsync(proxyUrl, dataSourceInfo);

    See an example on JSFiddle.

    See also

    getXMLACatalogs
    getXMLADataSourcesAsync
    getXMLAProviderNameAsync
    getXMLACubesAsync