SQL Server Developer Center > SQL Server Forums > SQL Server Integration Services > No file to extrat erro while trying to unzip with SSIS
Ask a questionAsk a question
 

AnswerNo file to extrat erro while trying to unzip with SSIS

  • Tuesday, November 03, 2009 10:44 PMkunaaldesai Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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

  • Wednesday, November 04, 2009 4:12 AMBharani 3010 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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.

All Replies

  • Tuesday, November 03, 2009 11:44 PMGarthH_BI Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    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/
  • Wednesday, November 04, 2009 1:27 AMkunaaldesai Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I am not sure how to test the package outside BIDS????
  • Wednesday, November 04, 2009 4:12 AMBharani 3010 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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.
  • Wednesday, November 04, 2009 5:20 AMKunal Joshi Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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.

    HI Kunal
    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..