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 2005 Forums
 Transact-SQL (2005)
 Execute Process Task Editor how?

Author  Topic 

ismailc
Constraint Violating Yak Guru

290 Posts

Posted - 2007-08-01 : 08:13:30
Hi,

I'm rewriting from 2000 to 2005 process task where a execute pk.zip
to zip files.
2000

win 32: \\srvb8-z163\Software\PKZip\pkzip

parameters : "\\srvb8-z163\source\Daily Sales.zip"
"\\srvb8-z163\source\Daily Sales.xls"

i don't really know how to rewrite usin SSIS Execute process task.

i get as far executing the zip but get lost on the input and output variables.

regards

ismailc
Constraint Violating Yak Guru

290 Posts

Posted - 2007-08-02 : 06:52:54
I was successful in solving it.

arguments : "\\srvb8-z163\source\Daily Sales.zip" "\\srvb8-za163\source\Daily Sales.xls

Many Thanks

Regards, Ismail
Go to Top of Page
   

- Advertisement -