Property service created with service template
8th December 2023
Hi Wouter, I thought it’s maybe impossible to do something. I tried also to adapt my csv script that if instead of n/a values I put in this “Dont use …
Answer
8th December 2023
Hi Wouter, I thought it’s maybe impossible to do something. I tried also to adapt my csv script that if instead of n/a values I put in this “Dont use …
8th December 2023
Found the issue, problem was that there 2 shapes connected to one group. Edit: To get the full answer, this is solution: Group data: Shape data:
8th December 2023
Hi Min, Some pointers: “Failed resolving hosting DMA info” might be about a “Testing” service.xml present on one of the agents in the Skyline DataMiner\Services or Skyline DataMiner\RemoteServices folders but …
8th December 2023
Hi Stefan, The “[element:5:name]” is a placeholder that gets resolved at service creation time, linking to the name of the child element with id “5”. When there is no such …
8th December 2023
Hi, You can duplicate the row and add another condition for your second part. Then you have one entry for 0 and 1, and a second entry for 1 and …
8th December 2023
The connection setting in Cube must be set to “Auto”. The ConnectionSettings.txt file on the agent(s) must contain GRPCConnection (see link from Seppe). Cube will attempt to retrieve ConnectionSettings.txt in …
8th December 2023
Hi Rajesh, I believe this is possible by changing the connectionsettings.txt file on the DMA. Cube will retrieve this information to determine how it should connect to the DMA. You …
8th December 2023
Hi Emir, You can use SLNet calls to get that info. Please find below some example code. using Skyline.DataMiner.Net.Messages; using Skyline.DataMiner.Automation; using System.Linq; public class Script { public void Run(Engine …
8th December 2023
Hi Emir, You can find the ranges of reserved parameters in our development documentation here Best regards,
8th December 2023
Thanks! Here my feed back after having changed the cards of 2 DMA systems: For the first, no reboot was necessary (good). For the second, I needed to reboot (bad): …
8th December 2023
Salut Cedric, here Configuring Mobile Gateway in DataMiner Cube | DataMiner Docs it says nothing concerning a DM restart or reboot. A simple Apply therefore should be sufficient (?). We …
8th December 2023
Hi Bhavana, everything concerning mobile gateway etc. can be found here. DataMiner Mobile Gateway | DataMiner Docs Hope this helps! 🙂 BR
8th December 2023
Vikas’ alternatives can be helpful tools. To answer your questions specifically: The range buttons cannot be hidden. What most users do is put another non-transparent shape on top of it …
8th December 2023
Hi Catalin, When you are using Hysteresis ON, (and the alarm lasts longer than the hysteresis) the alarm will have the timestamp when the trap came in (so not the …
8th December 2023
Hopefully your issue is now resolved. More details can be found here in ‘Adding a SET command to a shape shortcut menu’.