April 18, 2008 at 2:50 am
Hi
I'm working in SSIS and new to me. I have created script task. however it is showing the error message as
"The task is configured to precompile the script, but binary code is not found. Please visit the IDE in Script Task Editor by clicking Design Script button to cause binary code to be generated."
What i have to do now??? Any solution is greatly appreciated!!!!
April 30, 2008 at 5:26 am
Hi Ananth. This is Philip.
I imagine you would have solved this problem by now, but in case you have not the answer is very simple. Just open up your Script Transformation Editor, click on Script and under Custom Properties you will see 'PreCompile' on the left hand side. Change it to False.
June 20, 2008 at 12:29 pm
I found that this error can also be generated by a compile error in the script itself.
June 23, 2008 at 12:03 am
Agreed, normally this error occurs when SSIS doesnt like something that you scripted using the .NET IDE
May 11, 2010 at 7:21 pm
Philip,
Two years later running into the same problem, I have to say you are the best. Your solution works.
May 11, 2010 at 8:37 pm
Hi Ananth,
Might be responding after long time.
Simply Set 'PrecompileScriptIntoBinaryCode' property to False in Script Task Editor.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply