Exported table from function is exported empty until set is done
18th December 2023
Hello everyone, I am working on function for a generic MediaKind RX1 driver. In that function, we need to export table Services which had one column we want to do …
Question
18th December 2023
Hello everyone, I am working on function for a generic MediaKind RX1 driver. In that function, we need to export table Services which had one column we want to do …
18th December 2023
Hi all, It is expected that by default, a DMS should have trap distribution enabled (i.e.: if tag not specified in dataminer.xml). This understanding is supported by our DataMiner Docs: …
18th December 2023
Hi Dojo, When cancelling a job I need to cancel all reservations belonging to that job. In case one of the reservations can’t be cancelled, I need to go back …
18th December 2023
Hello, I want monitor Last Up/Last Down parameter on my element but it’s a Date. when i put a date in my alarm template it doesn’t work. How i can …
18th December 2023
Hello! My goal is to create a search bar in my main element view. The element is a decoder and with the search bar I would be able to select …
17th December 2023
Hi All. I have a problem when modifying the driver. Let’s assume we have two parameters. – param1 (takes values from 1 to 100), read from the device via snmp …
16th December 2023
Hi Dojo, For an internal Skyline setup I have created a new self-hosted-agent and made it cloud connected. At first all seems running fine (running on current latest feature release …
15th December 2023
Hi, On a blank DMA installation we notice that the IIS DefaultAppPool is always automatically getting into a stopped state. This causes an HTTP 503 – Service Unavailable error to …
15th December 2023
Good morning Ladies and Gentlemen, I am writing a simple driver. When I do the “Set Frequency”, I get the string back “No response needed”. The manufacturer assures me that …
15th December 2023
Hi Dojo, When confirming a job I need to confirm all reservations belonging to that job. In case one of the reservations can’t be confirmed, I need to go back …
15th December 2023
Hi Dojo, is there a way to show the alarm state led on a parameter that was queried via GQI. In our case the parameter is extracted from a table …
14th December 2023
Hello guys! In the Dataminer Ticketing system, we had a feature where we could right click into an alarm and create a new ticket from alarm console. Trying the new …
14th December 2023
I created an IAS that uses the FileSelector class. I want to use the Upload button that contains that class to trigger the import action but I checked in the …
14th December 2023
When developing a Connector with dataminer integration studio. I would like to have a Configure Button in a Table Column. So when I click the Configure in a row in …
14th December 2023
Hi, I’ve got an driver that returns an config string from an device. These strings look like this: 00010203 01010203 0C0D0E0F etc, basically it comes down to added HEX values: …