I have made a store procedure that runs fine but when I try to Call it into SSRS I am getting an error. The Error says SP_Convert_Date_MMDDYYY_to_CYYMMDD in *N type *N not found. Is there anyway of getting it to find my file in the AS 400 and what would I have to do?
Software/Hardware used:
ASKED:
December 1, 2010 7:14 PM
UPDATED:
December 2, 2010 8:37 AM
Most likely you’re not passing parameters that match the attributes of the stored proc parameters. Show us the definitions of the stored proc parameters and a segment of code that shows how you CALL the stored proc.
Tom