[CICD] – dataminer-package-deploy failure with dmprotocol package
21st February 2025
Apologies for the delay in responding. I wanted to ensure that I could provide you with a useful update, so my team and I re-prioritized QA and the release of …
Answer
21st February 2025
Apologies for the delay in responding. I wanted to ensure that I could provide you with a useful update, so my team and I re-prioritized QA and the release of …
21st February 2025
Next to the answer of Toon, there is a way to achieve this using actions: Add a shape on top of the text shape in the template. Configure the color …
21st February 2025
Hi Jake, We had a quick look into this and we would need to run further investigations in order to be able to help you further on this. Looking at …
21st February 2025
Hi Jake, This sounds like it might be a bug and would need further investigation. You should raise a UOSA ticket.
21st February 2025
The content of the text in the template editor is in html. You currently have an underlined piece of text which happens to contain a URL. To turn it into …
21st February 2025
Hello Again :). As i know the only way is to make the the fields through the connectors and add a button(where the function of table is through Action where …
21st February 2025
Hi Nejra, Can you have a look into the following How to Mask Alarms in Advance for Scheduled Maintenance? – DataMiner Dojo and How to trigger the mask/unmask alarm as …
21st February 2025
Hi Edward, If you use engine.SetFlag(RunTimeFlags.NoCheckingSets); in your script then it should work always. public void Run(Engine engine) { engine.SetFlag(RunTimeFlags.NoCheckingSets); // Existing code script
21st February 2025
Hello Min Than Aung 1.DataMiner Cube(client) that is installed and running on your system when you connect to a DataMiner Agent (DMA). It matches the version of the DMA server …
21st February 2025
Hi Alberto, Some feedback below: Between DMAs, EndPoints.txt is being requested when setting up a connection between agents, mainly to auto detect the destination port (at least for .NET Remoting …
21st February 2025
Devor’s solution described in his comment works like a charm.
21st February 2025
Hi Alberto, if I’ve no idea if there was anything new related to RCA coming from DM 10.3 onwards. Is there something specific you are looking for? But I remender …
21st February 2025
Hi Apurva, I see this is a duplicate of this question that you recently asked. I suggest to keep the discussion over there.
21st February 2025
There is a DLL missing in our upgrade packages, see DCP222713. For the time being you can grab an SLNetClientTest tool from my OneDrive share that contains the missing files …
21st February 2025
Hi Ramesh, Please could you elaborate how do you update the trap in the row? (I am assuming that you are updating a table since you mention a primary key). …