Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XP password reset deletes remote servers list. MS fix didn't work.

Status
Not open for further replies.

BridgetW

MIS
Aug 27, 2003
2
US
Has anyone found a fix for this annoyance? When a user running Win XP Pro changes their network password the Registered Remote Server list in Enterprise manager gets deleted. The user has to re-register to connect to the remote servers. The workstations are running all the latest service packs and security patches and the registry key in MS KnowledgeBase article Q32380 has been added but the list still disappears everytime a user has to change his password.
 
We are experiencing this same problem. Wondering if anyone knows of a solution beyond the MS knowledgeBase article.
 
Please see this part of an email that I have found from another SQL forum. I think this may sort the problem out:

I learned that when changing your domain user password on the WinXP client, you will lose registered SQL
Servers in SQL Enterprise Manager. In addition, you applied the method in KB 323280 but the problem
persists if you change the password.

===========================

Based on my experience, even after applying SP1 for Windows XP, we may still experience the same
problem. The methods in the following Knowledge Base (KB) articles should solve the problem you met
with:

323280 FIX: Registered remote servers disappear from SQL Enterprise Manager in

316994 Denied Access to Encrypted Files After You Change Your Password

===========================

Nevertheless, the fix in XP service pack 1 only works if the registry key "MasterKeyLegacyNt4Domain" is
set on the Windows XP machine:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\Protect\Providers\df9d8cd0-1501-11d1-
8c7a-00c04fc297eb]
"MasterKeyLegacyNt4Domain"
Type: REG_DWORD
Value: 00000001


To add that key, you can follow the detailed steps below:

a) Open Registry Editor (Start-> Run -> Regedt32)
b) Go to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\Protect\Providers\df9d8cd0-1501-11d1-
8c7a-00c04fc297eb
c) Create the follow value (Edit->New->DWORD Value):

Value Name: MasterKeyLegacyNt4Domain
Value Type: REG_DWORD
Value: 00000001

d) Change your network account password and login again to see if the problem goes away.

===========================
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top