Script Component Exec on target server

  • Hi

    Cross post from down south where it seems no mortals roam... 😀

    I have a script component in a dataflow that checks a variety of system config information.

    My issue of course is that it runs against my dev station - not against a target server... so my question is can I get it to run against a target server - or do I need to use a totally different approach (wmi etc)?

    Cheers

    Rich

  • If you have SSIS Configurations enabled it is simple, just change it there to run against the target server and TADA

    ~PD

  • Hi thanks for the reply... but could you expand on that?

  • Read up in BOL on SSIS Configurations.

    Basically, in your case, you need to set the configurations up for connections (I would assume its OLE DB or something).

    Now, whenever you need to change where it runs from, change the config and not the design.

    Trust this helps

    ~PD

  • Thanks - looks promising.

    Cheers

    Rich

Viewing 5 posts - 1 through 4 (of 4 total)

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