Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6142807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:26:19+00:00 2026-05-23T18:26:19+00:00

SSIS comes with many tasks that solve data acquisition and intrgration problems, but one

  • 0

SSIS comes with many tasks that solve data acquisition and intrgration problems, but one task that it lacks is ‘HTTP Task’ for downloading files over HTTP.

To work around this, I installed Wget, and run it from SSIS using the Execute Package task.

Wget is on my system path so that I can type ‘wget’ from the command prompt while working in any directory to run the program. But SSIS complains that “File/process ‘wget’ is not on the path”:

SSIS warns that 'File/Process "wget" is not in path'.

I have set the process property RerquireFullFileName to False to stop this complaint from causing an error:

RequireFullFileName is False so that the package executes successfully.

Apart from issuing a warning at the start, the package runs as expected. It invokes wget and downloads the file I tell it to. But how do I stop SSIS complaining that wget is not on the path?

EDIT: Setting the Execute Process task’s DelayValidation property to True, as suggested by Siva, does not solve the problem; it just stops SSIS from complaining at design time. With delayed validation, at runtime, I see this in the debug output window:

SSIS package "Extract.dtsx" starting.
Warning: 0xC0029154 at Download Locations Dump, Execute Process Task: File/Process "wget" is not in path.
SSIS package "Extract.dtsx" finished: Success.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:26:20+00:00Added an answer on May 23, 2026 at 6:26 pm

    The warning occurs because the packing is trying to validate the location of the executable during the design time. You can defer this validation to run time by changing the property DelayValidation on the Execute Process task from False to True.

    Step-by-step process:

    1. On the SSIS package, I have place an Execute Process Task configured to use the tool Wget. Refer screenshots #1.

    2. Screenshot #2 the warning message similar to the screenshot shown in the question.

    3. Right-clicked on the Execute Process Task and selected Properties as shown in screenshot #3.

    4. In the properties window, changed the DelayValidation property value from False to True.

    5. Screenshot #5 shows that the warning no longer appears.

    EDIT:

    To suppress the warning altogether, even at the run-time, you can do something as following:

    1. Create a variable to store the full path of the wget.exe. Populate the variable with the full path to the wget.exe. The value could be different in your scenario. Refer screenshot #6.

    2. Double-click on the Execute Process task. On the Expressions section of the task click on the ellipsis button. Refer screenshot #7.

    3. On the Property Expressions Editor, set the Executable Property value to the newly created variable @[USer::WgetPath]. Refer screenshot #8.

    Hope that helps.

    Screenshot #1:

    1

    Screenshot #2:

    2

    Screenshot #3:

    3

    Screenshot #4:

    4

    Screenshot #5:

    5

    Screenshot #6:

    6

    Screenshot #7:

    7

    Screenshot #8:

    8

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an SSIS package that executes several tasks. I manually added an event
I have an SSIS package with a Data Flow that takes an ADO.NET data
In SSIS 2008 I have a Script Task that checks if a table exists
I have an SSIS package that runs a script component as one step in
I'm creating an SSIS 2008 package that reads data from an ASCII flat file
I have an SSIS XML Task that I'm using to try and reformat some
I have an ssis package that imports a view from one database into different
I have an SSIS package that loads data in a table. How do I
In SSIS,I had tried to deploy a package, which is for importing data from
My SSIS package says it is successful, but when it runs it ends not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.