Visio: Button triggers script with option NoCopyElementProperty
9th May 2023
Visual:
Answer
9th May 2023
Hi Ryan, This seems like a device issue as it does not comply with the TCP standard (RFC9293). I don’t think we should have any custom logic in DataMiner to …
9th May 2023
Hi Wale, You can truncate the timetrace table, which holds the historical alarm data. As per Drop table or truncate table in Cassandra, which is better – Stack Overflow, assuming …
8th May 2023
Hi Simon, you’ll probably need to run VS as administrator. When opening the DIS macro tool window, it tries to copy the macros to a folder but if you don’t …
8th May 2023
Hi Michiel, There is no conclusion on that topic yet. We’ll have extra internal conversations on that topic in the coming weeks. I’ll update your post afterwards.
8th May 2023
Hi Toon, What do you mean by the “Date Time Parameter”? Are you referring to the device’s date and time? If I understand your question correctly, I suggest the following …
8th May 2023
Hi Tyler, Would it be possible for you to create your own self-signed certificate to aid this case ? You can follow this link to do so : How to …
5th May 2023
Philip, DataMiner 10.0.13 was the last feature release after which 10.1.0 main release became generally available. Please, also see DataMiner Main Release vs. Feature Release | DataMiner Docs. With the …
5th May 2023
Hi Gilles, I believe the definition of your Execute shape property is incomplete. The structure should be Script:ScriptName| DummyName=ElementName or DmaID/ElementID;…| ParameterName1=SingleValue;ParameterName2=#ValueFile;…| MemoryName=MemoryFileName;…| Tooltip| Options Currently, you already have the …
5th May 2023
Hi Jari, Great question, unfortunately this is something that is still on our backlog. There are no workarounds for this as far as I know. Edit: You should be able …
5th May 2023
Hi Gilles, Yes that is possible, you just need to skip the methods that interact with the user.
5th May 2023
Hi Jason, The DOM Editor is unfortunately not able to do this for you. The simplest method would be to create an automation script that retrieves all instances and removes …
5th May 2023
HTTPS is optional, but highly recommended (otherwise data between clients and the DMA is transferred unencrypted including passwords of users logging in etc). HTTPS has to be configured per DMA, …
4th May 2023
A custom command that returns the most important health KPIs of my DMS at any given moment: Tracking the health of a DataMiner System | DataMiner Docs
4th May 2023
FYI: As this feature is not available yet I created a datasource that grabs audit trail from a DOM instance & shows it in a DOM application via custom datasources …