dbTalk Databases Forums  

Security Question

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


Discuss Security Question in the microsoft.public.sqlserver.dts forum.



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

Default Security Question - 01-23-2006 , 12:06 PM






I am confused as to how to do the following:


Create master DTS package where I set the Connection for the
servername, db, login and password. (I can do the previous part, but
not the following.) Then assign those values somewhere; ini, etc to be
used by other packages.


A few constraints are;
the password can not be viewable, meaning it can't be seen by opening
the ini file.


Process flow example:
Open master DTS package and set severname, db, login and password
values.
Run DTS package #2, it would then use the values added and stored by
the master DTS package.
Run DTS package #3, it would use the values added and stored by the
master DTS package.


As you can see I just want to set the connection info one time, ensure
it's secure and then use it from other packages.


Any help would be appreciated.


Liz




Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Security Question - 01-23-2006 , 02:46 PM






Hello Liz,


1. Can you not set the values you want in the master package (Personally
I would use a DB table for this)
2. Now you call the child package through code. You can then set all the
properties you want directly.

Instead of #2 you could also use the ExecutePackage task and pass in values
to GVs in the sub package.

Allan



Quote:
I am confused as to how to do the following:

Create master DTS package where I set the Connection for the
servername, db, login and password. (I can do the previous part, but
not the following.) Then assign those values somewhere; ini, etc to be
used by other packages.

A few constraints are; the password can not be viewable, meaning it
can't be seen by opening the ini file.

Process flow example: Open master DTS package and set severname, db,
login and password values. Run DTS package #2, it would then use the
values added and stored by the master DTS package. Run DTS package #3,
it would use the values added and stored by the master DTS package.

As you can see I just want to set the connection info one time, ensure
it's secure and then use it from other packages.

Any help would be appreciated.

Liz




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.