RE: Passwords again
- From: weilu@xxxxxxxxxxxxxxxxxxxx (Wei Lu)
- Date: Tue, 09 May 2006 02:22:04 GMT
Hi Jason,
Thank you for your post.
From your description, my understanding of this issue is: You aredeveloping a SSIS package and you use the ODBC connection to connect to a
database. You can not see the password after you set the package protection
level to DontSaveSensitive. If I misunderstood your concern, please feel
free to let me know.
According to the SQL Books Online, when you use the Do not save sensitive
(DontSaveSensitive) protection level, sensitive information in the package
is not saved.
For all values, sensitive information is defined as:
1. The password part of a connection string. However, if you choose an
option that encrypts everything, the whole connection string will be
considered sensitive.
2. The task-generated XML nodes that are tagged as sensitive. The tagging
of XML nodes is controlled by Integration Services and cannot by changed by
users.
3. Any variable is marked as sensitive. The marking of variables is
controlled by Integration Services.
To see your password, please change the protection level to
EncryptAllWithPassword or other options.
Here is the article about the protection level:
Setting the Protection Level of Packages
http://msdn2.microsoft.com/en-us/library/ms141747.aspx
Hope this will be helpful!
Sincerely,
Wei Lu
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- RE: Passwords again
- From: JasonB
- RE: Passwords again
- Prev by Date: Integration service package execution error.
- Next by Date: RE: "Execution was canceled by user." bug when calling DTS from .NET
- Previous by thread: Integration service package execution error.
- Next by thread: RE: Passwords again
- Index(es):
Relevant Pages
|