January 30, 2019 at 2:44 am
Hi All,
I am hoping someone on here can help.
I have an SSIS package that references a webservice as it runs a report and returns the report contents as pdf.
The problem I have is that I get the error 'The binary code for the script is not found.', this happens as soon as I add the reference into the script task, before I even get to write one bit of code.
I am using SSDT 2010. I have tried google and a lot of people say set the flag “PrecompileiIntoBindaryCode to False” however, this does not seem to be available in 2010.
I have set the "DelayValidation to True" but this just allows me to run the script. the script still fails with the error above.
thanks Ian.
January 30, 2019 at 2:54 am
can you post your code here so that we can look at it
January 30, 2019 at 3:05 am
That's the thing, I get the error even without any code written. it fails as soon as I add in the web reference (which it connects to fine).
the web ref points at http://x.x.x.x/reportserver/reportexecution2005.asmx and I can see all of its classes in the object explorer.
just when I close the task I get the red cross with that error. if I go in and remove the reference, the red cross disappears.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply