Are there ansible scripts available to install a DataMiner Agent
20th October 2023
Hi Laurens, this is not possible for the moment.
Answer
20th October 2023
Hi Laurens, this is not possible for the moment.
20th October 2023
Hi, Could you elaborate a bit more on the reason for needing to have the info in memory? Is it because the table is changing from different sources? Or too …
20th October 2023
Hi Edib, this can be achieved by using a static dictionary, with the element ID as key. I once created the following class to make this more generic and easy …
20th October 2023
Hi Jeroen, Glad you found the solution. To clear the queue elements or restart the process, the best way is to complete the associated booking and create a new one. …
20th October 2023
Hi Tobe, A history set, without using the hardcoded parameter ID, can be done as follows: protocol.SetParameter(Parameter.ParameterName, value, time);
20th October 2023
Solved this by using a dummy service with a blank visual overview the same size as others in the view
20th October 2023
Hi Ken, I believe the thresholds shown in your question seem ok. Please note that the CPU thresholds & memory thresholds for the processes in the task manager will vary …
20th October 2023
Hi Miguel, When you use the AssignResourceRequest do you fill the TargetNodeLabel? In your case since you want to assign to Source node, you need to pass SOURCE.
20th October 2023
Hi Vig, You’ll have to reach out to your contact at Skyline to request a new feature for the job manager.
20th October 2023
Hi Vig, In the srm booking manager, under the config page, you have a properties sub-tab. Here you can define one or more properties for your bookings. You can also …
19th October 2023
Hi Edib. As Laurens already mentioned, there could be a small performance impact when using SLProtocolExt, because some objects are being allocated. However the impact is probably very small and …
19th October 2023
Hi Shawn Currently the only thing shared between GitHub and GitLab is the ‘Skyline DataMiner Deploy Action’. This has recently been updated so that the action properly works again on …
19th October 2023
Hi Victor, In the interfaces lists (either InputInterfaces or OutputInterfaces) you need to add an Interface object specifying the correct ID (you can fetch that from your Function Definition) and …
19th October 2023
Hi, The overhead of SLProtocolExt is that all parameter types are added on the memory heap, these need to be constructed first, and for somebody that needs to debug an …
19th October 2023
I’m sharing my solution below for the benefit of others and welcome any suggestions or feedback. Please feel free to share your thoughts. Add the following shape data and assign …