User info
First name | Robin |
Last name | Meurisse |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
4864
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 Adrian, The option to change the preferred source for the redundancy settings has been added in a later version. I notice you are currently running version 1.2.4.23 where this functionality was not...
View QuestionHi Ladan, As far as I'm aware it's not directly possible to add a timer on an automation script. There are some ways however to trigger it periodically: Create a scheduled task that will run your script...
View QuestionHi Thomas, It should be possible to disable this behaviour by updating the RunTimeFlag as such: engine.SetFlag(RunTimeFlags.NoInformationEvents); More details can be found on the following documentation...
View QuestionHi Alex, It's possible to delete multiple services (or elements) in one go if you navigate first to the view under which these services are located. From the overview list, it's possible to select one...
View QuestionHi Ömer, It's indeed possible to increase the maxLength of the JavaScriptSerializer. Example: var serializer = new JavaScriptSerializer { MaxJsonLength = Int32.MaxValue // Set maxJsonLength to a higher...
View QuestionHi Pedro, the help mentions 2 things for when the websocket connection is closed: Restart the element. Update the 'dynamic IP'-parameter so the connection is re-established. Reference: DataMiner...
View QuestionHi A B M Sidddique, At first sight, it seems you are doing things correctly. The only point of attention might be the table ID itself. IDmsTable powerSettingsTable = dmsElement.GetTable(1001); if (powerSettingsTable...
View QuestionHi Maximiliano, The automation script will send that Inter App message containing a GUID to the connector. The Automation script will only listen for responses if they have the same identifier as the request...
View QuestionHi Arne, Would it be possible to try and increase the timeout setting under the Element settings? If the timeout time is too low, you will receive from SLPort the response received up until that point....
View QuestionHi Robin, Would it be possible to try and change the "lines:0" option under the table to a higher number? Default value is 25. Is it expected that you would try to display 0 rows? Kind regards,
View QuestionHi Stefan, Yes that should be possible. When creating the service template, add a 'child element' under the tab 'Child Elements' and click the 'Edit...' button. Select the 'Templated Service' option...
View QuestionHi Vincenzo, Could you try setting the TextBox Property 'IsEnabled' to false as well? Property IsEnabled | DataMiner Docs That should result in the same behaviour in Cube as you now see on the Low Code...
View QuestionHi Amer, That should indeed be possible. I've tried the same as you and it works as expected. Could you verify: if you are using the latest version of the Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkitExample...
View QuestionHi Aditi, One way of achieving this result would be to add an extra 'Label' to the dialog where you present to the user if the input is valid or invalid. This extra label will then serve as a status for...
View QuestionHi Tim, The ServiceReservationInstance object itself has a method to assign or unassign any resource. The .UnassignResources() function accepts one or multiple AssignResourceRequest where you only need...
View QuestionHi Marco, It should also be possible to directly use table "S2X Input Demodulators" (PID 7000) as entry point in the function file. (Refer to Docs) <Function id="f65cb9e6-5b46-44ab-8192-ea5d205f2922"...
View QuestionHi Manuel, The parameter configuration looks fine to receive your XML response. It could be the case however that the big XML response is taking longer to receive than the configured request timeout....
View QuestionHi Cyrus, The custom script can also be triggered on the pre-roll or start actions of the booking. On the service definition, we can specify actions. These actions can correspond to the pre-roll, start,...
View QuestionHi Jake, The ProStream X running firmware version 2.9 does not support their latest API (v4) yet. So most likely the latest connector version 1.1.0.X will not be compatible. Please also refer to the connector...
View QuestionHi Jens, One way would be to use the available Skyline.DataMiner.Core.DataMinerSystem.Automation Nuget. it's possible to verify if a script exists from the IDms interface (Method ScriptExists | DataMiner...
View QuestionHi Philip, Which version of the Appear(TV) X20 connector would you be using? The latest range would be 1.2.4.X, would it be possible to try the latest version of this range? The connector also supports...
View QuestionHi Adrian, Setting the value 'No Preferences' indeed results in no preferred source being set, if this is successful, the value 'N/A' will show inside the table cell. Most likely the set towards the...
View QuestionHi Matija, Please find an existing script on our catalog to enable or disable a specific correlation rule: SkylineCommunications_SLC-AS-Enable-Disable-CorrelationRules | Catalog Kind regards,
View QuestionHi Ömer, This most likely has to do with the element timeout settings which is set by default to 30s. If there are no valid responses (2XX status) being received for more than 30s after a failed response...
View QuestionHi Kai, There is a new version available on the catalog which also includes support for all Redundancy setting on IP Switch and Dual IP Outputs. Non-unicode version: 1.2.4.26 Unicode version: 2.0.3.8...
View QuestionHi Jarek, Regarding your questions: Choosing Preferred Source (first Image) It's indeed the case that the connector presents you with the list of configured backup sources to choose from. Normally...
View QuestionHi Jens, The below example should retrieve the eligible resources. Note: There is also an option for the ResourceFilter to further filter down the required resources, in the example it also filters on...
View QuestionHi, I would assume the NuGet class library versions are corresponding with the generated class library versions through DIS. Meaning that a class library version in the 1.1.x-range will work for a minimum...
View QuestionHi Thomaz, I believe the current Visual Overview was specifically made for the XC5000 which is a 3RU chassis compared to the XC5100 which is indeed a 1RU chassis. There might be slight differences in...
View QuestionHi, As the input is coming from the Booking wizard rather then the passed volatile profile instances, there is another way to read the actual values from the booking wizard: 1. Your automation script...
View Question