Error: Could not find a working service instance for the Active Directory Identity Service and Machine Creation Service

Error: Could not find a working service instance for the Active Directory Identity Service and Machine Creation Service

book

Article ID: CTX136135

calendar_today

Updated On:

Description

In XenDesktop Studio console if Machines, Assignments or other options are selected, the following error messages appear:

"Could not find a working service instance for the Active Directory Identity service”

User-added image

“Could not find a working service instance for the Machine Creation service”.

User-added image

Environment

The above mentioned sample code is provided to you as is with no representations, warranties or conditions of any kind. You may use, modify and distribute it at your own risk. CITRIX DISCLAIMS ALL WARRANTIES WHATSOEVER, EXPRESS, IMPLIED, WRITTEN, ORAL OR STATUTORY, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NONINFRINGEMENT. Without limiting the generality of the foregoing, you acknowledge and agree that (a) the sample code may exhibit errors, design flaws or other problems, possibly resulting in loss of data or damage to property; (b) it may not be possible to make the sample code fully functional; and (c) Citrix may, without notice or liability to you, cease to make available the current version and/or any future versions of the sample code. In no event should the code be used to support ultra-hazardous activities, including but not limited to life support or blasting activities. NEITHER CITRIX NOR ITS AFFILIATES OR AGENTS WILL BE LIABLE, UNDER BREACH OF CONTRACT OR ANY OTHER THEORY OF LIABILITY, FOR ANY DAMAGES WHATSOEVER ARISING FROM USE OF THE SAMPLE CODE, INCLUDING WITHOUT LIMITATION DIRECT, SPECIAL, INCIDENTAL, PUNITIVE, CONSEQUENTIAL OR OTHER DAMAGES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Although the copyright in the code belongs to Citrix, any distribution of the sample code should include only your own standard copyright attribution, and not that of Citrix. You agree to indemnify and defend Citrix against any and all claims arising from your use, modification or distribution of the sample code.

Resolution

Complete the following steps to resolve the issue:
  1. Run the following PowerShell commands:
    $configService = Get-ConfigRegisteredServiceInstance -ServiceType Config
    $configService | Reset-configServiceGroupMembership
    $configService | Reset-hypServiceGroupMembership
    $configService | Reset-acctServiceGroupMembership
    $configService | Reset-pvsvmServiceGroupMembership
    $configService | Reset-provServiceGroupMembership
    Get-ConfigServiceInstance | Reset-BrokerServiceGroupMembership
  1. Restart the services.
Note: This was an issue that has since been fixed with the latest version releases of XenDesktop.

Problem Cause

This error might occur if the XenDesktop services are not registered or if registered, the services are registered incorrectly.

Issue/Introduction

This article provides a resolution to the following error messages: “Could not find a working service instance for the Active Directory Identity service” and “Could not find a working service instance for the Machine Creation service”

Additional Information

CTX133273 - Error: Could not find a working service instance for the Configuration Service

http://forums.citrix.com/thread.jspa?threadID=292668