How to get Service alarm level in c# automation?
17th August 2020
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 …
Answer
17th August 2020
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 …
17th August 2020
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 …
17th August 2020
Did you already try this? – Start -> Administrative Tools -> Component Services – Expand Component Services -> Computers -> My Computer -> DCOM Config -> SLASPConnection – Right-click on …
17th August 2020
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 …
17th August 2020
I’ve had the same issue in the past. The ‘waiting for port 9004 to become available’ log line is most likely a false positive (last log line that could be …
17th August 2020
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. …
17th August 2020
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 …
17th August 2020
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 …
17th August 2020
In my opinion, it’s essential to understand the goals of the orchestration and the underlying infrastructure. With this understanding in place, it should be possible to design the functions based …
14th August 2020
Hi João, Can you double check in the central database if the option sql_mode is set to ”: Once you are connected to the central database through MySQL Workbench, you …
14th August 2020
You can force the compilation by having a normal trigger after start up that will end up running your pre compiled QAction, that’s normally a good way to debug what …
14th August 2020
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, …
14th August 2020
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 …
14th August 2020
“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. …
14th August 2020
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 …