Applications Systems
Node shows: One or more Applications have state: Unknown to a application that does not exist.
This article will take you through fixing the issue where a node shows an application status in unknown when the application does not exist in the "Manage Assigned Application Monitors" page.
First published date
Last published date
Overview
Product section
Cause
Resolution
2. Execute the following query:
| -- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. SELECT TOP 1000 * FROM [dbo].[APM_Application] where Name = 'New Application' |
3. Delete the entries in the database.
Changes may take several minutes to show on the node details page.