I am trying to configure the worklfow manager but getting the below error.
When i run the powershell script it configures the service bus but failing to create the workfow manager.
-------------------------------------------------------------------------------------------[
Error] [4/15/2013 5:02:47 PM]: System.Management.Automation.CmdletInvocationException: Method not found: 'Void Microsoft.ServiceBus.Commands.Common.SecurityHelper.CreateServerAdministratorRole(System.String,
System.String)'. ---> System.MissingMethodException: Method not found: 'Void Microsoft.ServiceBus.Commands.Common.SecurityHelper.CreateServerAdministratorRole(System.String, System.String)'.
at Microsoft.ServiceBus.Commands.NewSBFarmBase.InstallManagementDB(String connectionString, String adminGroup, String runAsName)
at Microsoft.ServiceBus.Commands.NewSBFarmBase.ProcessRecordImplementation()
at Microsoft.ServiceBus.Commands.ServiceBusBaseCmdlet.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.PowerShell.EndInvoke(IAsyncResult asyncResult)
at Microsoft.Workflow.Deployment.ConfigWizard.CommandletHelper.InvokePowershell(Command command, Action`3 updateProgress)
at Microsoft.Workflow.Deployment.ConfigWizard.ProgressPageViewModel.CreateSBFarm(FarmCreationModel model)
-----------------------------------------------------------------------------------------------------------
I have installed latest workflow manager 1.0 and updates for the same.
While running the wizard i am using account name as administrator@completedomainname.
MCTS,MCPD Sharepoint 2010. My Blog-
http://www.sharepoint-journey.com
If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful