105 pts.
 Error trying to get a store produce to work from AS 400 to SSRS
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

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 108,055 pts.