Service Condition
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!
Answer
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 …
15th July 2025
Hi Fabio, here you can find a list: Configuring SAML settings | DataMiner Docs Atlassian, but no longer recommended: Configuring Atlassian Crowd settings | DataMiner Docs Radius, but no longer …
15th July 2025
Hi Caterina, By default, Correlation rules don’t accept information events. Have you enabled this in the details section just below the name of the rule? Also, is there a reason …
15th July 2025
Hi Felix, Out of the box you indeed won’t be able to upload or download a DOM instance attachment directly. But this should work using some workarounds. You could read …