How to get Service alarm level in c# automation?

In addition to the already proposed solutions, there is also the possibility to work with an enhanced service. In case you assign a service protocol to the service, you can …

Replicated elements keep going in time-out

I confirm this is a genuine issue which we’ll fix. A replicated element does not leave its timeout state when you re-enter the password on the replicated element when it …

How to get Service alarm level in c# automation?

Hi Cyrus, There’s an SLNET call called GetServiceStateMessage that you can use which will allow you to get the alarm state of the service. Note that this is an internal …

How to get Service alarm level in c# automation?

Hi Cyrus, In these cases, normally we trigger the Automation script from a Correlation rule. In the Correlation rule, you can configure a filter based on the service name and …

How to troubleshoot issues with SRM resources

Following steps are my to go steps in trouble shooting any kind of SRM issue. Check following log files: SLResourceManager (after restart, perhaps in the _BAK logfile of it) SLDBConnection …

DMA Reporter could not communicate with the DMA

Did you already try this? – Start -> Administrative Tools -> Component Services – Expand Component Services -> Computers -> My Computer -> DCOM Config -> SLASPConnection – Right-click on …

Replicated elements keep going in time-out

Hi Reinout, Although you mentioned that the parameters are updated, just to double check, can you try the following: Can you check (using Stream Viewer) if you see the following …

Light blue trending line

The dark blue line represents data that is already written to the database, and queried from the database at regular time intervals. The light blue line represents real-time parameter updates. …

Light blue trending line

The light blue line indicates that these values are coming from real-time updates. Dark blue lines are data coming from trend data requests (this is based on database data). If …

Visual Overview: Extended condition shape manipulation

The condition is not evaluating until all values are received. If it’s possible that some values are missing, you can use the DefaultReturnValue. This return value will be used in the condition …