How Does Alerter Handle Audio Files?

As far as I can find, all zipping/unzipping occurs on the server. When SLAlerter connects, an GetAlerterSettingsResponse request is used to get the settings from the server (for this user …

Alarm Notice : Failed to write to an IPC Port

Hey Wale, Part of the inter-process communication (IPC) in DataMiner ends up through pipes, basically 2 processes share some memory through which data can be exchanged. When there is an …

Websocket Status doesn’t recover from ‘Closed’ state

Hi Pedro, the help mentions 2 things for when the websocket connection is closed: Restart the element. Update the ‘dynamic IP’-parameter so the connection is re-established. Reference: DataMiner Development Library …

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 …