dbTalk Databases Forums  

DTS using VPN

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS using VPN in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Urmil Muni
 
Posts: n/a

Default DTS using VPN - 05-05-2004 , 06:07 AM






Greetings Everyone,

I am a newbie to DTS and have a little tricky requirement (at least for me)
and I need solution for the same. Here's my situation....

=> I have 2 diff. databases (Oracle & SQL Server DB) residing on 2 diff.
servers at 2 diff. physical location.

=> Need to schedule a DTS package (which will run every night) to import
data from Oracle DB into SQL DB.

=> Need to import data using DTS over VPN (Virtual Private Network). FYI,
the VPN connection has to be established before execution of DTS package
begins and this process (of establishing VPN connection) has to be
automated.

=> Once the data has been imported from Oracle DB into SQL DB, I need to
disconnect the VPN connection explicitly.

Now for me the tricky part is automating process of establishing VPN
connection before the DTS package is executed and then once the import
process is over, it should disconnect VPN connection. Now my questions is :

Is it possible to automate process of establishing VPN connection before the
scheduler executes DTS package? If so then how do I do it?

Any help / ideas / suggestions will be appreciated.

Thanks,
Urmil



Reply With Quote
  #2  
Old   
K
 
Posts: n/a

Default RE: DTS using VPN - 05-05-2004 , 11:21 AM






Hello Urmil

You probably could if you used the execute process task in DTS. Two assumptions I make is that connection can be made to the VPN using the exe file of the software used to make the connection and that you can save the password used to make the connection. If you are to use a secure id card, you cannot perform this operation...obviously...just thought I'd mention

hth


----- Urmil Muni wrote: ----

Greetings Everyone

I am a newbie to DTS and have a little tricky requirement (at least for me
and I need solution for the same. Here's my situation...

=> I have 2 diff. databases (Oracle & SQL Server DB) residing on 2 diff
servers at 2 diff. physical location

=> Need to schedule a DTS package (which will run every night) to impor
data from Oracle DB into SQL DB

=> Need to import data using DTS over VPN (Virtual Private Network). FYI
the VPN connection has to be established before execution of DTS packag
begins and this process (of establishing VPN connection) has to b
automated

=> Once the data has been imported from Oracle DB into SQL DB, I need t
disconnect the VPN connection explicitly

Now for me the tricky part is automating process of establishing VP
connection before the DTS package is executed and then once the impor
process is over, it should disconnect VPN connection. Now my questions is

Is it possible to automate process of establishing VPN connection before th
scheduler executes DTS package? If so then how do I do it

Any help / ideas / suggestions will be appreciated

Thanks
Urmi




Reply With Quote
  #3  
Old   
Urmil Muni
 
Posts: n/a

Default Re: DTS using VPN - 05-07-2004 , 05:01 AM



Well like I said... I am a newbie to DTS (as well as VPN) so am not sure if
whether a VPN client for this was required or not. But from yr reply it
seems that I do need to have that installed. Just fyi, as of now I don't
have any VPN client app installed on my machine. Can you suggest any good
s/w for that and are there any good freeware VPN clients avaliable ?



"K" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hello Urmil,

You probably could if you used the execute process task in DTS. Two
assumptions I make is that connection can be made to the VPN using the exe
file of the software used to make the connection and that you can save the
password used to make the connection. If you are to use a secure id card,
you cannot perform this operation...obviously...just thought I'd mention.
Quote:
hth,
K

----- Urmil Muni wrote: -----

Greetings Everyone,

I am a newbie to DTS and have a little tricky requirement (at least
for me)
and I need solution for the same. Here's my situation....

=> I have 2 diff. databases (Oracle & SQL Server DB) residing on 2
diff.
servers at 2 diff. physical location.

=> Need to schedule a DTS package (which will run every night) to
import
data from Oracle DB into SQL DB.

=> Need to import data using DTS over VPN (Virtual Private Network).
FYI,
the VPN connection has to be established before execution of DTS
package
begins and this process (of establishing VPN connection) has to be
automated.

=> Once the data has been imported from Oracle DB into SQL DB, I need
to
disconnect the VPN connection explicitly.

Now for me the tricky part is automating process of establishing VPN
connection before the DTS package is executed and then once the
import
process is over, it should disconnect VPN connection. Now my
questions is :

Is it possible to automate process of establishing VPN connection
before the
scheduler executes DTS package? If so then how do I do it?

Any help / ideas / suggestions will be appreciated.

Thanks,
Urmil






Reply With Quote
  #4  
Old   
Darren Green
 
Posts: n/a

Default Re: DTS using VPN - 05-13-2004 , 12:14 PM



Windows Server has limited VPN capabilities available with the RAS
component, which does not require any additional client component built
in, but you would better seeking advice on a VPN solution from a
security solution provider. You could of course try one of the Windows
networking or security newsgroups as well.


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org


Reply With Quote
  #5  
Old   
Um Junk
 
Posts: n/a

Default Re: DTS using VPN - 05-19-2004 , 06:58 AM



Darren Green <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote

Quote:
Windows Server has limited VPN capabilities available with the RAS
component, which does not require any additional client component built
in, but you would better seeking advice on a VPN solution from a
security solution provider. You could of course try one of the Windows
networking or security newsgroups as well.
I have been able to create a DTS package which establishes VPN
connection and runs fine when executed explicitly thru SEM (SQL
Enterprise Manager). But when scheduled, it doesn't work. What do I
need to do to make this work? Am I missing something here?

Yr prompt reply will be highly appreciated.

Thanks in advance.

Urmil


Reply With Quote
  #6  
Old   
Darren Green
 
Posts: n/a

Default Re: DTS using VPN - 05-20-2004 , 04:51 PM



In message <e83bb2b7.0405190358.50c50a36 (AT) posting (DOT) google.com>, Um Junk
<umjunk (AT) hotmail (DOT) com> writes
Quote:
Darren Green <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote in
message news:<09dzw8vcz6oAFw$w (AT) sqldts (DOT) com>...
Windows Server has limited VPN capabilities available with the RAS
component, which does not require any additional client component built
in, but you would better seeking advice on a VPN solution from a
security solution provider. You could of course try one of the Windows
networking or security newsgroups as well.

I have been able to create a DTS package which establishes VPN
connection and runs fine when executed explicitly thru SEM (SQL
Enterprise Manager). But when scheduled, it doesn't work. What do I
need to do to make this work? Am I missing something here?

Yr prompt reply will be highly appreciated.

Thanks in advance.

Urmil
When scheduled you often change the execution location (Development
workstation to Server), and also the security context (logged on user -
you to SQL Server agent service account).

http://support.microsoft.com/default...074&Product=sq
l2k

http://support.microsoft.com/default...982&Product=sq
l2k

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.