Microsoft Content Management Server - Could not log into Microsoft Content Management Server

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > April 2005 > Could not log into Microsoft Content Management Server





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Could not log into Microsoft Content Management Server
djoledjole

2005-04-17, 5:52 pm

Recently on my home developement machine (WinXP) I start to receive next
error."Could not log into Microsoft Content Management Server.Either the
password is incorrect, the user does not exist, or the account has been
locked out."
It is very strange because I receive that only when I use option 'Log on
as the following user' and not when I log as user who is already logged on
windows.It is imposible that I use wrong user name and password because it
is the same user name and password that I use to logon to windows.

Stefan [MSFT]

2005-04-18, 7:53 am

Hi,

you should enable security auditing on the MCMS server.
Maybe this user is missing a right.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"djoledjole" <djdjokic@protected> wrote in message
news:1728a3571e1b4d314642e0ff1e4cc16e@lo
calhost.talkaboutsoftware.com...
> Recently on my home developement machine (WinXP) I start to receive next
> error."Could not log into Microsoft Content Management Server.Either the
> password is incorrect, the user does not exist, or the account has been
> locked out."
> It is very strange because I receive that only when I use option 'Log on
> as the following user' and not when I log as user who is already logged on
> windows.It is imposible that I use wrong user name and password because it
> is the same user name and password that I use to logon to windows.
>



djoledjole

2005-04-18, 7:53 am

Could you be a little bit specific on how to enable security auditing on
the MCMS server.
Thanks in advance

Stefan [MSFT]

2005-04-18, 7:53 am

Hi,

that is a windows feature to log all permission related events to the
security event log.
You can enable it using the Group Policy Object Editor snapin for the MMC.
You will find the auditing stuff in the following tree:

/Console Root
/Local Computer Policy
/Computer Configuration
/Windows Settings
/Security Settings
/Local Policies
/Audit Policy

Ensure that Failure is enabled for each of the policies.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"djoledjole" <djdjokic@protected> wrote in message
news:a0be1aa84996d782dce3e3e00a156874@lo
calhost.talkaboutsoftware.com...
> Could you be a little bit specific on how to enable security auditing on
> the MCMS server.
> Thanks in advance
>



djoledjole

2005-04-19, 2:47 am

I did just that and in Event Viewer I can see next error
"Event Type: Failure Audit
Event Source: Security
Event Category: Logon/Logoff
Event ID: 534
Date: 4/19/2005
Time: 2:01:16
User: NT AUTHORITY\SYSTEM
Computer: CELERONP4
Description:
Logon Failure:
Reason: The user has not been granted the requested
logon type at this machine
User Name: el
Domain: CELERONP4
Logon Type: 3
Logon Process: NtLmSsp
Authentication Package: NTLM
Workstation Name: CELERONP4

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp."

It is strange because this user is administrator on the machine

Stefan [MSFT]

2005-04-19, 2:47 am

Hi,

this error means that the system account does not have logon via network
rights.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"djoledjole" <djdjokic@protected> wrote in message
news:7863a2455604e736c87a5f24c86ea3b4@lo
calhost.talkaboutsoftware.com...
> I did just that and in Event Viewer I can see next error
> "Event Type: Failure Audit
> Event Source: Security
> Event Category: Logon/Logoff
> Event ID: 534
> Date: 4/19/2005
> Time: 2:01:16
> User: NT AUTHORITY\SYSTEM
> Computer: CELERONP4
> Description:
> Logon Failure:
> Reason: The user has not been granted the requested
> logon type at this machine
> User Name: el
> Domain: CELERONP4
> Logon Type: 3
> Logon Process: NtLmSsp
> Authentication Package: NTLM
> Workstation Name: CELERONP4
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp."
>
> It is strange because this user is administrator on the machine
>



djoledjole

2005-04-19, 8:00 am

And how to correct this issue.In local policies I assign 'log on locally
right' to specific account and still I got same problem

Stefan [MSFT]

2005-04-19, 8:00 am

Hi,

yes in the local policies.
You need to ensure that the account in the event log message has this right.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"djoledjole" <djdjokic@protected> wrote in message
news:661ef49f14b11709376404ba4be44d21@lo
calhost.talkaboutsoftware.com...
> And how to correct this issue.In local policies I assign 'log on locally
> right' to specific account and still I got same problem
>



djoledjole

2005-04-25, 7:54 am

O.K I solve that problem.And the key thing is to assign particular user to
have 'access this computer from the network'. This can be achieved thru
/Console Root
/Local Computer Policy
/Computer Configuration
/Windows Settings
/Security Settings
/Local Policies
/User Rights Assignment

Butt now I have another problem and that is: although I use Forms
Authentication I cannot see Switch to Edit Site link after I enter my
credentials (I mean after I log with mentioned account)


Stefan [MSFT]

2005-04-25, 7:54 am

Hi,

did you authenticate as a subscriber or as an author or higher?
The console will only show up if the user is an author or higher.
In addition: is guest access enabled on your site?
Then please check in your posting code if the current user is authenticated
as guest or as the user given in your login form
(CmsHttpContext.IsLoggedInAsGuest)

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"djoledjole" <djdjokic@protected> wrote in message
news:98382523fb5ee91f52d9cbf9191bf3f4@lo
calhost.talkaboutsoftware.com...
> O.K I solve that problem.And the key thing is to assign particular user to
> have 'access this computer from the network'. This can be achieved thru
> /Console Root
> /Local Computer Policy
> /Computer Configuration
> /Windows Settings
> /Security Settings
> /Local Policies
> /User Rights Assignment
>
> Butt now I have another problem and that is: although I use Forms
> Authentication I cannot see Switch to Edit Site link after I enter my
> credentials (I mean after I log with mentioned account)
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com