Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-01-10 : 08:13:42
|
Dharmbir writes "I had a SSIS Package which was developed on Beta Version Of SSIS, Now We have Standard Edition Of SSIS(Sql2k5) Installed.In the Package we have One Flat file Source, One Script Component and A Sql Server as Target, We are creating this package using the object model of the SSIS, Now When we open this Package in the Designer and Try to Run We get this error"The script component is configured to pre-compile the script, but binary code is not found. Please visit the IDE in Script Component Editor by clicking Design Script button to cause binary code to be generated. "Now when we just open the Script Designer and close it, The package runs. I found the Error description at this linkhttp://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.hresults.dts_e_binarycodenotfound.aspxbut could not find any help on this.From my understanding the problem is that in beta version the script use to run at runtime, Now what they have done is that they generate a compiled code out of script and run.My problem is that since i am using C# code to generate the package, How Will I Create a Binary Code out of Script.ThanksDharmbir" |
|
|
|
|