Can DataMiner be installed under domain account?
23rd December 2021
I have a similar use case in one cluster, Ruben. I’ve achieved the 1st part by adding a domain “admin” account: this works fine to get access to the system …
Answer
23rd December 2021
I have a similar use case in one cluster, Ruben. I’ve achieved the 1st part by adding a domain “admin” account: this works fine to get access to the system …
23rd December 2021
Are you trying to poll the same operating system that the dataminer agent is running? If so, you might consider setting up WireShark on a loopback interface and compare the …
23rd December 2021
Adrian, not sure if this can match in full your use case, however I’d try by templating the 3 elements of the example (so that these are available in the …
23rd December 2021
The returned connection ticket stays valid for 5 minutes. Whenever a web method is being called using that connection ticket, its expiration is being reset back to 5 minutes. So …
23rd December 2021
Hi, I don’t know why the SetParameter would fail, but you should know that that the ID of the element (running on top of the service) is not the same …
23rd December 2021
Hi, I found some general config information that seems relevant to the situation you are facing: Can you check your DataMiner.xml settings as follows: In the <LDAP> tag: set referralConfigured=”false” …
23rd December 2021
Hi, I believe this is not currently covered with the existing simulation driver. We’re looking to move all simulation to one tool upcoming in the new year, and this would …
23rd December 2021
Hi Michiel, You are using the FillArray method to fill columns instead of rows. Please try the following overloaded FillArray method: “protocol.FillArray(Parameter.Audiolevelstable.tablePid, rows.Values.Select(row => row.ToObjectArray()).ToList(), NotifyProtocol.SaveOption.Full);” The FillArray method overload …
23rd December 2021
Hi Michiel, When using the Fill Array method with rows, you need to provide the rows as List of object arrays and also specify the type of SaveOption (full or …
23rd December 2021
Hi, #1 could be done with a GQI Query in dashboards: State information is not yet available as data source in Queries, but most likely that will come in a …
22nd December 2021
Wale, It seems not possible to do this for all elements in the system using GQI. Using the Get Parameter By ID gives you access to the Created Property but …
22nd December 2021
You can find information in the dataminer help to implement your requirements for item numbers 2 and 3 under the following subjects: Linking a shape to an alarm filter Specifically, …
22nd December 2021
I’m not entirely sure Michael – but I would say that you can simply select a local audio file, and it is not transferred by DataMiner to other client machines, …
22nd December 2021
Most likely one of the Measurement Point actions did not do the set on the input switch correctly. The Decimator 8 has an internal switch. Were you able to follow …
22nd December 2021
Hi Joey, Master agent election is hardcoded in SLNet to the lowest DataMiner ID so I don’t think it’s currently possible to change this behavior. You could request a new …