Windows 2012 R2
SQL 2012
I'm playing around with Windows Service Bus 1.1 and can't even get it to install. After about 5 minutes of installing it errors with the following:
Starting
Created and configured Service Bus farm management database.
Created and configured Service Bus gateway database.
Creating default container.
Error installing schema or logic to database SBMC01 on server sql-smi01.ed.sac
When i view log i see this:
[Verbose] [1/20/2014 3:24:42 PM]: Created and configured Service Bus farm management database.
[Progress] [1/20/2014 3:24:42 PM]: Created and configured Service Bus farm management database.
[Verbose] [1/20/2014 3:25:59 PM]: Created and configured Service Bus gateway database.
[Progress] [1/20/2014 3:25:59 PM]: Created and configured Service Bus gateway database.
[Verbose] [1/20/2014 3:25:59 PM]: Configuration added to farm management database.
[Verbose] [1/20/2014 3:25:59 PM]: Generating Certificate.
[Verbose] [1/20/2014 3:26:00 PM]: Service Bus configuration added to the farm management database.
[Verbose] [1/20/2014 3:26:02 PM]: Creating default container.
[Progress] [1/20/2014 3:26:02 PM]: Creating default container.
[Error] [1/20/2014 3:29:58 PM]: System.Management.Automation.CmdletInvocationException: Error installing schema or logic to database SBMC01 on server sql-smi01.ed.sac ---> Microsoft.Cloud.ServiceBus.Data.Exceptions.ResourceConflictException: Error installing
schema or logic to database SBMC01 on server sql-smi01.ed.sac
at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)
--- End of inner exception stack trace ---
at System.Management.Automation.PowerShell.EndInvoke(IAsyncResult asyncResult)
at Microsoft.ServiceBus.ConfigWizard.CommandletHelper.InvokePowershell(Command command, Action`3 updateProgress)
at Microsoft.ServiceBus.ConfigWizard.ProgressPageViewModel.CreateSBFarm(FarmCreationModel model)
It does have access to the SQL server because it creates other databases fine. It even creates the container database but always fails with the error about the schema logic.
Not sure what else to try or do??