Indirect Configurations help needed

  • Hi ,

    I am trying to implement indirect configurations in the packages. I have my configurations stored in a table. I need to add the path to the config table in a config file (xml). At runtime i need my package to read the config file to get the path to the table where the configurations are stored.

    I need to know how can i store the config table information in another config file.

  • I think i have got my resolution ... i had posted this query on Jamie Thomsons Blog , he has replied to it and i agree with it .. here is his reply for everyones reference :

    Pritesh,

    You can't.

    Think about it. How can you define the location of one configuration using another configuration? That makes no sense at all.

    Actually in theory this would work by defining them in a certain order in your package because configurations are evaluated in the order that they are declared. However, NEVER DO this. There is no guarantee that this will be true in the future.

    -Jamie

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

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