RE: 0x80004005 - you need permission to view its data
From: Sophie Guo [MSFT] (v-sguo_at_online.microsoft.com)
Date: 09/19/05
- Next message: Sophie Guo [MSFT]: "RE: 0x80004005 - you need permission to view its data"
- Previous message: robert: "Re: user account creation"
- Maybe in reply to: Jeff Grundy: "0x80004005 - you need permission to view its data"
- Next in thread: Sophie Guo [MSFT]: "RE: 0x80004005 - you need permission to view its data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 19 Sep 2005 10:37:14 GMT
Hello,
Please refer to the following information in the article 319723:
-------------------------
Note If you are using SQL Server failover clustering, you must register a
SPN without the port number and another SPN with the port number. With a
typical, non-clustered computer that is running SQL Server, you only have
to register the SPN with the port number. However, if you have an
additional SPN without the port number, it will not cause any problems with
non-clustered computers.
-------------------------------
Since you use non-clustered computer that is running SQL Server, you only
have to register the SPN with the port number. However, please notice that
the spn should look like the following:
MSSQLSvc/MySQLServer.MyDomain.com:1433
That is, in you case, it may look like this:
MSSQLSvc/mdtdpa01.xxx.yyy.local:1433 instead of
mssqlserver/mdtdpa01.xxx.yyy.local:1433
where mdtdpa01 is the computer name which installs the SQL server instance,
1433 is the port SQL is listening.
Therefore you may need to use
setspn -D mssqlserver/mdtdpa01.xxx.yyy.local:1433 mdtdpa01
to delete the wrong spn and re-create a correct one:
setspn -A MSSQLSvc/mdtdpa01.xxx.yyy.local:1433 < doamin account which is
SQL server startup account >
I hope the information is helpful.
Sophie Guo
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
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.
- Next message: Sophie Guo [MSFT]: "RE: 0x80004005 - you need permission to view its data"
- Previous message: robert: "Re: user account creation"
- Maybe in reply to: Jeff Grundy: "0x80004005 - you need permission to view its data"
- Next in thread: Sophie Guo [MSFT]: "RE: 0x80004005 - you need permission to view its data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|