Automation – Get Enhanced Service Parameters
18th July 2025
Hi Pedro, Since you mention that the services are using a service protocol, in the background there is an element coupled to the service. If you wish to collect the …
Answer
18th July 2025
Hi Pedro, Since you mention that the services are using a service protocol, in the background there is an element coupled to the service. If you wish to collect the …
18th July 2025
Hi Baranisudha, Your setup includes two tables and a time range, where the time range drives the query for the second table. With that in mind, you’ve got a couple …
18th July 2025
Hi Donny, At the moment it is not possible to log out of the Web apps when using SAML authentication. You can find more info about why that is in …
16th July 2025
Hi Ricardo, The condition is almost correct. You have to change it so instead of comparing the Property Name, the service evaluates the Property Value: Hope that helps!
16th July 2025
The condition should be evaluated against the [Property value] and not the [ Property name ] as shown in your image. A minor tweak and it should work as expected.
16th July 2025
Hi Juan, What is the data source of the query you are using in the grid? Update data is limited to certain data sources. See more information: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_updates.html?q=query%20update#supported-data-sources If you …
16th July 2025
Hi Phil Have you checked the launcher launcher version? I have seen a very similar issue in the past when the Cube launcher version hasn’t been upgraded, but a new …
16th July 2025
Hi Felix, I initially contributed that functionality, but shortly after, I moved to a different department and the project didn’t receive much follow-up attention for a while. Fortunately, it has …
16th July 2025
Hi Kawssar, This is not expected behavior. Can you contact TechSupport so we can further investigate the issue? Please also provide any useful info such as the stack trace, Visual …
16th July 2025
Hi Khoo Chee Yang, Nice question! I can already share that Cube will indeed lazy load parameters as we open the page they belong to. This means that, indeed, the …
16th July 2025
Hi Tomás, Unfortunately, in the DOM editor, there is no easy way to duplicate the enum. If you would code the DOM model in a C# setup script, you could …
16th July 2025
Hi, When a service is deleted a zip file will be created in C:\Skyline DataMiner\Recycle Bin, this contains the xml of the service which has the details of the service. …
16th July 2025
Hi Baranisudha, You can get the current service using _engine.FindService, then you can compare if the service.ServiceInfo has differences, if not don’t send the message.
16th July 2025
Hi, The reason you are seeing this message is because you have not specified a valid map config. This map config is not the same as the server config you …
15th July 2025
Hi Andrea, the QueryData method can be used for this: IDms myDms = protocol.GetDms(); var element = myDms.GetElement(“element name”); var table = element.GetTable(96); var filters = new List<ColumnReturnFilter> { new …