Calling SSIS from SQL Server Agent Doesn't Run No Error Given

  • I call an SSIS package with a SQL Server Agent Job.

    The first "step" in the SSIS package is to move files from one folder to another. This step never executes. The next tasks are to generate a new file and ftp that file to a location. This part seems to work.

    Why isn't the first task executed from the SQL Agent job?

    This job never reports an error.:w00t:


    Thanks and have a NICE day!,

    Margaret

  • Hi,

    I call an SSIS package from Job SQL.

    The job is 'success' but, data are not populated in my tables;

    I use the SQL Agent for running the Package.

    Can someone helps me about that?

  • SSIS jobs must use a proxy

    create a proxy.

    map the proxy to credentials

    select proxy in drop down in agent job

    profit

    Naeblis

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply