Define flags to close a connection

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 …

Cassandra : Reclaim disk space

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 …

DIS Macros not updated

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 …

.NET 6 support in automation

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.

Alarm based on current time

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 …

Bypassing a self signed certificate

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 …

Visio: How to link shape text content to automation script parameter input

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 …