Saturday 21 November 2015

Error: App Management Shared Service Proxy is Not Installed

Introduction

I created a SharePoint 2013 workflow using Designer and when I tried to publish the workflow I was getting the following error:
Error Message

Errors were found when compiling the workflow. The workflow files were saved but cannot be run.

Microsoft.SharePoint.SPException: App Management Shared Service Proxy is not installed.

Reason

This is because the App Management Service application is not created or the App Management Service is not running or the App Management Service Proxy is not added to the default proxy group.

Solution
  1. Open "Central Administration".
  2. Click on "Application Management" in the quick launch bar.
  3. Click on "Manage Service Applications" available under the Service Applications section.
  4. Check whether the App Management Service application is created, if not then create the App Management Service application.
  5. Click on "Application Management" in the quick launch bar.
  6. Click on "Configure service application associations" available under the Service Applications section.
  7. Check whether the App Management Service proxy is added to the default proxy group, if not then add it to the default proxy group.
  8. Click on "Application Management" in the quick launch bar.
  9. Click on "Manage services on server" available under the Service Applications section.
  10. Check whether the App Management Service is started, if not then start the service.
Below article helps me to resolve the issue:
http://www.c-sharpcorner.com/UploadFile/anavijai/error-app-management-shared-service-proxy-is-not-installed/

Thanks