Applications Systems
A SAM template status shows Initial Poll in Progress
This article provides brief information and steps to resolve the issue when a SAM template has already been assigned but Initial Poll in Progress status still shows after it was successfully added and tested.
First published date
Last published date
Overview
Product section
Cause
Resolution
Note: The changes should be done on the additional poller machines.
This is a workaround. Update the SolarWinds.APM.BusinessLayer.dll.config to add a query change notifier in addition to pub-sub (publish-subscribe). This is not turned on by default since pub-sub works fine in some case.
- Go to C:\Program Files (x86)\SolarWinds\Orion\APM\SolarWinds.APM.BusinessLayer.dll.config and open the config file using a text editor.
- Find the following string:
<apmSettings checkMaintenanceStatusTimer="06:00:00" maintenanceStatusOverdue="2.00:00:00" MaxNumberOfInitialWaitForAppDiscovery="30"></apmSettings>
- Add the following lines at the end of the string:
useApplicationChangeQueryNotifier="true"
<apmSettings checkMaintenanceStatusTimer="06:00:00" maintenanceStatusOverdue="2.00:00:00" MaxNumberOfInitialWaitForAppDiscovery="30" useApplicationChangeQueryNotifier="true"></apmSettings>
- Restart the module engine.
- This issue can also happen when one has the old license manager installed on the server but their current version uses a web-based license manager instead and this can cause conflict.
- Please go to control panel and uninstall it.
- You may also refer to the Add Node Application Struck with Error during Polling : Initial Poll in Progress article for related information.
NOTE: If above procedures didn't work, restart the Job Engine v2 and Collector Services.