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 2012 Forums
 SSIS and Import/Export (2012)
 refresh excel by script

Author  Topic 

inbs
Aged Yak Warrior

860 Posts

Posted - 2014-04-02 : 01:05:40
hi

i have multi excel files that refreshed by script in ssis.
the problem is that one file or more not (the same one) is not saved.
i got this error from job:

Message
Get-Process : Cannot find a process with the name "excel". Verify the process n
ame and call the cmdlet again.
At line:1 char:15
+ & {Get-Process <<<< excel | Stop-Process}
+ CategoryInfo : ObjectNotFound: (excel:String) [Get-Process], Pr
ocessCommandException
+ FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.
Commands.GetProcessCommand


i try change the location of the files but it is not help
any help please

   

- Advertisement -