DevOps rank link next to none Skyline staff usernames
7th February 2023
Hi Philip This will indeed be the case. So I would highly advice to join the DevOps program so you can show off that you are part of this awesome …
Answer
7th February 2023
Hi Philip This will indeed be the case. So I would highly advice to join the DevOps program so you can show off that you are part of this awesome …
7th February 2023
Hi Thomas, The client test tool.exe is located under the Skyline DataMiner->Files folder because it relies on dlls in that files folder that other SL* processes are also using. That …
7th February 2023
Hi Philip, Ian gave some nice suggestions. Next to that, a lot of things are going around in our Community. we are deploying a lot of new solutions & applications. …
7th February 2023
Hi Philip DIS is now using DevPacks (NuGet packages) which makes it easier to compile a protocol/script against a specific DataMiner version. Because of the changes, it is now also …
7th February 2023
Having a look through, I see it’s also update on 10.1.0 CU19 for anyone not running 10.2 yet. Release notes 10.1.0 CU19 (Main release)
7th February 2023
Hi Philip, We are actively encouraging our members to contribute to our Dojo platform in multiple ways. One of those you mention is asking questions to the community. However, it …
7th February 2023
Hi Phil, The newtonsoft dll has been updated to version 13.0.1 under Release Note 34558 and released with DataMiner 10.2.0-CU7 and 10.2.10. Release notes 10.2.0-CU7 (Main release) Release notes 10.2.10 …
7th February 2023
Hi, The value present in cardtable is not being used when executing GetParameterByPrimaryKey. This is now calling with fixed keys from ‘index’: “1”, “2”, “3”,… (the value of ‘index’ = …
7th February 2023
Hi Aston, Hope you are well. We were able to update the column description from teh code of our WF by using the Set Parameter Description method. Our usecase was …
7th February 2023
Hi Jordy At the moment we are working to extend the Catalog with different types of artifacts. For now you can only find connectors on there, but in the future …
7th February 2023
Hi Aston, As far as I’m aware it is not possible to change the layout programmatically of a table shown in an Element Page. This is a hardcoded in the …
7th February 2023
You can define the checkboxes that need to be checked in the InitialValue property, ;-separated. So in your case you can set InitialValue to the following to check them all …
7th February 2023
Hi Thomas, The trick here is to use the complete data set of indices (you can drag/select the header of the indices data set to use it). A small demo:
7th February 2023
In addition to what Joao indicated I like to mention that it is best practice to keep the execution time of a qaction-run as small as possible. In your use-case, …
7th February 2023
Rebecca, While the number of columns is very flexible, there are limitations linked to the maximum number of parameters (see Limits) that a single DMA can host. In the case …