REPORTS & DASHBOARD SERVER ERROR

Hi Edson We have this doc to troubleshoot this error, could you give it a try? HTTP error 500 | DataMiner Docs Let us know the results, please

protocol help images

Hi Philip, This is a good suggestion. Currently, the CI/CD pipeline creates a .dmprotocol package (which is the same package as the one that becomes available on the catalog) that will …

SRM : Contributing booking behaviour

Hi Wale, Normally that should not happen. Can you please provide the debug logs of the main and contributing booking? So we can have a look on what is happening.

QA Portal: How to get started

Hi Jason, Just to inform everyone… Only Skyline employees are able to provide you with this information. Our QAPortal is at this moment in time still internal and allows us …

Transition DMSClass to new nugets

The element state can be retrieved by the State property on the IDmsElement interface. To get to this point quickly, below you can find a small snippet: using Skyline.DataMiner.Core.DataMinerSystem.Common; using …

Transition DMSClass to new nugets

Hi Mieke, You can use below code when using NuGet Skyline.DataMiner.Core.DataMinerSystem.Protocol IDms myDms = protocol.GetDms(); IDmsElement myElement = myDms.GetElement(new DmsElementId(iDataMinerId, iElementId)); if (myElement.State == ElementState.Active) { return true; }

SRM : Contributing booking behaviour

Hi Wale, Which SRM Framework version are you running? I had something similar in the past which is fixed since 1.2.28 > Problem when extending booking with pre-roll that had …

Missing bytes on DataMiner – API response

Do you always get the same amount of bytes returned when using DataMiner? If not, can you try to increase the timeout of a single command property of the HTTP …