In LCA when column is customized the hyperlink functionality doestn’t work
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 …
Answer
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). …
20th February 2025
Hi Julio, There are several things that can be checked, as client test tool tries and check for various differing versions of the webview component. First and foremost keep in …
20th February 2025
Hi Max, Maybe you can avoid the SetCheck to make the script faster. if your execution is from a Visio file, you need to configure NoSetCheck option Linking a shape …
20th February 2025
Hi Maximiliano, From the automation script point of view, you cannot make it better. Optimization (if possible at all) would have to be done in the connector.
20th February 2025
I believe that the DB records are stored in UTC time, even if the DB server is on local time. To change the server time in your use-case you should …