How to upload SSIS Config file in other region.

  • Hello all,

    I'm developing a project that includes SSIS packages, and I've created a common configuration file for all regions . in one server ( region) we use D: drive and in other T: drive to store all package files

    i have migrated this package to another upper region ( T: drive ) , while executing i am getting below error , as it cant find file at T drive , still fetching path of lower region. how can i change the path , as i cant open package in new region ( dont have VS there)

    ERROR ::

    Description: The configuration file name "D:\SetUp\Event.dtsConfig" is not valid. Check the configuration file name.

    End Warning

    Warning: 2010-01-20 02:26:58.33

    Code: 0x80012059

    Source: SSIS_Event

    Description: Failed to load at least one of the configuration entries for the package. Check configurations entries and previous warnings to see descriptions of which configuration failed.

    Please help me .

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RESOLVED !!!!!!!!!!!!!

    i simply opened it in notepad and replace d: with t::-P

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

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

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