Remote CDFTrace Error: Failed to manage the CDFControl remote service
book
Article ID: CTX136188
calendar_today
Updated On:
Description
When capturing a remote CDF Trace using CDFControl, you might receive the following error message:
“Failed to manage the CDFControl remote service!”
OR
"Failed to enumerate Citrix providers from the specified host."
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 fix the issue:
-
Ensure the user is a member of the local administrators group on the target remote system. Optionally, if this is not possible (for example, in a workgroup scenario), you can use the following command:
net use \\<<IP_of_remote_system>\ipc$ /user:<remote_user>
For example:
net use \\10.1.1.100\ipc$ /user:administrator
-
Ensure the architecture of CDFControl running (that is 32-bit or 64-bit) matches the architecture of the remote system. For example, if the remote system is running Windows 7 32-bit, you must use CDFControl 32-bit to capture the remote traces; if the remote system is running Windows 2008 R2 (64-bit), you must use CDFControl 64-bit to capture the remote traces.
-
Manually start the Remote Registry service on the target remote system, or set the startup type of the service to Automatic and restart Windows.
Problem Cause
This issue might occur for many reasons:
-
The user capturing the traces does not have administrative rights on the remote system.
-
There is an architecture mis-match between the version of CDFControl and the remote system.
-
The Remote Registry service might not be running on the remote system.
Issue/Introduction
Remote CDFTrace error: “Failed to manage the CDFControl remote service".
Was this article helpful?
thumb_up
Yes
thumb_down
No