In Automation Designer, a simple app is created, which contains a single 'export dataset' action.
Create a parameter file for that app 'param.ini'
Copy the parameter file to 2 other names and edit them to produce different results.
Within Toad, it's possible to run the action using the specific parameter file required and the results are correct.
However, when running the action from the command line, the result is not using the correct parameter file:
"Toad.exe" -c uname@dbname -a "App1 | C:\Toad_Export\param1.ini" actually runs the initial param.ini file instead.
Remove the '-c uname@dbname' from the command line argument i.e. "Toad.exe" -a "App1 | C:\Toad_Export\param2.ini"
If another connection is required that is different to the one bound to the action, then this can be amended within the parameter file. e.g.
"ConnectionCount=1
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center