Hi,
i want to install the new windows azure workflow manager and service bus on my sharepoint 2013 server.
All works fine in setup. I got the Powershell-Script from the wizard and configured it to meet my requierments.
I start it and get to the last point "add-wfhost".
Here i got following error:
VERBOSE: [12.12.2012 09:30:13]: Validating input and configuration parameters. VERBOSE: [12.12.2012 09:30:14]: Installing auto-generated certificate. VERBOSE: [12.12.2012 09:30:16]: Granting 'Log on as Service' privilege to the RunAs account. VERBOSE: [12.12.2012 09:30:16]: Workflow Manager configuration starting. VERBOSE: [12.12.2012 09:30:19]: Configuring Workflow Manager runtime settings. Add-WFHost : Could not successfully create management Service Bus entity 'WF_Management/WFTOPIC' with multiple retries within a timespan of 00:02:05.7914488.. The exception of the last retry is: The token provider service was not avaliable when obtaining a token for 'https://myServer.sps2013.local:9355/WorkflowDefaultNamespace/$STS/Windows/'.. At C:\Users\wawsrv\Documents\workflowconfiguration.ps1:42 char:1+ Add-WFHost -WFFarmDBConnectionString 'Data Source=myServer.sps2013.local;Initia ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : OperationStopped: (:) [Add-WFHost], TimeoutException+ FullyQualifiedErrorId : WFRuntimeSettingFailed,Microsoft.Workflow.Deployment.Commands.AddWFHost
I installed it on a sharepoint 2013 box server (AD, DNS, SQL and SP on one maschin).
I know this is not supported, but it should work. Im loged in as the service account for the workflow. I've granted the domain admin rights and sql sysadmin /dbowner rights.
Now my answer is:
It is not the "normal" error with the wf_management/WFTOPIC. What is this token provider service and why he tries the port 9355. I dont use ssl, so how can i change the request url or how do i have to set it up correct?
Thx alot on this!