When I start the CRM web application I receive an error 0x80040E4D. The
eventlog says the following:

MSCRM Platform Error Report:
----------------------------------------------------------------------------
----------------------------
Error: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.

Error Message: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.

Error Details: Details on this error have not been provided by the platform.

Source File: Not available

Line Number: Not available

Stack Trace Info: at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
p.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)

Any ideas what might cause this and what to do about it?

Thanks,
Jeffry van de Vuurst

Re: Error when starting crm web app by John

John
Sun Jul 20 13:08:43 CDT 2003

make sure your crm security service on the crm server is started


"Jeffry van de Vuurst" <reply.to@newsgroup> wrote in message
news:#7eHSjXTDHA.2280@TK2MSFTNGP12.phx.gbl...
> When I start the CRM web application I receive an error 0x80040E4D. The
> eventlog says the following:
>
> MSCRM Platform Error Report:
> --------------------------------------------------------------------------
--
> ----------------------------
> Error: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
>
> Error Message: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
>
> Error Details: Details on this error have not been provided by the
platform.
>
> Source File: Not available
>
> Line Number: Not available
>
> Stack Trace Info: at System.Web.UI.Page.HandleError(Exception e)
> at System.Web.UI.Page.ProcessRequestMain()
> at System.Web.UI.Page.ProcessRequest()
> at System.Web.UI.Page.ProcessRequest(HttpContext context)
> at
>
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
> p.Execute()
> at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
> completedSynchronously)
>
> Any ideas what might cause this and what to do about it?
>
> Thanks,
> Jeffry van de Vuurst
>
>



Re: Error when starting crm web app by Jeffry

Jeffry
Sun Jul 20 16:35:39 CDT 2003

It is. I also set the dependency on the SQL service.

BTW, I'm running on Windows Server 2003. I read there were some problems
with that.

Thanks,
Jeffry

"John O'Donnell" <csharpconsulting@hotmail.com> wrote in message
news:OMoMBouTDHA.3192@tk2msftngp13.phx.gbl...
> make sure your crm security service on the crm server is started
>
>
> "Jeffry van de Vuurst" <reply.to@newsgroup> wrote in message
> news:#7eHSjXTDHA.2280@TK2MSFTNGP12.phx.gbl...
> > When I start the CRM web application I receive an error 0x80040E4D. The
> > eventlog says the following:
> >
> > MSCRM Platform Error Report:
>
> --------------------------------------------------------------------------
> --
> > ----------------------------
> > Error: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
> >
> > Error Message: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
> >
> > Error Details: Details on this error have not been provided by the
> platform.
> >
> > Source File: Not available
> >
> > Line Number: Not available
> >
> > Stack Trace Info: at System.Web.UI.Page.HandleError(Exception e)
> > at System.Web.UI.Page.ProcessRequestMain()
> > at System.Web.UI.Page.ProcessRequest()
> > at System.Web.UI.Page.ProcessRequest(HttpContext context)
> > at
> >
>
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
> > p.Execute()
> > at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean&
> > completedSynchronously)
> >
> > Any ideas what might cause this and what to do about it?
> >
> > Thanks,
> > Jeffry van de Vuurst
> >
> >
>
>



Re: Error when starting crm web app by Matt

Matt
Mon Jul 21 15:47:06 CDT 2003

2003 is not currently supported for CRM.

"Jeffry van de Vuurst" <reply.to@newsgroup> wrote in message
news:%23l8H$bwTDHA.1912@tk2msftngp13.phx.gbl...
It is. I also set the dependency on the SQL service.

BTW, I'm running on Windows Server 2003. I read there were some problems
with that.

Thanks,
Jeffry

"John O'Donnell" <csharpconsulting@hotmail.com> wrote in message
news:OMoMBouTDHA.3192@tk2msftngp13.phx.gbl...
> make sure your crm security service on the crm server is started
>
>
> "Jeffry van de Vuurst" <reply.to@newsgroup> wrote in message
> news:#7eHSjXTDHA.2280@TK2MSFTNGP12.phx.gbl...
> > When I start the CRM web application I receive an error 0x80040E4D. The
> > eventlog says the following:
> >
> > MSCRM Platform Error Report:
>
> --------------------------------------------------------------------------
> --
> > ----------------------------
> > Error: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
> >
> > Error Message: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
> >
> > Error Details: Details on this error have not been provided by the
> platform.
> >
> > Source File: Not available
> >
> > Line Number: Not available
> >
> > Stack Trace Info: at System.Web.UI.Page.HandleError(Exception e)
> > at System.Web.UI.Page.ProcessRequestMain()
> > at System.Web.UI.Page.ProcessRequest()
> > at System.Web.UI.Page.ProcessRequest(HttpContext context)
> > at
> >
>
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
> > p.Execute()
> > at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean&
> > completedSynchronously)
> >
> > Any ideas what might cause this and what to do about it?
> >
> > Thanks,
> > Jeffry van de Vuurst
> >
> >
>
>




Re: Error when starting crm web app by Jeffry

Jeffry
Mon Jul 21 16:41:26 CDT 2003

Thanks that worked!

"Pawel" <pmicun_nospam@interness.com> wrote in message
news:up6Hq04TDHA.3700@tk2msftngp13.phx.gbl...
> Hello,
>
> Had the same problem and solved it by adding 'NT AUTHORITY\NETWORK
SERVICE'
> login to the sql server
> and giving it 'System Administrators' role.
> I'm sure it can work with a more resticted role, but didn't research that
> yet.
>
> Pawel
>
>
> "Jeffry van de Vuurst" <reply.to@newsgroup> wrote in message
> news:%237eHSjXTDHA.2280@TK2MSFTNGP12.phx.gbl...
> > When I start the CRM web application I receive an error 0x80040E4D. The
> > eventlog says the following:
> >
> > MSCRM Platform Error Report:
>
> --------------------------------------------------------------------------
> --
> > ----------------------------
> > Error: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
> >
> > Error Message: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
> >
> > Error Details: Details on this error have not been provided by the
> platform.
> >
> > Source File: Not available
> >
> > Line Number: Not available
> >
> > Stack Trace Info: at System.Web.UI.Page.HandleError(Exception e)
> > at System.Web.UI.Page.ProcessRequestMain()
> > at System.Web.UI.Page.ProcessRequest()
> > at System.Web.UI.Page.ProcessRequest(HttpContext context)
> > at
> >
>
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionSte
> > p.Execute()
> > at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean&
> > completedSynchronously)
> >
> > Any ideas what might cause this and what to do about it?
> >
> > Thanks,
> > Jeffry van de Vuurst
> >
> >
>
>