SQL Server Developer Center >
SQL Server Forums
>
SQL Server Integration Services
>
No file to extrat erro while trying to unzip with SSIS
No file to extrat erro while trying to unzip with SSIS
- I have some files with .rar extension and I am trying to unzip them with "Execute process task" in SSIS. When I try to do it from SSIS then it gives me following error:
" No files to extract" but when I directly try to extract files then they are extracted fine Iam not sure what is wrong.
Any ideas?
Answers
- 1. Create deployment manifest by building the solution
2. Deploy the package on to SQL server or filesystem.
3. If SQL Server, login to IS via SSMS and go to Stored packages->MSDN-><Package name> and execute package
4. IF File system, double click and execute the package.
Also, Check whether you have configured the path correctly.
Thanks, Bharani M - Please mark the post as answered if it answers your question. - Please vote the post as Helpful if you find the post as helpful.- Marked As Answer byYao-Jie Tang - MSFTMSFT, ModeratorWednesday, November 11, 2009 5:51 AM
All Replies
test your package outside of BIDS. execute it via the command line and turn on verbose messaging. Odds are that SSIS isn't looking in the right place, but the only way to be sure is to see exactly what's happening outside of the GUI.
Garth H MCTS: SQL 2008 BI http://bitinkering.spaces.live.com/- I am not sure how to test the package outside BIDS????
- 1. Create deployment manifest by building the solution
2. Deploy the package on to SQL server or filesystem.
3. If SQL Server, login to IS via SSMS and go to Stored packages->MSDN-><Package name> and execute package
4. IF File system, double click and execute the package.
Also, Check whether you have configured the path correctly.
Thanks, Bharani M - Please mark the post as answered if it answers your question. - Please vote the post as Helpful if you find the post as helpful.- Marked As Answer byYao-Jie Tang - MSFTMSFT, ModeratorWednesday, November 11, 2009 5:51 AM
I have some files with .rar extension and I am trying to unzip them with "Execute process task" in SSIS. When I try to do it from SSIS then it gives me following error:
HI Kunal
" No files to extract" but when I directly try to extract files then they are extracted fine Iam not sure what is wrong.
could u share how are u un zipping files in Execute process task ???
I am asking this because probably u are missing out something ating the execute process task ... ideally speaking what ever task u create in bids u should be able to ruin bids .....
BTW what do u mean by : "when I directly try to extract files then they are extracted fine "
what i guess is probably the path u are setting for the files to be unzipped is not seetting up correctly ..
** also please check the size of file to be zipped / unzip as there is limit constraint for the file size..


