Thanks Tom, but that i looking for in this enviroment (two virtual servers) is to protect data. Today i tried login to Web Client, but this message was shown (from Event Viewer):
Log Name: Dynamics
Source: Microsoft.Dynamics.GP.Web.Services.SessionCentralService
Date: 11/26/2014 11:31:08 AM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: -------------------------------------
Description:
Session Central Service was not able to successfully communicate with the Session Service at --------------------------. The exception details are:
System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at -------------------------------- that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.Dynamics.GP.Web.Services.Session.Service.ISessionService.IsAvailable(SessionHostAvailabilityChecks sessionHostAvailabilityChecks)
at Microsoft.Dynamics.GP.Web.Services.Session.Service.SessionCentralService.SessionServiceOperations.IsAvailable(SessionHostAvailabilityChecks sessionHostAvailabilityChecks, String sessionServiceAddress)
at Microsoft.Dynamics.GP.Web.Services.Session.Service.SessionCentralService.CreateSession(String tenantName, UserContext sessionCreationUserContext)
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="2014-11-26T17:31:08.000000000Z" />
<EventRecordID>316</EventRecordID>
<Channel>Dynamics</Channel>
<Computer>--------------------------</Computer>
<Security />
</System>
<EventData>
<Data>Session Central Service was not able to successfully communicate with the Session Service at ----------------------------. The exception details are:
System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at ----------------------------- that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.Dynamics.GP.Web.Services.Session.Service.ISessionService.IsAvailable(SessionHostAvailabilityChecks sessionHostAvailabilityChecks)
at Microsoft.Dynamics.GP.Web.Services.Session.Service.SessionCentralService.SessionServiceOperations.IsAvailable(SessionHostAvailabilityChecks sessionHostAvailabilityChecks, String sessionServiceAddress)
at Microsoft.Dynamics.GP.Web.Services.Session.Service.SessionCentralService.CreateSession(String tenantName, UserContext sessionCreationUserContext)</Data>
</EventData>
</Event>