Element two tables and an idx (inside children)
1st March 2023
Hi Stefan, This should be possible using the [param] placeholder, so something like Parameter: 12345:[param:Encoder*,14018,*[Property:CHANNEL_ENCODER]*]
Answer
1st March 2023
Hi Stefan, This should be possible using the [param] placeholder, so something like Parameter: 12345:[param:Encoder*,14018,*[Property:CHANNEL_ENCODER]*]
1st March 2023
Following Joachim’s answer, also check you have the the nuget.org ‘https://api.nuget.org/v3/index.json’ package resource configured in the NuGet Package Manager.
1st March 2023
Hi, As far as I’m aware, this is not possible for local users or manually added domain users. I would suggest, if possible, to use a different approach concerning the …
28th February 2023
Hi Richard, When you clone a repo and open your solution in Visual Studio, you will indeed still have this problem. In your QActions, the SLProtocol will not be recognized …
28th February 2023
Hi Martijn, Your code is fine, though if you use that method multiple times in the same script it may be worth to cache the resource pools to avoid calls …
28th February 2023
Just to be awkward I’ve gone with the DmsConfiguration message to return the cluster name var message = new GetInfoMessage(-1, InfoType.DmsConfiguration); var response = (GetDmsConfigurationResponseMessage)engine.SendSLNetSingleResponseMessage(message); var clusterName = response.ClusterName;
28th February 2023
Hi Andries, You need to set your read parameter as type string and then create your alarm template with the correct string values. Only the write parameter needs to be …
28th February 2023
Roger, This is a perfect use case for DataMiner and the architecture is rather flexible. Please see below for a common approach. DataMiner receives trap or generates native event/alarm DataMiner …
28th February 2023
This is not a solution, but the errors appear to indicate that there is a problem with the configuration of the Web APIs, rather than with Dashboards itself. You will …
28th February 2023
Hello Syed, It is strongly recommend you take a backup first. Normally we have the upgrade steps described on the document : Upgrading a DataMiner Agent | DataMiner Docs , …
28th February 2023
Sounds like your cube is running in a shared location. in this case, CefSharp is not downloaded automatically. It needs to be installed manually.
28th February 2023
Hi Benjamin, This will happen when using a Cube version that was installed with an MSI Launcher (shared) package. These packages are found in the C:\Skyline DataMiner\Webpages\Tools\Installs folder on a …
28th February 2023
This is a private repository. As such it doesn’t have access to secrets configured on the organisational level with the current subscription level to GitHub. The starter workflow requires 2 …
28th February 2023
Hi Andre, have you entered the correct secrets in GitHub? This will be necessary to get access to SonarCloud and the DataMiner system to do the deployment.
28th February 2023
As additional info, the main reason for the SLDataMiner service restarting automatically (in turn launching the rest of DataMiner) is the SLWatchDog service. This service will automatically trigger a restart …