Surveyor – See element IP address after name

Hi Henrique, As far as I know, this is not possible. Tom’s suggestion will be the best approach. Keep in mind that you can also create an overview that contains …

Surveyor – See element IP address after name

Hi, 1 way it to use element properties: Step 1: create element property Step 2: you will need an automation script which fills in the Main IP address for each …

Surveyor – See element IP address after name

Hi Henrique, You can add the IP Address as an property on your element. Make sure that option Display this property in the Surveyor is checked. More info can be …

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 …