[Scripted Connectors] Is possible add local python libaries?
12th September 2024
Hi, Yes, it should be possible to add local dependencies as pip does download them and place them in the local file so if you were to download them on …
Answer
12th September 2024
Hi, Yes, it should be possible to add local dependencies as pip does download them and place them in the local file so if you were to download them on …
12th September 2024
Hi Tobias, In the situation you encountered it would indeed be required to share the latest generated request.lic file with our Licensing team (dataminer.licensing@skyline.be) to update the license accordingly. A …
12th September 2024
Hi Gerwin, Below some clarification about the different NuGet packages: The skyline.dataminer.dev.* NuGet packages refer to skyline.dataminer.files.* NuGet packages which contain DataMiner assemblies. These allow to create a Visual Studio …
12th September 2024
Hi Andrew, please use the link below for more info on securing your elastic search. https://docs.dataminer.services/user-guide/Advanced_Functionality/Security/Advanced_security_configuration/Database_security/Security_Elasticsearch.html
12th September 2024
Hi Chirangee, DataMiner itself is doesn’t have an app and is instead handled by DataMiner Cube and Skyline Taskbar Utility. DataMiner is essentially just a group of services. In order …
11th September 2024
Hi Gerwin, Can I assume that the nugets that you added to your project (automation script) are the following: Skyline.DataMiner.Core.DataMinerSystem.Common Skyline.DataMiner.Core.DataMinerSystem.Automation Skyline.DataMiner.Dev.Common If this is the case. Can you verify …
11th September 2024
Hi Chirangee, If it’s only temporary and/or for testing purposes, then the DataMiner ID is not that important, and you can choose the ID yourself. One important thing is that …
11th September 2024
Hi Hugo, It seems that it is not possible. I performed a small test by setting a custom Visio file as default: When creating an enhanced service using the same …
11th September 2024
Hi Hugo, Yes, you can link a Visio diagram to a service protocol, and it will function similarly to a regular protocol. For example, you can create a service protocol …
11th September 2024
Hi Chirangee, I’m not sure if I fully understood your question, but if you’re looking to have a DataMiner instance for testing purposes, you can create a DaaS (DataMiner as …
11th September 2024
Hi Marco, As Carlos said, its not possible to have multiple default values on a parameter (in case you are referring to using the DefaultValue element as described in DefaultValue …
11th September 2024
Hi Reinout To show images in a template, you can indeed use the text shape with some HTML code inside. In my example here I used a static image with …
11th September 2024
Hi Mieke, The values of a field in a DOM Instance are wrapped in a FieldValue. When no value is added for a field, it will not contain a value. …