How do I get SQL Agent to perform an FTP connection through a SSIS package?

I have created a number of SSIS packages that I am running through SQL Agent in various jobs.  I have set up a Credential / Proxy for the job steps and for the most part everything runs no problem.  The issue I have is with the step where I make
a connection to a FTP server and download files.  In BIDS the step works fine but in SQL Agent the step times out.  I presume that it has to do with the account that it is being run under but that is what I thought the Credential / Proxy was supposed
to handle (as it does for all the other steps).  I am running on SQL Server 2008 R2.  I have created a test job that has only one step which is to connect to the FTP server and download some text files.  I have tried utilizing package configuration
files and have tried various ProtectionLevels to no avail.
Anyone have any thoughts or direction for me to take?  Will continue to research and will post if I resolve this.
Thanks, Andrew

On the dev environment the ProtectionLevel is set to EncryptSensitiveWithUserKey and that is what I tried first on the prod server.  Subsequently I also tried utilizing a package config file (with ProtectionLevel then of DontSaveSensitive) and have
also tried working with the ServerStorage.
For deployment I copied the relevant dtsx files to a solution on the prod server.  I verified that the packages all had tested connections in the Connection Manager.  I have run all the packages in the BIDS on the prod server and they all worked. 
I have created a test package from scratch on the prod server to test the ftp connection.  This test package runs from BIDS fine.  I have set the SQL Agent file to access through the file system (no luck) and have saved the package to the SSIS Packages
and had the job step access from there (no luck either).

