Hi,
I have faced an error while joining an existing workflow farm. I have installed the Workflow Manager 1.0 Refresh (CU2) and the service bus 1.1 (KB2972621) was uploaded with CU2.
When I tried to join the existing farm, it gave me the following error. How can I sort out this issue?
[Error] [3/11/2019 1:47:50 PM]: System.Management.Automation.CmdletInvocationException: The given key was not present in the dictionary. --->
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Microsoft.ServiceBus.Commands.AddSBHost.ValidatePorts()
at Microsoft.ServiceBus.Commands.AddSBHost.ProcessRecordImplementation()
at Microsoft.ServiceBus.Commands.ServiceBusBaseCmdlet.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()
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.AddSBNode(FarmCreationModel model, Boolean isFirstCommand)