User info
First name | Gerwin |
Last name | van der Kamp |
DevOps Program
Acquired rank |
Enabler
|
Points progress |
3844
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
Do you want to make an Resource optional or an profile instance? In case of an Resource in an service defintion you need to add under properties: Options: optional Then the resource will be optional...
View QuestionIt seems like the issue i had with the children shapes: https://community.dataminer.services/question/visio-script-execution-links-to-element/ solution appeared to be to add an: To prevent this,...
View QuestionCreate an IAS script that will handle the creation of such DOM data. https://docs.dataminer.services/develop/TOOLS/NuGet/Interactive_Automation_Script_Toolkit.html
View QuestionHi, This is possible when you add States, then you can have certain fields read-only while in that state.
View QuestionCan it be an optional on the section but none optional on an state? we have had a few of these mismatches in the past
View QuestionHi Miquel, I've ran into the same issue and raised a ticket(DCP154739) , there is a workaround: Workaround Recycling can be minimized by tweaking the IIS recycle schedule: https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/applicationpools/add/recycling/...
View QuestionHi Javier, I've asked this a while ago, and apparently only 6.8 is supported but form DM 10.3.3 opensearch is also supported. https://community.dataminer.services/question/elasticsearch-version/
View QuestionYou might be missing the correct license in Cerebrum. It only supports 1 client (that is open at the moment) and no web and northbound api is enabled. Is it possible run Cerebrum in demo mode to confirm?
View QuestionIf you don't want or can't lock an complete element, then you might try to alarm that parameter, and then either have an user react to it or trigger an correlation rule that will switch it back to the...
View QuestionI've got the same error on some of SLC own BPA's (for instance https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Systems/BPA_tests/BPA_Check_Agent_Presence.html) (version 10.4.10)
View QuestionNot sure if this will work but you can try testing for the state of the element. If its in error. If its in error you might want to do some more digging on why it's in error Element el = engine.FindElement("test");...
View QuestionRight, nothing to do with the context menu: engine.GetDummy("vmatrix").Name -> engine.GetDummy("vmatrix").ElementName and it works 😉
View QuestionBut i had the same Prerequisite fail when upgrading to 10.4.3 and i removed all reports and dashboards at that point before i upgraded. The C:\Skyline DataMiner\reports\ is empty & in C:\Skyline...
View QuestionThere is an (yet to be documented) websocket connection possible. https://community.dataminer.services/question/information-about-api-v1-websocket-ashx/ I did get some additional help from Wim per e-mail....
View QuestionI raised an feature request: https://community.dataminer.services/new-feature-suggestions/make-all-time-options-availble-as-quickpick-for-time-range/
View Questionsure it's the services section. Where there is now Service Type (which is DomInstancefieldDescriptor, so i can't select and default one) i would like to have an default option.
View QuestionCan you change files on the box itself? otherwise an option can be setup passwordless sudo for that user: https://linuxhint.com/setup-sudo-no-password-linux/ or just some commands: https://askubuntu.com/questions/159007/how-do-i-run-specific-sudo-commands-without-a-password
View Questionfor future reference: there is an github with an routercontrol button design: https://github.com/bertbsky/RouterControlButtonDesigner Which now includes a few examples of converters as well: https://github.com/bertbsky/RouterControlButtonDesigner/blob/master/CustomTheme.xaml
View QuestionThat example is nice, however if you want to display UTC and for instance Amsterdam & London, than we have to keep track of the BST/GMTÂ CEST/CET and the dates they switch over. It is possible to...
View QuestionDid you try to change the default script timeout time? you can change it with: engine.Timeout = TimeSpan.FromMinutes(1); to increase the timeout of the script to 1 minute.
View QuestionComing back to this, how can i show and open attachments when they are attached to an DOM instance from an lowcode app?
View QuestionYes, make two shapes one to enable one to disable and add an SHOW shape data based on the parameter And lay them on top of each other.
View QuestionWe didn't use the childelements but just changed the tableindex number. that worked too. Is it possible to include a demo table(s) in the help where the reference between the id's in the help are explained?
View Question