Preprocessor #defineon a C# automation script
28th June 2023
Hi Henri, You must make sure the #define DEBUG is the very first line of code in your script. e.g. the code below validates just fine:
Answer
28th June 2023
Hi Henri, You must make sure the #define DEBUG is the very first line of code in your script. e.g. the code below validates just fine:
28th June 2023
*** This is not an answer to the original post but an addendum to one of the comments above to the response from Joao *** Hi Joao, on the left …
28th June 2023
Hi André, At first glance I believe this would be expected as the DMS is generally unavailable during a switch.
28th June 2023
Hi Michiel, This is indeed a common use-case that we’ll want to support soon. Unfortunately there is no good way yet to retrieve info about the current user or connection …
28th June 2023
Hi Martin, No additional requirements are needed. You can just launch the cube launcher and point it toward the hostname or IP of your dataminer server. The Cube client doesn’t …
28th June 2023
You might be missing the correct license in Cerebrum. It only supports 1 client (that is open at the moment) and no web and northbound api is enabled. Is it …
28th June 2023
Hi Praveen, Most likely, this connector has not been made available yet for you to deploy from the catalog. If this would be one of the five connectors you wish …
28th June 2023
Hi Praveen, I see you are using the Free DataMiner System. This system allows you to select 5 drivers from our Catalog. You can contact the DataMiner Licensing Group (dataminer.licensing@skyline.be) …
28th June 2023
Hi Ana, The icon of a connector application is always defined directly in the connector code indeed. To my knowledge it’s not possible to open an svg from a folder. …
28th June 2023
If your trying to trigger a button you will need this: element.setParameter(10140,1); try this in your code first if it is in a Table then it would be element.setParameter(10140, *key …
28th June 2023
With the suggestion provided by Toon, we could use the RegexReplace to solve the problem: The eventual Shape Data needed is as follows: More details on RegexReplace can be found …
28th June 2023
Your assumption is correct. The sum placeholder takes in string values and parses them to either a number or a datetime/timespan. If that doesn’t work, the sum doesn’t work. To …
28th June 2023
Hello DOJO it’s be a long time, but for an other project I have had the same needs. A simpler way to do it, without modifying the driver. Use the …
28th June 2023
Hi Aldrick, There is no similar memory retention like QActions. There is a feature called memory files though: script memory files. I have not used them myself, so only have …
28th June 2023
In Automation module, memory files can be used to store persistent data :Script variables | DataMiner Docs