![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to copy a file on another Windows server using a predefined UserAccount. Is there a way to do this in DTS? I don't believe I can use the FSO because it would not be connecting with the correct user account. I tried using a Text File connection to/from with a transformation in the middle. This way I can specify the user account to use. The transformation unfortunately puts "" and , in the file which I don't want. Doesn't seem to be a way to get rid of them, The datatransform option page doesn't seem to work. thanks, |
#3
| |||
| |||
|
|
Chuck Rcp command is one option. See Windows Help. Another option is to create a mapped drive for the required user with the NET USE command. Ilya "Chuck P" <nospam (AT) crlf (DOT) com> wrote in message news:524EC012-A8F2-4F25-BE2E-DEED648E9C3E (AT) microsoft (DOT) com... I need to copy a file on another Windows server using a predefined UserAccount. Is there a way to do this in DTS? I don't believe I can use the FSO because it would not be connecting with the correct user account. I tried using a Text File connection to/from with a transformation in the middle. This way I can specify the user account to use. The transformation unfortunately puts "" and , in the file which I don't want. Doesn't seem to be a way to get rid of them, The datatransform option page doesn't seem to work. thanks, |
#4
| |||
| |||
|
|
Can't use rcp because of security policies. I don't know how to use net use within DTS. "Ilya Margolin" wrote: Chuck Rcp command is one option. See Windows Help. Another option is to create a mapped drive for the required user with the NET USE command. Ilya "Chuck P" <nospam (AT) crlf (DOT) com> wrote in message news:524EC012-A8F2-4F25-BE2E-DEED648E9C3E (AT) microsoft (DOT) com... I need to copy a file on another Windows server using a predefined UserAccount. Is there a way to do this in DTS? I don't believe I can use the FSO because it would not be connecting with the correct user account. I tried using a Text File connection to/from with a transformation in the middle. This way I can specify the user account to use. The transformation unfortunately puts "" and , in the file which I don't want. Doesn't seem to be a way to get rid of them, The datatransform option page doesn't seem to work. thanks, |
![]() |
| Thread Tools | |
| Display Modes | |
| |