expects parameter @date, which was not supplied
Posted: Wed Mar 15, 2006 3:58 pm
Hi, I run a Job that execute a Sybase store procedure with two parameters and the message in the Subject of this topic appears. The sp must show 240 rows of data with 71 columns. I already checked "Procedure returns multiple rows" check box, in the columns tab I declare the 71 columns plus two columns for two parameters of input (73 columns total), and "Parameter marker/literal" tab show #$date# and #$branch# that I need to enter in the parameters.
I don't know why it didn't work. In DBArtisan I write the following sentence and its work:
exec spJob '20060228', 747
Please, could you help me?
Thanks!
I don't know why it didn't work. In DBArtisan I write the following sentence and its work:
exec spJob '20060228', 747
Please, could you help me?
Thanks!