Discussion:
UNC Path using DNS alias (CNAME) on local server doesn't work
(too old to reply)
GeorgeD
2009-11-18 15:34:06 UTC
Permalink
I have many windows server 2003 servers. On all of our file shares/SQL
servers we use CNAMES for easy DR changes and testing. Primarily we
only use DNS aliases from clients to the servers
We installed a new app that has a database of UNC locations. The app
uses these locations to do some file copies. The problem seems to be
that the server itself cannot access the \\myalias\myshare from
itself. Extremely strange.
When i try to go to run and type this UNC path using the alias on the
server itself i get prompted with a username/password dialog. Any
credentials i enter here fail.

we apply the disablestrictnamecheck registry fix to all our servers.

any ideas? SPN related, trying to find a free server to test this on.

thanks for any help.
GeorgeD
2009-11-20 21:19:18 UTC
Permalink
This post might be inappropriate. Click to display it.
Bob Dobbs
2010-12-14 21:04:40 UTC
Permalink
Thanks, That worked for be on a Windows 2000 sp4 advanced server.
Post by GeorgeD
I have many windows server 2003 servers. On all of our file shares/SQL
servers we use CNAMES for easy DR changes and testing. Primarily we
only use DNS aliases from clients to the servers
We installed a new app that has a database of UNC locations. The app
uses these locations to do some file copies. The problem seems to be
that the server itself cannot access the \\myalias\myshare from
itself. Extremely strange.
When i try to go to run and type this UNC path using the alias on the
server itself i get prompted with a username/password dialog. Any
credentials i enter here fail.
we apply the disablestrictnamecheck registry fix to all our servers.
any ideas? SPN related, trying to find a free server to test this on.
thanks for any help.
Post by GeorgeD
issue is this..
http://support.microsoft.com/kb/926642
used method 2, could not get method 1 to work
1. Click Start, click Run, type regedit, and then click OK.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
3. Right-click Lsa, point to New, and then click DWORD Value.
4. Type DisableLoopbackCheck, and then press ENTER.
5. Right-click DisableLoopbackCheck, and then click Modify.
6. In the Value data box, type 1, and then click OK.
7. Exit Registry Editor.
8. Restart the computer.
- i didnt need to restart to get this working surprisingly.
Submitted via EggHeadCafe
Sterling Database for Silverlight and Windows Phone 7
http://www.eggheadcafe.com/tutorials/aspnet/f4731b1a-dadb-4b4f-b9a8-a5d9ef7a76dd/sterling-database-for-silverlight-and-windows-phone-7.aspx
Bob Dobbs
2010-12-14 21:04:41 UTC
Permalink
Thanks, That worked for be on a Windows 2000 sp4 advanced server.
Post by GeorgeD
I have many windows server 2003 servers. On all of our file shares/SQL
servers we use CNAMES for easy DR changes and testing. Primarily we
only use DNS aliases from clients to the servers
We installed a new app that has a database of UNC locations. The app
uses these locations to do some file copies. The problem seems to be
that the server itself cannot access the \\myalias\myshare from
itself. Extremely strange.
When i try to go to run and type this UNC path using the alias on the
server itself i get prompted with a username/password dialog. Any
credentials i enter here fail.
we apply the disablestrictnamecheck registry fix to all our servers.
any ideas? SPN related, trying to find a free server to test this on.
thanks for any help.
Post by GeorgeD
issue is this..
http://support.microsoft.com/kb/926642
used method 2, could not get method 1 to work
1. Click Start, click Run, type regedit, and then click OK.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
3. Right-click Lsa, point to New, and then click DWORD Value.
4. Type DisableLoopbackCheck, and then press ENTER.
5. Right-click DisableLoopbackCheck, and then click Modify.
6. In the Value data box, type 1, and then click OK.
7. Exit Registry Editor.
8. Restart the computer.
- i didnt need to restart to get this working surprisingly.
Post by Bob Dobbs
Thanks, That worked for be on a Windows 2000 sp4 advanced server.
Submitted via EggHeadCafe
Stock Quotes via jQuery-enabled WCF Service, JSON, and jQuery Templates
http://www.eggheadcafe.com/tutorials/aspnet/9c157185-9ded-4352-8311-73153d9d1297/stock-quotes-via-jqueryenabled-wcf-service-json-and-jquery-templates.aspx
Loading...