SNMP Polling – Infinite loop detected

Hi João, A case that I had in the past was that the SNMP Agent of the device was sending the last table entry back each time a Get Next …

How to apply a Profile Instance by Value

Hi Gelber, I don’t think that you need a Profile Instance in this case. The way I did it was by defining all needed Profile Parameters during booking creation instead …

TPM (Trusted Platform Module)

No, DataMiner does not require TPM, and Windows Server 2022 does not require this as well. Future versions of Windows Server probably will require this since this is already required …

Export list of installed protocols from DMS?

Hi Alex, you should be able to get to that using GQI on Dashboards. Example – get a count of all active elements per protocol, display the query on a …

Export list of installed protocols from DMS?

Hi Alex, As far as I know this is not possible through Protocol & Templates or Dashboards. However there are other options: Export elements to a CSV file:You could go …

Extracting JSON values with Regex

Hi Reinout, Although you can indeed achieve this with a regular expression, I believe a better solution would be to develop a new custom operator that can parse JSON. This …

how to write raw tcp packet send and read driver

Hi Peng Fei. Your code is in the right direction, but would change the following things: Param 1 can be a fixed parameter: <Param id=”1″> <Name>dynamicCMDData</Name> <Description>Command Data</Description> <Type>fixed</Type> <Interprete> …

How to certify custom Driver / retrive certified

Hi Marco, We consider a driver/connector as external when a user has developed a driver from scratch or modified an existing Skyline connector. When you have developed a driver yourself, …