Can you pass data between automation scripts?
18th November 2021
If both scripts would need to be started from a visual overview, it is also possible to store the info in session variables by using the “AddScriptOutput” function like this: …
Answer
18th November 2021
If both scripts would need to be started from a visual overview, it is also possible to store the info in session variables by using the “AddScriptOutput” function like this: …
18th November 2021
Hi Henrique. I don’t know if there is a way add the IP address next to the element names in the surveyor. But if you open a card of a …
18th November 2021
Hi, To emphasize the answer of Mieke: A request is sent to the server for starting an Automation script. When that script is finished/completed, then a response is sent back, …
18th November 2021
Hi Jochen, when running an automation script as subscript you can return data to the main script via the AddScriptOutput. Here an example of how I use it: Subscript: // …
18th November 2021
That’s typically done by using a ‘memory’ in Automation I believe, where you store data with one script and access it with another. Or are there other ways?
18th November 2021
Hi Peter, Can you try using the shape data option “UseEdge”?
18th November 2021
Hi Peter, HLS live streaming is only supported since DM 10.1.11: RN Is your system running this version?
18th November 2021
Hi Marlies, Thank you very much for your response, this will definitely help. Cheers! Carlos
17th November 2021
Hi Jens the server is a windows server 2012 R2 we checked the part of network connections and adapter, we only have 1 ethernet connection active, we checked the sharing …
17th November 2021
We’ve verified that the server isn’t a domain controller as it has a domain role of 2 (standalone server). The server name however exceeds the 15 character limitation. Most likely …
17th November 2021
Hi Tiago, The Engine class has a method called GetUserConnection(), which stores connection info. This includes the Connection ID and the user name. Help link: https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_7%2FCsharpReference%2FEngine_methods.htm Hope this helps you …
17th November 2021
Hi Brecht, can you please verify the DataMiner Server name? Due to technical limitation, agents name shouldn’t be longer than 15 characters, otherwise this is causing problems to create local …
17th November 2021
Hi Philip, Thanks for pointing this out, this could be an outdated section in our documentation. I tried this on a remote server without uncommenting that section, and my SOAP …
17th November 2021
Hi Thibault, In DataMiner Cube, You will need the .dmprotocol package of the protocol if you want to upload an encrypted protocol to the server. Reason is that additional information …
17th November 2021
My guess is that the DataMiner system you’re working on is the Domain Controller itself, in which case any user created on there is automatically a domain user. If so, …