Quantcast
Viewing all articles
Browse latest Browse all 21070

Register-SPWorkflowService : The underlying connection was closed: An unexpected error occurred on a receive

My Fellow SharePoint 2013 Engineers,

For the past two days I have been struggling to setup the SharePoint 2013 Workflow Manager. After following the detailed steps provided byHarbar.net when I reach the final step to register the workflow service for a site, I get the below error.

Image may be NSFW.
Clik here to view.

Below is the powershell command that I am running.

Register-SPWorkflowService -SPSite "http://service.domain.com" -Workflowhosturi "http://wfm.domain.com:12291" -AllowAuthHttp -force

Our SharePoint farm comprises of two WFE servers and two web application servers all of which are setup. You can see the configuration across our farm after I run the following commands

Import-Module WorkflowManager

Get-WFFarm

Get-WFFarmStatus

FarmType                   : Workflow
WFFarmDBConnectionString   : Data Source=sp13-sql-01;Initial Catalog=WFManagementDB;Integrated Security=True;Encrypt=False
RunAsAccount               : domain\svc_wfman
AdminGroup                 : BUILTIN\Administrators
Hosts                      : {Name: SP13-APP-01.domain.com, Configuration State: HostConfigurationCompleted, Name: SP13-APP-02.domain.com, Configuration State:
HostConfigurationCompleted, Name: SP13-WEB-01.domain.com, Configuration State: HostConfigurationCompleted, Name: SP13-WEB-02.domain.com,
Configuration State: HostConfigurationCompleted}
InstanceDBConnectionString : Data Source=sp13-sql-01;Initial Catalog=WFInstanceManagementDB;Integrated Security=True;Asynchronous Processing=True;Encrypt=False
ResourceDBConnectionString : Data Source=sp13-sql-01;Initial Catalog=WFResourceManagementDB;Integrated Security=True;Asynchronous Processing=True;Encrypt=False
HttpPort                   : 12291
HttpsPort                  : 12290
OutboundCertificate        : Thumbprint: B40221F8511412CF8509DB8873815E793D3B6AC5, IsGenerated: True
Endpoints                  : {https://SP13-APP-01.domain.com:12290/, https://SP13-APP-02.domain.com:12290/, https://SP13-WEB-01.domain.com:12290/, https://SP13-WEB-02.domain.com:12290/}
SslCertificate             : Thumbprint: D1F9BF5D83B5CC93D7639A84FEB29A3EC72EEE0F, IsGenerated: True
EncryptionCertificate      : Thumbprint: D1F9BF5D83B5CC93D7639A84FEB29A3EC72EEE0F, IsGenerated: True



PS C:\> get-wffarmstatus

HostName                                                   Service                                                                                    ServiceStatus
--------                                                   -----------                                                                                          -------------
SP13-APP-01.domain.com                                       WorkflowServiceBackend                                                                                     Running
SP13-APP-01.domain.com                                       WorkflowServiceFrontEnd                                                                                    Running
SP13-APP-02.domain.com                                       WorkflowServiceBackend                                                                                     Running
SP13-APP-02.domain.com                                       WorkflowServiceFrontEnd                                                                                    Running
SP13-WEB-01.domain.com                                       WorkflowServiceBackend                                                                                     Running
SP13-WEB-01.domain.com                                       WorkflowServiceFrontEnd                                                                                    Running
SP13-WEB-02.domain.com                                       WorkflowServiceBackend                                                                                     Running
SP13-WEB-02.domain.com                                       WorkflowServiceFrontEnd                                                                                    Running

When I go Central Administration>Service Applications>Workflow Service Application Proxy, below is what I see

Image may be NSFW.
Clik here to view.

Thanks in advance for your help.


Daniel Christian (MCTS)


Viewing all articles
Browse latest Browse all 21070

Trending Articles