Using the DB plugin on a Windows agent to access a DB2 database. Having issues trying to run a stored procedure that requires two arguments.
Release : 12.0
Component : WORKLOAD AUTOMATION ESP
The ARGS was missing the correct field/parm name. The correct field name for the parameter is needed for each ARGS.
To specify multiple parameters to pass to a stored procedure, define a separate
ARGS statement for each parameter.