My SSIS package does not run when scheduled

  • I have created an ssis package.This package reads some values from the config file and performs file related operations.

    Locally i am able to read the values in the config files.

    Now when a job is scheduled to run this package it does not map it with the config file specified in the COnfigurations tab of the job.

  • Make sure your SQL Agent has permissions on the files and that you are providing full UNC paths to the files. \\ServerName\Folder\file.txt, not C:\file.txt

    what do your logs have to say?

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

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