Unable to get connection String

Hello Jeyaram, Can you show us some output? Are you getting a response from the WebAPI’s and what would be the content of that response? Wkr

DataMiner API – to GET alarm

In general to use the web services you first need to: Call the Connect method to request a connection ID. Call any other method remebering to pass along the connection ID …

DataMiner API – to GET alarm

Hi, I see some problems in your request: <connection>string</connection> => ‘string’ should be a GUID (for example 3fefccd8-b0ba-4bd6-ad2a-9493772a0797) you received by logging through this API call: https://dataminer.tatamediaservices.com/api/v1/soap.asmx?op=ConnectApp <dmaID>38701/233</dmaID> => I …

Adding row to SMIv2 Table

Hi, As Laurens said you need to execute SNMP set to add you new row. For that you need to trigger an action of type Set on and SNMP group. …

Update System Function in DMS

Hi Timothy, I would advise you to use the SRM_ExportFunctions automation script, which’s part of the Standard SRM solution. This will allow you to generate function packages, which can be …

DataMiner API

Hi Jeyaram, Yes, DataMiner provides a API to query information from a third-party application. You can find more information in the DataMiner Web Services API Reference Guide. Regarding your use …

DataMiner API

Hello Jeyaram, DataMiner supports a Web Services API which allows you to get that information and much more.  Have a look at the following documentation: Web Services API Description The …

Adding row to SMIv2 Table

Hi, A NotifyProtocol 220 is intended to set columns of type “retrieved”. This is for columns that you’re filling in with data coming from a QAction not with data from …

Cube crashing randomly

Hi Sean, Currently, it’s very hard to pinpoint the exact root cause of the crash. My first thoughts would be to verify .NET Framework 4.6.2 installed on the pc of …