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.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 SSIS with excel interop script task

Author  Topic 

elenabul
Starting Member

7 Posts

Posted - 2009-05-07 : 12:53:21
Hi,
I have a package that includes script task to manipulate excel file.
When I run it from when connected on Analisys service on the server it's works
When I run from sql agent - I have this message:
Hi,
I have a package that includes script task to manipulate excel file.
When I run it from wile connected on Analysis service on the server it's works
When I run from sql agent - I have this message:

"System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Office.Interop.Excel

The error message ask to change
“HKLM\Software\Microsoft\Fusion!EnableLog”,
but I can't find it.

Any suggestions?

Thanks
   

- Advertisement -