Hi,
When trying to run a Call DB Procedure step (MySQL procedure with three parameters: IN String, IN String, INOUT Integer), I get the following error:
2013/09/05 00:03:59 - Call DB Procedure.0 - ERROR (version 4.4.2-GA, build 18750 from 2013-07-19 11.23.04 by buildguy) : Because of an error, this step can't continue:
2013/09/05 00:03:59 - Call DB Procedure.0 - ERROR (version 4.4.2-GA, build 18750 from 2013-07-19 11.23.04 by buildguy) : Unable to call procedure
2013/09/05 00:03:59 - Call DB Procedure.0 - ERROR (version 4.4.2-GA, build 18750 from 2013-07-19 11.23.04 by buildguy) : Invalid value for getLong() - '
All three parameters are set properly ('AAA', 'BBB', 0), but still the call fails.
Please advise.
When trying to run a Call DB Procedure step (MySQL procedure with three parameters: IN String, IN String, INOUT Integer), I get the following error:
2013/09/05 00:03:59 - Call DB Procedure.0 - ERROR (version 4.4.2-GA, build 18750 from 2013-07-19 11.23.04 by buildguy) : Because of an error, this step can't continue:
2013/09/05 00:03:59 - Call DB Procedure.0 - ERROR (version 4.4.2-GA, build 18750 from 2013-07-19 11.23.04 by buildguy) : Unable to call procedure
2013/09/05 00:03:59 - Call DB Procedure.0 - ERROR (version 4.4.2-GA, build 18750 from 2013-07-19 11.23.04 by buildguy) : Invalid value for getLong() - '
All three parameters are set properly ('AAA', 'BBB', 0), but still the call fails.
Please advise.