Tech Support > Microsoft Windows > Windows CRM > CRM Deployment Manager error
CRM Deployment Manager error
Posted by kbeckman on August 19th, 2004


I'm receiving the following error when trying to access the User Manager node
within the CRM Deployment Manager.

Logon failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. (80040e4d)

Any idea why I'm getting this error?

Posted by PI on August 19th, 2004


I had a the same problem and this is what i did:

"Login failed for user 'NT AUTHORITY\NETWORK SERVICE'".

In SQL Server Enterprise Manager, click on Security, then Logins. Select New
Login and click on [...] the ellipsis. Find and select IIS_WPG and click Add
and OK. Click on the Database Access tab and select METABASE and MSCRM and
for each of those select db_owner. This is added to the logins and security.

It is probably something similar for you... hope this helps


"kbeckman" <kbeckman@discussions.microsoft.com> wrote in message
news:0CE4E521-C948-4059-89B9-D7EFBBF50B39@microsoft.com...


Posted by on August 20th, 2004


I tried adding 'NT AUTHORITY\ANONYMOUS LOGON' user on the
databases on sql server, and the error has disappeared.

But my concern is that now, crm homepage dosent ask for
login info.

Has anyone read in instalation procedures, to create an
account in sql server for crm to login as a anonymouse
intially ?

Or its supposed to be done by the installation ?


Posted by Matt Parks on August 23rd, 2004


The CRM HOmepage won't ask for a login as it uses integrated security. So it
should inherit the current domain login of the user.

Typically, the anonymous login problem is related to the security of the
services that CRM & SQL are running under. What are those services configured
to use? (ie. Local System vs domain account).

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 20 Aug 2004 13:14:58 -0700, <anonymous@discussions.microsoft.com> wrote:

I tried adding 'NT AUTHORITY\ANONYMOUS LOGON' user on the
databases on sql server, and the error has disappeared.

But my concern is that now, crm homepage dosent ask for
login info.

Has anyone read in instalation procedures, to create an
account in sql server for crm to login as a anonymouse
intially ?

Or its supposed to be done by the installation ?



Similar Posts