Hi Dojo,
Customer use DataMiner 10.3.9.0-13347-CU2 version.
Here is parent script:
and here are details for subscript that need to be executed:
Memory files are set to Persistent.
Following error:
Does anyone know why is this happening?
Thanks,
Dario.
The exception "Something went wrong while setting the parameters" appears to be coming from inside the subscript. From what I find, this error message is not being generated by DataMiner itself.
I would suggest trying to see where exactly the subscript throws this exception (if this is in fact the case) and work from there.
Indeed, problem was in subscript logic that I found after logging on some breakpoints. Thank you.