Can you pass data between automation scripts?

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: …

Can you pass data between automation scripts?

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, …

Can you pass data between automation scripts?

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: // …

Can you pass data between automation scripts?

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?

error code 53 central database configuration

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 …

How to create a local user?

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 …

Retrieving user Guid from an Automation Script

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 …

How to create a local user?

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 …

Web Services (v1) using HTTP POST instead of SOAP

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 …

Upload encrypted protocol using xml file

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 …

How to create a local user?

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, …