In this post, we’re going to fix the below SharePoint Designer Workflow Issue:
Microsoft.SharePoint.SPEndpointAddressNotFoundException: There are no addresses available for this application.
You may also like to read SharePoint 2016: Configure Workflow Manager
There are no addresses available for this application
In SharePoint 2016, I tried to create a workflow using SharePoint Designer.
The workflow has saved successfully, but when I clicked publish,
I got the below error:
Errors were found when compiling the workflow, the workflow files were saved but can’t be run
I clicked on the advanced button to get more details, and found the following:
Microsoft.SharePoint.SPEndpointAddressNotFoundException: There are no addresses available for this application.
at Microsoft.SharePoint.SPRoundRobinServiceLoadBalancer.BeginOperation()
at Microsoft.SharePoint.Administration.SPServiceApplicationProxyBase1.ExecuteOnChannel(Boolean requireDelegation, Action
1 codeBlock)
at Microsoft.SharePoint.AppManagement.AppManagementServiceApplicationProxy.GetScaleOutDatabaseMap()
at Microsoft.SharePoint.SPScaleOutDatabaseMap.GetMapCacheEntries
Can’t Publish SharePoint Workflow in SharePoint Designer
This issue usually occurs in case of
- The App Management service stopped.
- Workflow Manager is not configured properly.
Start App Management Service
App Management Service is one of the main prerequisites for SharePoint Workflow Manager.
Therefore, you should ensure that you have configured App Management Service properly as I mentioned at
If you have already configured App Management Service, make sure that it’s started by doing the following:
- Open Central Administration as Administrator.
- Click on System Settings > Manage Services on Server.
- If the App Management Service stopped, start it.
Restarting the App Management Service takes some time to be reflected!
Therefore, you should
- Wait for a moment, then
- Close the SharePoint Designer and reopen it again.
- Finally, try to publish your workflow that should be published properly.
Workflow Manager is not configured properly
If the issue still not solved, so It’s recommended to apply the following checklist.
- The Workflow Manager Farm status is running.
- The Workflow Manager and Service bus services are up and running.
- The SharePoint Workflow Manager Proxy connected.
- The SharePoint Workflow 2013 platform listed in the SharePoint Designer.
- The Workflow Manager web service is browsable.
All details mentioned at the Workflow Manager Health Checklist
Applies To
- SharePoint 2016.
- SharePoint Designer 2013.
Conclusion
In conclusion, we have solved the “There are no addresses available for this application” that we faced when trying to publish a SharePoint Workflow in SharePoint Designer.
You may also like
- Workflow Manager Health Checklist.
- Sorry, something went wrong App Management Shared Service Proxy is not installed in SharePoint Server.
Have a Question?
If you have any related questions, please don’t hesitate to Ask it at deBUG.to Community.
Pingback: There are no addresses available for this application | SPGeeks