Reputation: 55
I have followed the below URL to create the BizTalk image in Azure VM.
Create & Configure BizTalk Server 2013 VM in Windows Azure
After creating the VM I can see the BizTalk server installed in VM. While configuring the BizTalk server I gave the server name, username and password for creating the databases. At that i got an error as below:
Do we need a seperate VM for SQL SERVER ?
In that case SQL SERVER will not will be installed while selecting BizTalk2013R2 image?
How can I install both SQL SERVER and BizTalk server in single VM?
Upvotes: 0
Views: 744
Reputation: 1682
I believe you have not completed Post-installation Steps for BizTalk and SQL Server 2012. Solution to your problem is to enable MSDTC and enable TCPIP and namepipe in SQL Server Management Studio.
For more details refer to this link: https://msdn.microsoft.com/en-us/library/jj248704.aspx
All the best!
Upvotes: 0
Reputation: 11040
If you chose BizTalk Server Enterprise or Standard, then no, those are the paid instances and do not include SQL Server. You must provision a paid VM of SQL Server to use with those BizTalk VM's.
Only the MSDN Developer editions of BizTalk VM's include the full stack, including SQL Server and Visual Studio.
Upvotes: 0