Character/string length validation for parameter
2nd August 2024
Unbenannt.JPG
Answer
2nd August 2024
Hi Apurva, I assume that by ‘GQI script’, you’re referring to an ad hoc data source. If so, you have complete control over how the data is supplied and how …
2nd August 2024
Hi, I performed a small test and I got the following results: Table with a primary key only: It will return the primary key Table with the naming option, but …
2nd August 2024
Hi Marco, I believe it should be possible. When configuring the GQI query, you can filter based on a time range feed. You will need to configure two filters: From …
2nd August 2024
Hi Apurva, From what I can tell, the code you shared should work in general. I do want to share some tips however: I see that the ‘ApiTriggerInput’ request data …
2nd August 2024
Hi Sergio When you want to clear the entire table, the most efficient would be to use the Action clear in the XML: clear | DataMiner Docs If you are …
2nd August 2024
Hi Alexandre, Depending of your use case, I believe there are two possible options: In case you plan to retrieve specific information from the cluster, the option described by Edib …
2nd August 2024
This feature was designed for this exact use case and should work exactly as you described: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_an_element_a_service_or_a_redundancy_group.html#item-reference Do note that if we find something else that matches the wildcard in …
1st August 2024
Hi Matej, As described in Installing DataMiner IDP | DataMiner Docs, to update to IDP 1.5.0, you will need to run the migration package followed by the IDP package from …
1st August 2024
Hi Ladan, As far as I’m aware it’s not directly possible to add a timer on an automation script. There are some ways however to trigger it periodically: Create a …
1st August 2024
Hi Alexander, one way to achieve this would be to create User-Defined APIs on source cluster, and then to call those APIs from GQI DS on destination cluster. We’ve recently …
1st August 2024
Hi Stefan, This is indeed by design. Once this becomes an URL (by adding the http://) text wrapping isn’t active anymore. You can always request this a new feature, here …
1st August 2024
Hi Robin, This can be done by updating the ports.xml settings file via code. To do this, you can use the NotifyDataminer(128) command. You can find more information on this …
1st August 2024
Hi Garry, As far as I am aware the only Python integration we currently have is with Data API (see Data Sources | DataMiner Docs). Do note that this is …
1st August 2024
Hi Baranisudha, I am assuming that you are developing an enhanced service. In order to include parameters from elements, you could use service templates. When creating services via service templates, …