Similar Messages

  • Sql server agent job failing to connect excel connection manager of SSIS package by 32-bit mode run time

    I am unable to succeed with sql agent job, I am trying to execute the SSIS package through sql agent job by ticking 32 bit runtime check box in 64 bit machine , even it does not worked..
    could any one helpme on this?
     Source: Excel Load Connection manager "Excel Connection Manager"    
    Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040154.  An OLE DB record is available.  Source: "Microsoft OLE DB Service Components"  Hresult: 0x80040154  Description: "Class
    not registered".  End Error   TS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009.  There may be error
    messages posted before this with more information on why the AcquireConnection method call failed.  End...  The package execution fa...  The step failed.

    Hello Keerthi,
    Can you please modify settings and set delay validation for Excel connection manager? I think its validating connection and failing because it might be picking that from some variable.
    Alternatively, please run package using below and see what happens.
    EXEC master..xp_cmdshell 'DTEXEC.exe /SQL "Folder\Package" /SERVER Servername'
    I will recommend you to follow steps in below link.
    http://www.sqlhammer.com/blog/running-ssis-packages-in-32-bit/
    Regards,
    Vishal Patel
    Blog: http://vspatel.co.uk
    Site: http://lehrity.com

  • HT1351 How do I get my Ipod nano (4th gen) to connect directly with my new iphone?

    How do I get my Ipod nano (4th gen) to connect to my new iphone?  Or do I have to go through a third machine?

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • Hi I deleted my photos on my phone in photo stream. How can I get them to download back onto my phone through I cloud. Thank you

    Hi I deleted my photos on my phone in photo stream. How can I get them to download back onto my phone through I cloud. Thank you

    icloud photo stream is 5GB if your have more photos you need to buy more storage

  • How do i get a Base code (Material) from a description through BOM?

    Hi,
    the right base code(material) for the production order '68647' is 100827 descriotion 'PIPE BASIC' .
    my requirement is i have an production order and relevent plant, how do i get a basecode ?
    from my previous finding i read that All BOMs will have are associated with the description.
    Targeting this description will always return the right base code for the order.
    but i did not get any idea out of it.
    Please tell me how do i get a Base code (Material) from a description through BOM?
    Thanks in advance.
    Edited by: gulab zehra on Sep 22, 2009 9:17 AM

    Hi Keven,
    I had a look at the example "programmaticbuild2.vi" that you can find at this link:
    in this application the error that eventually comes out from the "BuildTargetBuildSpecification.vi" is written in the error_log.txt through a case structure.
    You can change the code inside the Error case if you want to handle the error in a different way. For example you could connect the error wire to a General Error Handler, that displays a message if an error occurs, or you could light up a led that inform you the error has occurred.
    Best regards,
    Serena M.

  • How do I get rid of the green hue when connecting to my TV?

    how do I get rid of the green hue when connecting to my TV?

    On the TV or iMac display and is Mirroring On or Off?
    First check all of your cables, connectors and connections.
    If it's a really strong green hue, then there is probably something wrong with the cabling or a connection.
    If it is only slightly off hue, then go to: System Preferences > Displays > select the Color tab for whichever  and try selecting a different Display Profile or setting a new Profile by selecting the Calibrate.... button.
    also see > ColorSync for Mac OSX
    Dennis

  • My iMac is locked on a bad IP address (169), how do I get it to release so I can connect to the internet?

    My iMac is locked on a bad IP address (169), how do I get it to release so I can connect to the internet?

    Welcome to the Apple Community.
    Try unplugging the Apple Tv and restarting and restating your router. You should also check that the Apple Tv is set to use the correct location.

  • How to Create a SQL Agent Job For A SSIS Package with Sql Server Authentication

    Hi ALl,
    I have a SSIS package which basically has a data flow task in which i pull the data from one server and copy it into another server and my source server is the one where i dont have windows authentication and i have to only use a sql server authentication
    . This package runs fine if i click the server connection properties type the password and save it.
    Now, my task is to set up a sql agent job which basically uses a proxy account and takes this package from the file system and runs it.But when i try to run this package, its failing with an error saying 
    "Login Failed For rpt5user" where rpt5user is the username for my sql server authentication of the source connection.
    Can someone please help me with any suggestions on how to do this?
    I have heard that we can achieve it by using xml config file which i have never used and i am trying to google around but for no luck.
    So, If someone can please throw any suggestions or ideas on this it would be great.
    Thanks

    You need to add password as a config item and set it from the file source or sql table
    see this as an example
    http://blogs.msdn.com/b/runeetv/archive/2009/12/22/ssis-package-using-sql-authentication-and-dontsavesensitive-as-protectionlevel.aspx
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How do i get sql plus to start in something other than command prompt?

    I have just installed oracle 11g enterprise addition. I am use to a different type of editor for the sql plus, the one I am use to comes up in a white area and has drop downs for file, tools, spool, help and so on. You can also open notepad with a shortcut. I like this better than command prompt how do i get this?

    I think you mean sqlplusw.exe which is a Windows executable delivered until Oracle 10.2 but no more delivered with Oracle 11g.
    Mayb you can have a look to SQL Developer http://www.oracle.com/technology/software/products/sql/index.html

  • HOW CAN I GET SQL/SERVICE

    Dear Mr./Ms.
    I browsed the your download Web pages, I couldn't found the ORACLE SQL/Service. Please tell me how can I get this software.I'll be glad to hear from you.
    sincerely yours
    YANG Hongyu

    Hi Peter,
    Maybe this will help you out:
    http://c2anton.blogspot.com/2006/10/setting-up-ssl-for-application-express.html
    Regards,
    Max A.

  • How can I get SQL query excution time

    Hi ,
    When I run a query , How can i get total execution time for that query.
    Thanks,
    Regards,
    Basha.

    There are several ways:
    1. In SQL, issue SET TIMING ON
    2. Trace your query:
    - ALTER SESSION SQL_TRACE=TRUE;
    - Execute your query
    - ALTER SESSION SET SQL_TRACE=FALSE
    - Decode the tracefile left at USER_DUMP_DEST using TKPROF.

  • How do I use SQL statements to perform calculations with form fields????

    Please help!!! I don't know how to use a SQL statement within my APEX form......
    My form is below. The user will enter the values in the form. Click on Submit. Then we need to run a SQL select statement with those values.
    Our form looks like this:
    Start_Date ____________
    Per_Period ____________
    Period ____________
    [Submit Button]
    The user will enter these 3 values in the form.
    This is an example of an user providing the values:
    Start_Date 03/14/08_______
    Per_Period $200.00________
    Period 4____________
    [Submit Button]
    Then they will click the Submit Button.
    The SQL statement (BELOW) returns output based on the users selections:
    START_DATE PER_PERIOD PERIOD
    14-MAR-2008 00:00 200 Week 1 of 4
    21-MAR-2008 00:00 200 Week 2 of 4
    28-MAR-2008 00:00 200 Week 3 of 4
    04-APR-2008 00:00 200 Week 4 of 4
    Total 800
    This is the full text of the SQL that makes the output above:
    with criteria as (select to_date('03/14/08', 'mm/dd/rr') as start_date,
    4 as periods,
    'Week' as period,
    200 per_period from dual),
    periods as (select 'Week' period, 7 days, 0 months from dual
    union all select 'BiWeek', 14, 0 from dual
    union all select 'Month', 0, 1 from dual
    union all select 'ByMonth', 0, 2 from dual
    union all select 'Quarter', 0, 3 from dual
    union all select 'Year', 0 , 12 from dual
    t1 as (
    select add_months(start_date,months*(level-1))+days*(level-1) start_date,
    per_period,
    c.period||' '||level||' of '||c.periods period
    from criteria c join periods p on c.period = p.period
    connect by level <= periods)
    select case grouping(start_date)
    when 1 then 'Total'
    else to_char(start_date)
    end start_date,
    sum(per_period) per_period,
    period
    from t1
    group by rollup ((start_date, period))
    THANKS VERY MUCH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    You're just doing a parameterized report, where the input fields are your parameters.
    Check out the Advanced Tutorial titled Parameterized Report here:
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10497/rprt_query.htm#BGBEEBJA
    Good luck,
    Stew

  • I have a Disney Movie Rewards account that is connected to me iTunes account and the movies I have digital copies for aren't loading in my iTunes movie library.  How do I get them there if I've already connected the two accounts?

    I have a Disney Mvoie Rewards account that is connected to my iTunes account.  I have downloaded digital copies of movies I have purchased before such as Thor: The Dark World, but I recently purchased Saving Mr. Banks and it is not loading in my iTunes movie Library.  How do I get it to load there once I have redeemed the digital copy code and have confirmed the two accounts are connected?

    Go to Settings>General>Date and Time and make sure it is correct, including time zone.
    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?

  • I just bought a refurbed ipad 2 and upon power up its stuck on the connect to itunes screen how do I get around this. I'm not connected to itunes on my PC.

    Upon initial startup my ipad 2 is stuck on the connect to itunes screen.
    how can i get around this and start using my ipad2 without connecting to itunes.

    If it hasn't got iOS 5+ pre-installed then you will need to connect it to a computer's iTunes in order to activate it.
    Getting started guide : http://support.apple.com/kb/HT4053
    The iPad manual also has a chapter on getting started - it can be downloaded from here : http://support.apple.com/manuals/ipad

  • How do I get back my downloaded files that were deleted through terminal?

    After taking advice from another discussion which was supposed to help me change the 'Invisible' file to being visible my tv show downloads deleted.... how do I get them back?!?!

    You can try something such as Data Rescue 3 to see if you can undelete the files - I've had good luck with it and can recommend it. You may or may not be able to recover your files, depending primarily on whether the files have been overwitten or not.
    Good luck,
    Clinton

Maybe you are looking for

  • How to change colors of LCD/VFD controls from SGC-Tek?

    Hi Anybody got idea how to change colors of LCD/VFD controls from SGC-Tek? I have tried but could not. When I try to make myself a nest cluster of clusters of LEDs, I can change colours but I can't do the same thing with LCD/VFD controls. Please chec

  • JTextArea wordwrap according to the window size

    Hi All, I have a problem with JTextArea. I am constructing my UI as explained below: 1. Panel with GridBagLayout. 2. This panel have a grid of component. Each row will have a text area as a description and a text field to enter the value [ Text Area

  • CreateChildSymbol at bottom of DOM?

    When placing a createChildSymbol on the stage, how do I place it at the bottom hierarchy, instead of the default top?

  • Time Machine Slow Backup

    I use Time Machine to backup to a G-Technologies 4TB external HD.  The backup is extremely slow, many times saying it will take 69,000 days to back up.  I have almost a TB to backup.  The G-Technology HD will go off line.  I'm not sure if this is a H

  • Upgrading from Site Studio R3 to R4

    We're upgrading to the current version of Site Studio R4 from R3. We've installed Site Studio R4 server components on the server in a separate test environment. BUT - if we were to install it on our development server where the content for our existi