I am running the Indirect rate calculator.
the process runs through al the data but at the end a stored procedure is faling:
INSERT INTO @PJAIC_summary
I get a System Error 245, the error in the SLQ trace is as follows:
Conversion failed when converting the varchar value 'G&A APPLIED ' to data type int.
The statement started is
INSERT INTO @PJAIC_summary
EXEC PJAIC_Summary @cpnyid, @period, 'Y', @project, @pjt_entity
how do I determine what is not set up correctly?
*This post is locked for comments