microsoft / Analysis-Services

Git repo for Analysis Services samples and community projects
MIT License
608 stars 417 forks source link

ALM Toolkit compatibility level error using latest Desktop ver. #216

Closed paulturley closed 3 months ago

paulturley commented 1 year ago

ALM toolkit complains when connecting to two copies of the same dataset, both authored in the latest version of Desktop, when comparing the XMLA endpoint and local Desktop instance.

The database compatibility level of 1567 is below the minimal compatibility level of -2…

Checking the models, they are both at 1567.

ALMToolkitError

christianwade commented 1 year ago

Hi Paul, I'm assuming the XMLA endpoint version is in PBIP, right? If it were in AAS, you could get this error since parameters not supported.

Are you using the latest version of ALM Toolkit? There was a recent fix associated with CompatibilityMode that might address this this.