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 …

Is support for MS Azure currently planned?

You can run DataMiner on a VM that is hosted in Azure (or AWS). Keep in mind that this can be rather expensive if you want to have dedicated drive, …

Offloading to file system while database is online?

Hello Ruben, There is the message “FileOffloadToggleRequest”, which does exactly what you need (can be sent through the SLNetClientTest tool). However, this might not work on some versions (in the …

How to force the compilation of a precompile QAction again?

“Investigation shows that the precompiled QAction was not compiled,” … “When I restart the element then the precompile QAction gets compiled, and everything works fine again.” This seems counter intuitive. …

Data encrypted in motion

For the communication with the client (for Cube) you have the following: Retrieval of the application and connection settings over HTTP(S) Communication with SLNet (by default port 8004) From DataMiner …