DrJohnT/AzureDevOpsExtensionsForSqlServer

[BUG]: Update SSAS tabular cube data source(s) only updating first connection

dktj84 opened this issue · 2 comments

Component

  • DeployTabularModel

Describe the bug
I have SSAS Tabular Comp.Level 1500 with two connection, using "Native OLE DB\SQL Server Native Client 11" provider:

  • 1.connection Server: BIDEV Database: Utilities
  • 2.connection Server: BIDEV Database: Data

I am trying to update data source with "Update SSAS tabular cube data source"
I added two steps for the release agent, only distinct by the "Name of source SQL Database": Utilities and Data

It seems both steps are updating the first connection, and this is my result:

  • 1.connection Server: BITEST Database: Data
  • 2.connection Server: BIDEV Database: Data

Expected behavior

  • 1.connection Server: BITEST Database: Utilities
  • 2.connection Server: BITEST Database: Data

Azure DevOps Agent

  • In-house hosted:
  • Agent Version: 2.182.1

BTW - Thank you for the Extension!