I have an automation script that tries to set 2 parameters. The script successfully sets one parameter but then thinks it fails so then it doesn't move on to finish the automation script and i get an error which is shown in the picture.
Is there anyway to stop automation from terminating the script if it cant verify the set worked? And if not is this a driver level issue where some data received back after the set cant be validated?
Hi Steve,
You should be able to set the execution options of your script to not check the read parameter by unchecking the following option
Reference: Script execution options | DataMiner Docs
Or in code, you can use the Method SetFlag | DataMiner Docs with the flag NoCheckingSets (reference: Enum RunTimeFlags | DataMiner Docs)