Microsoft Platform Connector – Debug WMI Queries

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 …

DataMiner API V1 ConnectApp Call

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 …

Managing users/groups via OpenLDAP only.

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”    …

System.InvalidOperationException when using SLProtocol.FillArray method.

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 …

Various Visio questions

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 …

Various Visio questions

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, …

How Does Alerter Handle Audio Files?

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, …

SED Decimator 8 port 1.0.1.2 traces

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 …

SRM Master Syncer configuration

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 …