• kamamusic (7/15/2015)


    Hi,

    I agree with you but... I don't have control on the Server B, I have only a login for SSAS and server are both out of domain.

    I think the last solution is to enable http, does anyone tried with success usng remote PowerShell?

    Many thanks for all the help you can provide me.

    Roberto

    I think the issue may be that you are trying to use devenv.exe (Visual Studio) on the "B" server to deploy your cube. You don't need to. As Eirikur mentioned you can do it all with XMLA scripts - then all you'll need is an account on the SSAS instance with deployment rights. As for Powershell, I found this article which describes the process: http://vaniecastro.com/2014/06/04/deploy-a-sql-server-analysis-services-project-using-powershell/

    Note that devenv.exe is used here but only on the host server and only to generate XMLA. I hope that helps.


    I'm on LinkedIn