May 22, 2008 at 8:50 am
Hi,
I have a problem with sql 2005 enterprise.
After I changed Server Collation of SQL Server 2005 (with rebuild master database) every minute comes visualized
the following message:
Login failed for user 'NT AUTHORITY\SYSTEM'. [CLIENT: ]
Error: 18456, Severity: 14, State: 16.
I do not succeed to understand where it can be the problem 🙁 🙁 🙁
May 22, 2008 at 6:03 pm
have u checked the service account u might need to retype the password or change the service account user.
..>>..
MobashA
May 23, 2008 at 6:41 am
Hi,
all services start with logon as local system................
I do not resolve I must change the password NT AUTHORITY\SYSTEM ????????
Thanks
May 26, 2008 at 4:42 am
Hi,
I have made ulterior tests, holding blocked the following services:
- Sql server Agent
- Full text search
but the error messages continue.........:crying: :crying: :crying:
May 26, 2008 at 4:56 am
NT Authority\System is the username for any account that runs as LocalSystem
Generally the sQL services should not be running as local system. They should ahve their own domain accounts.
If you do want them running as LocalSystem, then BuiltIn\Administrators needs to be a login in hyour SQL server.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 26, 2008 at 7:13 am
HI,
I have tried to change account for every service.
The problem is with the following service "SQL Server Reporting Services (MSSQLSERVER)"
If I change account for this service, the message change in Login failed for user 'DOMewprofile'. [CLIENT: ]
:crying:
May 26, 2008 at 7:29 am
Did you enter the correct password? Does that login have rights in the server?
What's the State listed for the error? (Error 18456, Severity 14, State ??)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 26, 2008 at 7:30 am
gianni.fusto (5/26/2008)
HI,I have tried to change account for every service.
The problem is with the following service "SQL Server Reporting Services (MSSQLSERVER)"
If I change account for this service, the message change in Login failed for user 'DOMewprofile'. [CLIENT: ]
:crying:
Resolved problem,
I have recreated database the ReportServer and the message does not appear more.
Thanks for all
May 26, 2008 at 7:38 am
GilaMonster (5/26/2008)
Did you enter the correct password? Does that login have rights in the server?What's the State listed for the error? (Error 18456, Severity 14, State ??)
Sorry,
the message was
Error: 18456, Severity: 14, State: 16.
May 26, 2008 at 7:50 am
State 16 means that the login does not have rights on default db. That would explain why recreating the report service database fixed the issue.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply