Hi All,
I am trying to deploy the msi created by btdf to BizTalk environment using powershell script. The scripts fail at the line : Run “BTSTask.exe AddApp -ApplicationName:”AppName” -Description:”AppDescription”
With error : “Unable to validate the given database “BizTalkMgmtDb” and server “SQLSERVER”.
I am running the script on the box that has BizTalk installed on it which is connecting to sql instance that is installed on a different machine.
Thanks