Throughput User DMA

Hi. It is also worth mentioning the answer in the following question: https://community.dataminer.services/question/network-bandwidth-required/ The first topic “Northbound API (Cube connection to the DMS)” is the one related to Evan’s question …

Slack Authentication Error

Hi Niraj in the docs they also mention a user token that you could get which follows the xoxp format. Maybe check if you can get this token and if …

Login to Collaboration Platform not possible: reload deadlock

Hi, I had the same problem (posted in this question: https://community.dataminer.services/question/authentication-loop-on-catalog-and-collaboration/). The “workaround” for this login loop issue is (credit for the instructions goes to @Jim Hugelier): Visit https://collaboration.dataminer.services/logout Close …

Authentication loop on catalog and collaboration.

The “workaround” for this login loop issue is (credit for the instructions goes to @Jim Hugelier): Visit https://collaboration.dataminer.services/logout Close your browser Reopen your browser and visit https://collaboration.dataminer.services/ You should no …

How to create an enhanced service protocol

Hi Miguel, You can implement this by defining protocol type Service as mentioned in the Docs. Related to your first question: I would suggest to reach out to your contact …

Script to delete element

Hi Jeroen, That class should be on the same namespace “Skyline.DataMiner.Net.Messages” as the request message you are using, so I am not sure why you are getting the error. Could …

Script to delete element

Hi, Is it possible you’re trying this on an older Dataminer version? SetElementStateResponseMessage was added in 10.0.5, so in versions prior to this, we don’t respond with anything to the …

how to know which parameters a connector supports

I’m not aware of a list, but you can always “export parameters” by right-clicking on protocols version desired as per screen shot below. The output is extremely informative depicting all …

mediakind RX1 – api state

The latest REST API version 5.0 brings in additional functionality to do write operations like configuring resources. It also introduces a Statisitics API to query servers and running services. Its …