I want to deploy deploy ssas database to server. For this I use powershell and here is this version of the script.
and in powershell I write the following:
D:\deploy.ps1 //ИМЯ сервера в сети//MSSQL2012 D:\1.xmla Where:
- deploy.ps1 - script from the blog above,
- 1.xmla - generated deployment wizard script.
I also tried to write the name of the computer or its IE, the effect is the same. This powershell command responds:
Exception when calling "Connect" with "1" arguments: "A connection cannot be made. Ensure that the server is running."