![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I am running into an issue here. I am creating DTS packages that manipulate data. I start on a dev server go to qa, then uat and finally production. Currently each time I promote the Package to a different environment I must go in and manually change the sql server connection. I would like as the first step of the package to determine which server the DTS is currently saved on and set the connection with this via a global variable. I can't seem to find a property for this. Keep in mind that I may run this DTS from a laptop and need the name of the server and not my laptop. I have also tried to use a WScript.Shell method that was only returning my laptop name. Any hope would be greatly appreciated. Thanks, Jason |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
My question is similar, so I thought I'd piggy-back on this thread. I am running a DTS package that creates a file on another server. To do that, I am using a specific security ID and password to connect to the other server. I notice that you cannot specify a user ID and password directly when you choose text file as a source or destination, but I see that I CAN set user ID and password values using a Dynamic Properties Task. I set the user ID and password parameters for that task to global variables (ID and Password) that I set appropriately. But it still does not work, I am getting Access Denied. Is there another place in the package where I need to specify user ID and password to access a directory on another server? Please let me know! Thanks! Kim |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |