Automation script as XML not visible on DM
3rd October 2023
Hi Marco In DIS (as that looks like a script developed with DIS) you can save the compiled script. This will create a dmapp package that you can upload. This …
Answer
3rd October 2023
Hi Marco In DIS (as that looks like a script developed with DIS) you can save the compiled script. This will create a dmapp package that you can upload. This …
3rd October 2023
Hi Stefan, The decimal syntax is specifically designed to alter the representation of a parameter’s value within the context of the shape text. Any alternative method for presenting a parameter’s …
2nd October 2023
Hi Ibrahim, Could it be the case that the script with the infinite loop is still running? You can check which scripts are running via SLNetClientTest tool. To see the …
2nd October 2023
Hi Ibrahim, The SLAutomation log has most likely started overwriting the previous log lines due to the large amount of them. You can find the most recent log line by …
2nd October 2023
Hi, The issue has been resolved in Cloud Pack 3.1.3 (with DataMiner CloudFeed 1.3.0, see dataminer.services – Change Log), which can now be download from DataMiner Cloud Pack Download. Wkr
2nd October 2023
Hi, A DMA can only be part of one cluster. If you want an element to be visible on 2 cluster then element replication can be used. More info about …
2nd October 2023
Hi Dominique, Creating dashboards is a part of our internal API, and it should exclusively serve the Dashboards app. This API is in a constant state of evolution and change. …
2nd October 2023
Hi Ryan, To pass on a session variable from your visio drawing to your automation script, you will need to add a script parameter to your automation script and pass …
2nd October 2023
Jeroen, You can use the RuntimeFlags for that : engine.SetFlag(RunTimeFlags.NoCheckingSets); More info :Enum RunTimeFlags | DataMiner Docs
2nd October 2023
Hi Michael, It should be possible to define that resource ID as the default value of the ResourceFieldDescriptor. It is however currently not possible to add that kind of condition …
2nd October 2023
Hi, To give an update on what is happening: the CloudFeed DxM was still trying to use NET 5 and we are working on a new version/release with NET 6. …
2nd October 2023
The IDP activities were initially designed as resource-related tasks for PA versions prior to 1.3. They possess unique interface specifications distinct from the current IN and OUT standards recommended for …
1st October 2023
Hi David, When using the node edge component, you should have at least two GQI queries: A query that contains the nodes: This should be the list of elements. The …
29th September 2023
Hi Now we just apply the default TTL at the moment but this is not configurable by the users. The only exception for this is Real Time trending where the …
29th September 2023
Hi Jens, Yes, it should be possible to do what you are after. IDP Activities are “modular” and can be included in other Process Automation flows, being just a single …