Dear Team,
We were trying to configure GP web client 2013 in windows server 2012 R2. The installation part went though fine but while trying to login its showing the following error
Unexpected Error
A problem occurred creating a session.
Correlation ID: c2fe27ac-69f7-4e58-9e15-30e82dd3d414
I checked in the event viewer and came across the following
Description:
Session Central Service was not able to successfully communicate with the Session Service at xxxxx/SessionService. The exception details are:
System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: The system cannot find the file specified (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.IO.FileNotFoundException: The system cannot find the file specified ----> System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at Microsoft.Dynamics.GP.Web.Services.Session.SessionProcess.StartableSessionProcess.TryToStartProcess()
--- End of inner ExceptionDetail stack trace ---
at Microsoft.Dynamics.GP.Web.Services.Session.SessionProcess.StartableSessionProcess.TryToStartProcess()
at Microsoft.Dynamics.GP.Web.Services.Session.SessionProcess.StartableSessionProcess.Start()
at Microsoft.Dynamics.GP.Web.Services.Session.Service.SessionCreator.CreateSession(SessionCreationContext creationContext, Uri runtimeServiceBaseAddress, SessionUserInfo sessionUserInfo)
at Microsoft.Dynamics.GP.Web.Services.Session.Service.SessionService.CreateSession(SessionCreationContext creationProperties...).
Event Xml:
<Event xmlns="schemas.microsoft.com/.../event">
<System>
<Provider Name="Microsoft.Dynamics.GP.Web.Services.SessionCentralService" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2015-05-03T11:08:41.000000000Z" />
<EventRecordID>5591</EventRecordID>
<Channel>Dynamics</Channel>
<Computer>XXXXX</Computer>
<Security />
</System>
<EventData>
<Data>Session Central Service was not able to successfully communicate with the Session Service at xxxxxx/SessionService. The exception details are:
System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: The system cannot find the file specified (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.IO.FileNotFoundException: The system cannot find the file specified ----> System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at Microsoft.Dynamics.GP.Web.Services.Session.SessionProcess.StartableSessionProcess.TryToStartProcess()
--- End of inner ExceptionDetail stack trace ---
at Microsoft.Dynamics.GP.Web.Services.Session.SessionProcess.StartableSessionProcess.TryToStartProcess()
at Microsoft.Dynamics.GP.Web.Services.Session.SessionProcess.StartableSessionProcess.Start()
at Microsoft.Dynamics.GP.Web.Services.Session.Service.SessionCreator.CreateSession(SessionCreationContext creationContext, Uri runtimeServiceBaseAddress, SessionUserInfo sessionUserInfo)
at Microsoft.Dynamics.GP.Web.Services.Session.Service.SessionService.CreateSession(SessionCreationContext creationProperties...).</Data>
</EventData>
</Event>
Any help will be highly appreciated.
Regards
Thomas
*This post is locked for comments