Profile

User info

First name frans
Last name siew

DevOps Program

Acquired rank
Enabler
Points progress
Number of DevOps Professional Points
1585 DevOps Points
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits.
DevOps attestation Request your attestation ID and expiry date

Achievements

Questions asked

Answers given

Hi Greisen, As parameter C would be considered a retrieved/custom parameter, filling it up using a QAction seems to be the way to go about it. with the triggers being param A and B. In the Qaction, you...

View Question
11 Votes Selected

it is similar to this post a while back: https://community.dataminer.services/question/error-with-qaction-900012-and-900011. It is likely due to limited physical resources of your disk space, ram or...

View Question
3 Votes

Hi James, With regards, to your first question. The Cassandra database stores (https://docs.dataminer.services/develop/devguide/Connector/AdvancedDataMinerDataPersistenceNoSqlCassandra.html?q=database#database-structure):...

View Question
2 Votes

Hi Vig, I am not familiar with the connector in question, but I noticed that the version you are using is an unofficial version and not in an obsolete range as well. Could you try to update it to the...

View Question
2 Votes Selected

Hi Jaroslow, if there is no writes done on to the device, I would recommend using param3 and setting the value on that parameter. And to turn param1 into a 'hidden' parameter. In this case a infinite...

View Question
2 Votes Selected edited answer

Hi Zeqiang, Looking at your screenshot, I think it might have been possible that you have selected New file instead of New Project.

View Question
1 Vote

Hi Johannes, The Latest version for the 6.0.0.X branch is actually the 6.0.0.5. If you are cloud connected, you can try Deploying it. Alternatively check with your Skyline contact to get it https://catalog.dataminer.services/details/4abcf220-c001-4ffd-bab8-559dee47088f...

View Question
1 Vote

Hi Miao Miao, if it is to get status information regarding a failover setup. There is also the Generic Failover Status connector. Which you could use to alarm the failover status and status details.

View Question
1 Vote

Hi Trong, For your table parameter are you using multiplegetnext if so could you change it to bulk or GetNext. As when using multiplegetnext, the whole table will fail if there is an error in any of the...

View Question
1 Vote Selected

Hi Edib, Can you try validating your protocol and rebuilding the solution to see if there are any critical errors that might prevent the protocol to compile properly Also doubt it will make a difference...

View Question
1 Vote Selected

Hi Samson, you can use a QAction on the protocol to disable/delete the DVEs when the status is “Deleted” to automate this task.

View Question
1 Vote

Hi Zabdi, Looking at your code, your webclient should be clientFail instead of clientFalla. clientFail.DownloadString(url_offtime); Also if possible, it would be good to test the API call on Postman if...

View Question
1 Vote

Hi Wim, Thanks for the suggestion, I tried configuring the url as you suggested as well as playing around with some of the settings in the docs. Unfortunately I have not been able to get it to work. Not...

View Question

Hi Hans, if the bad connection to the sensor leads to it showing the value: 850 consistently, it might be a ideal to add it as parameter exception value in the connector.  that way it won't mess up the...

View Question
0 Votes

I was logged in as the Administrator user which should have all its permissions enabled. I also tried creating a new user with the added permissions you mentioned but could not get that to work either...

View Question

Hi Emir, Could you try to change the value tag's value to -0.001 <Exception id="1" value="-1"> <Display state="disabled">N/A</Display> <Value>-1</Value> </Exception>...

View Question
0 Votes

Hi William, This could be due to QA37 missing the reference to QA1. Could you try uploading the connecter through Dmprotocol to see if that fixes the referencing? You can check if QA37 contains reference...

View Question
0 Votes

Hi Trong Hunynh, you can retrieve the polling IP address using the ElementInfoEventMessage class found in Skyline.DataMiner.Net.Messages. /// <summary> /// Gets Element Info Event Message Data....

View Question