HTTPS post and get in dataminer 9.5
12th August 2021
Hi Miao, You can let a QAction in the driver execute the HTTP calls and disable the certificate validation. See this code snippet below, the bold part will disable the …
Answer
12th August 2021
Hi Miao, You can let a QAction in the driver execute the HTTP calls and disable the certificate validation. See this code snippet below, the bold part will disable the …
12th August 2021
Hi Jose, Which DataMiner version are you running? What is the exact driver name and version? Do you see anything in the element logs or streamviewer?
12th August 2021
Hi Elvio, Technically this should be possible, but it will require a custom trap receiver connector. The trap receiver could then receive the trap, read the trap binding where the …
11th August 2021
Hey Jose, Providing a complete solution based on just this snippet of logging will be difficult. It seems that several processes have difficulty contacting the SLDataGateway service. There could be …
11th August 2021
This script is intended to update a reservation booking status to Quarantined The Script is intended to be triggered on two occasions. 1. Via Core Software whenever it is detected …
11th August 2021
Hey Christhiam, A comprehensive list of the error message and their meaning can be found Here. Initializing the protocol for ELEMENT_NAME failed. General database failure. (hr = 0x80040226) is probably …
11th August 2021
Hi Max, If I’m not mistaken you would simply like to put 4 DMA nodes in one cluster (DataMiner System, DMS) such that this cluster behaves as one entity. This …
11th August 2021
Hi Bruno, So in order to link a booking to a job you will need to complete the following steps. Script Parameters Your script will need 4 script parameters. 1. …
11th August 2021
Your script probably is missing the following automation script parameters? JobID, BookingManagerID, BookingIDs, Command to have the link to Jobs?
11th August 2021
Same question as Dashboard – error – not able to copy embedded url. The web browser blocks access to the clipboard when the Dashboards application isn’t opened via a secure https …
10th August 2021
Hi Miguel, Both rep_pd_states and rep_pd_newalarms are tables primarily used by the SLASPConnection in DataMiner to generate reports. They serve a purpose similar to what the timetrace does in cassandra. …
10th August 2021
Hi Jaime, It seems this is caused due an incorrect merge of [ID_29264] into the 9.6-branch To make a long story short, what is supposed to end up in SLErrors.txt …
10th August 2021
The automation script needs to use the Jobs API to create/update the booking references linked to your job otherwise they will not show in the booking section.
10th August 2021
More technical info: – Weather section is a discontinued feature since 9.6.0 [CU5]. More info in RN 21592 and RN 21786. – This was configurable with client settings. The setting …
10th August 2021
Hi Tiago, You can do this in the user settings under the cube tab. There is a subsection “Welcome page”, where the settings can be changed. (note that in my …