User info
First name | frans |
Last name | siew |
DevOps Program
Acquired rank |
Enabler
|
Points progress |
1891
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 Questionit 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 QuestionHi Sergio, There isn't any faster way (at least that I can think of) to remove keys other than repopulating the table or clearing all keys like Edib or Michiel has mentioned. if the intention is to avoid...
View QuestionHi 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 QuestionHi 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 QuestionHi 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 QuestionHi Zeqiang, Looking at your screenshot, I think it might have been possible that you have selected New file instead of New Project.
View QuestionHi 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 QuestionHi 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 QuestionHi 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 QuestionHi 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 QuestionHi Samson, you can use a QAction on the protocol to disable/delete the DVEs when the status is “Deleted” to automate this task.
View QuestionHi 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 QuestionHi Ángel, Looking into the catalog, there is not any connector named Ateme Pilot Manager. But there is one called Ateme Pilot Media which be what you are looking for. With regards to its functionality,...
View QuestionHi Dario, you can consider using an after trigger and use conditions to decide if another Get is required
View QuestionHi 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 QuestionHi 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 QuestionI 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 QuestionHi 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 QuestionHi 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 QuestionHi 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