Some metrics of Biztalk Server is showing no data.
Reason: The issue could come due to “Double Hop” issue. Good explanation has been given there.
Solutions:
- Run your code with WMI on the BizTalk host(s), this will only require a single hop to the sql-server. Or expose the necessary functions through a web-service hosted on the BizTalk host(s).
- Enable delegation (in Active Directory) for both the Account and BizTalk host(s): Allow a computer to be trusted for delegation for specific services
- In Services, scroll down to "Remote Procedure Call" and make sure the status says "Started".
Note: Details for SWbemLocator.ConnectServer method ( https://msdn.microsoft.com/en-us/library/aa393720(v=vs.85).aspx )
New to ADSelfService Plus?
Related Articles
No data available (or) error in Biztalk Server monitor added in WMI mode
If data is not available or if you encounter any error during data collection for Biztalk Server monitor added in WMI mode, follow the steps below: If you are using AppManager version 15470 and above, you can navigate to Admin > Self Help Tools and ...
Prerequisites for monitoring apache server metrics
The Apache mod_status module enables users to view detailed performance metrics of the Apache web server. You must enable and configure the mod_status correctly in the Apache configuration file to get performance metrics from Apache and view the data ...
APM Insight monitor is UP, but monitor page doesn't show any data
Possible Causes The APM Insight monitor status corresponds to the respective agent folder pointed Java Application status i.e., as long as the Application server is running, the monitor status will be UP. 1. No Transactions Recorded: It is possible ...
No data for Biztalk monitor added in Powershell mode
Check whether all the prerequisites are done. The prerequisites can be found here: https://www.manageengine.com/products/applications_manager/help/prerequisites-for-applications-manager.html#MicrosoftBizTalkMonitoring Follow the below steps for ...
Resolving no data error for MSSQL performance metrics
Problem: If the metrics in the MS SQL monitor's 'Overview' page isn't getting populated, it might be due to any of the following reasons: - MSSQL user does not have permission to access the performance counters. - Data collected from SQL server is ...