Sample-SQL-Actions – SQL through SMA

Sample-SQL-Actions demonstrates how to create a SQL database connection and use this connection to execute commands on the database through SMA in Windows Azure Pack. Before running this workflow, you must create a Management Service (Windows Azure Pack) variable named ‘SQL_Connectionstring’ with the connectionstring to the SQL server. Example: “Server=SQL1;Database=TestDB;User ID=SQLuser;Password=Passw0rd;” http://gallery.technet.microsoft.com/scriptcenter/SMA-Sample-SQL-Actions-9cdfefa4 <#    Sample-SQL-Actions […]

Read More

VM Network Wizard fails with errorcode 12416

I found a bug in the creation of VM networks. I received the error: VMM is unable to process one of the provided parameters for the cmdlet (New-SCVMSubnet): Cannot convert ‘System.Object[]’ to the type ‘Microsoft.SystemCenter.VirtualMachineManager.LogicalNetworkDefinition’ required by parameter ‘LogicalNetworkDefinition’. Specified method is not supported ID: 12416 I created a Network site called “ABC” on my […]

Read More

VMM Crash – Error 802

Encountered some strange behaviour within VMM. Situation: I created a VM Template “VMTemplate – Windows Server 2012 Datacenter” from a server called “VM – Windows Server 2012 Datacenter”. The VM Template disk is stored in a folder on the library share. When I delete the folder (or safely move to a folder outside the library) […]

Read More