Error : Unable to fetch Exchange Queues as CredSSP authentication is needed
This error occurs in Exchange Server monitor for non-mailbox roles when Queues monitoring is enabled. This usually occurs when the Applications Manager-installed server and the Exchange Server are present in different domains. You need to use CredSSP authentication to delegate the credentials to fetch the Queues data. Follow the below steps to resolve the issue:
- Check whether the prerequisites for enabling CredSSP authentication are implemented.
- If the connection is successful, go to the Edit monitor page of the Exchange Server monitor, then enable the "Use CredSSP Authentication" check box and update the monitor.
- Now poll the monitor and check whether the Queues data is collected.
- If you still face any error, open an admin PowerShell window in the Applications Manager-installed server. Navigate to <Applications Manager Home>\working\conf\application\scripts\powershell directory and execute the below command by replacing hostname, username, and password with that of the reported Exchange server:
.\EX_Queues.ps1 'hostname' 'username' 'password' 'Credssp'
- Get the output and copy it to a text file.
New to ADSelfService Plus?
Related Articles
Error : Unable to fetch Exchange Queues
If this error occurs in the Exchange Server monitor, follow the below steps: Check whether all the prerequisites for Exchange server are implemented. For non-mailbox roles, if CredSSP authentication is enabled, check whether the prerequisites for ...
Enabling CredSSP authentication
Why is CredSSP needed? CredSSP delegates the users' credentials from one computer to another remote computer. Use CredSSP authentication when the Remote Server is present in a different domain other than that of the Applications Manager server ...
Data Collection: Troubleshoot data collection issues in Exchange Server monitor
Prerequisites: Ensure that you have met all the prerequisites for the Exchange Server monitor. Refer to the below error scenarios and refer to the respective troubleshooting steps. No data collected for few metrics or all the metrics in Exchange ...
GCP - Unable to fetch resources. (or) Error fetching resources
This error occurs when Applications Manager is unable to fetch the resources for the particular service from the selected project. Troubleshooting: In the GCP console, go to APIs & Services → Library. Check if the APIs related to the particular ...
Steps to run individual PowerShell scripts used in Exchange Server monitor
If "Unable to create remote PowerShell session" error occurs or no data is collected in Exchange Server monitor added in PowerShell mode, follow the below steps to check the individual script output: Check whether all the prerequisites for Exchange ...