Skip to content Skip to sidebar Skip to footer

Problems Deploying A SSAS Cube In Azure

I am having problems deploying a ssas cube in Azure. I have designed a cube in SSDT. The structure of the cube is correct and I can access to the database placed in azure machine f

Solution 1:

Did you open 2382 or 2383? 2383 is correct unless you customized the SSAS port.

Is the Azure VM domain joined? If you are logged into your laptop as MYDOMAIN\juan do you use that same user to Remote Desktop to the VM? If not close and open SSDT with: runas /netonly /user:mbitsql\vmUserName "c:\pathTo\devenv.exe" so that SSDT can authenticate with the VM when you deploy.


Post a Comment for "Problems Deploying A SSAS Cube In Azure"