Can't integrate Sharepoint with Workflow service

Sorry!

After googling a lot I can not find solution to my problem so decided to put my question here. I am receiving following error when try to run Register-SPWorkflowService -SPSite "https://webportal.domain.local" -WorkflowHostUri "https://wfserver.domain.local:12290/"

Register-SPWorkflowService : The HTTP request has timed out after 200000 milliseconds.
At line:1 char:1
+ Register-SPWorkflowService -SPSite "https://webportal.domain.local" -WorkflowHostUri "h ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (Microsoft.Share...WorkflowService:RegisterSPWorkflowService) [Register-SPWorkflowService], TimeoutExcept
   ion
    + FullyQualifiedErrorId : Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService

When I saw ULS log it was showing following error

06/25/2015 14:32:03.68    PowerShell.exe (0x4C38)    0x4D6C    SharePoint Server    Workflow Services    ahv85    Exception     System.TimeoutException: The HTTP

request has timed out after 200000 milliseconds. ---> System.Net.WebException: The request was aborted: The request was canceled.     at

System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)     at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.OnGotResponse(IAsyncResult result)     

--- End of inner exception stack trace ---     at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)     at

Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(IAsyncResult result)     at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T

content)     at Microsoft.Workflow.Client.WorkflowManagementClient.SendRequest[T](HttpWebRequest request, T content)     at

Microsoft.Workflow.Client.ActivityManager.PublishInternal(ActivityDescriptionCollection activityCollection, Boolean validateOnly, Boolean terminateDependentInstances)  

   at Microsoft.SharePoint.WorkflowServices.StoreWorkflowDeploymentProvider.<>c__DisplayClassb.<UploadLocalActivities>b__9(ActivityBuilderAssemblyCollection

collection, ActivityBuilderAssembly builderAssembly) StackTrace:  at Microsoft.Office.Server.Native.dll: (sig=a1000fac-02c7-4003-8d43-320bb54966b7|2|

microsoft.office.server.native.pdb, offset=131D6) at Microsoft.Office.Server.Native.dll: (offset=21B79)    d7ec8b67-cbb0-4c2b-bd87-fdab7f52ebe7

06/25/2015 14:32:03.68    PowerShell.exe (0x4C38)    0x4D6C    SharePoint Server    Workflow Services    ajlw5    Exception     System.TimeoutException: The HTTP

request has timed out after 200000 milliseconds. ---> System.Net.WebException: The request was aborted: The request was canceled.     at

System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)     at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.OnGotResponse(IAsyncResult result)     

--- End of inner exception stack trace ---     at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)     at

Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(IAsyncResult result)     at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T

content)     at Microsoft.Workflow.Client.WorkflowManagementClient.SendRequest[T](HttpWebRequest request, T content)     at

Microsoft.Workflow.Client.ActivityManager.PublishInternal(ActivityDescriptionCollection activityCollection, Boolean validateOnly, Boolean terminateDependentInstances)  

   at Microsoft.SharePoint.WorkflowServices.StoreWorkflowDeploymentProvider.<>c__DisplayClassb.<UploadLocalActivities>b__9(ActivityBuilderAssemblyCollection

collection, ActivityBuilderAssembly builderAssembly)     at Microsoft.SharePoint.WorkflowServices.StoreWorkflowDeploymentProvider.EnumerateBuilderAssemblies(Boolean

sorted, BuilderAssemblySink sink) StackTrace:  at Microsoft.Office.Server.Native.dll: (sig=a1000fac-02c7-4003-8d43-320bb54966b7|2|microsoft.office.server.native.pdb,

offset=131D6) at Microsoft.Office.Server.Native.dll: (offset=21B79)    d7ec8b67-cbb0-4c2b-bd87-fdab7f52ebe7

06/25/2015 14:32:03.68    PowerShell.exe (0x4C38)    0x4D6C    SharePoint Foundation    PowerShell    6tf2    High    System.TimeoutException: The HTTP request has timed out

after 200000 milliseconds. ---> System.Net.WebException: The request was aborted: The request was canceled.     at System.Net.HttpWebRequest.EndGetResponse

(IAsyncResult asyncResult)     at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.OnGotResponse(IAsyncResult result)     --- End of inner exception stack trace

---     at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)     at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(IAsyncResult

result)     at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)     at

Microsoft.Workflow.Client.WorkflowManagementClient.SendRequest[T](HttpWebRequest request, T content)     at Microsoft.Workflow.Client.ActivityManager.PublishInternal

(ActivityDescriptionCollection activityCollection, Boolean validateOnly, Boolean terminateDependentInstances)     at

Microsoft.SharePoint.WorkflowServices.StoreWorkflowDeploymentProvider.<>c__DisplayClassb.<UploadLocalActivities>b__9(ActivityBuilderAssemblyCollection collection,

ActivityBuilderAssembly builderAssembly)     at Microsoft.SharePoint.WorkflowServices.StoreWorkflowDeploymentProvider.EnumerateBuilderAssemblies(Boolean sorted,

BuilderAssemblySink sink)     at Microsoft.SharePoint.WorkflowServices.StoreWorkflowDeploymentProvider.UploadLocalActivities(String serviceAddress, ICredentials

workflowServiceCredentials, String activityName, Boolean force)     at

Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowService.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()    

d7ec8b67-cbb0-4c2b-bd87-fdab7f52ebe7

I have made the setup account and service account both as computer administrator as well as work flow administrator. Both of these accounts are able to access workflow and sharepoint websites with out any error through https. I added service accounts to the user policy of all of my sharepoint web applications. giving it full control for all zones. My User profile service is showing the service and setup accounts. I have given sharepoint shall access rights to workflow admin group. setup account is same for both sharepoint and workflow. I am installing both sharepoint and workflow on a single machine.

Any help would be a blessing

June 29th, 2015 2:47am

TRY THESE LINK

http://www.techrevmarrell.com/register-spworkflowservice-timing-out/

If it does noty work,  leave the WorkFlow manager farm and join it again.....then try again to register. 

Free Windows Admin Tool Kit Click here and download it now
July 25th, 2015 7:16am

TRY THESE LINK

http://www.techrevmarrell.com/register-spworkflowservice-timing-out/

If it does noty work,  leave the WorkFlow manager farm and join it again.....then try again to register. 

July 25th, 2015 7:16am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics