Hello All,
My eConnect GP 2010 Integration Service is not starting. Its a windows XP based machine. Am getting the following message while looking into Event Viewer. Any information will be highly appreciated......
Service cannot be started. The handle is invalid.
Action:
Service Shutdown and Closing of ServiceHost
Current User Name:
Input parameters:
Exception type:
System.ServiceModel.CommunicationObjectFaultedException
Exception message:
The communication object, System.ServiceModel.ServiceHost, cannot be used for communication because it is in the Faulted state.
Stack Trace:
at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Close()
at Microsoft.Dynamics.GP.eConnect.WindowsService.OnStop()
Arun,
change a parameter in the eConnect service config file. To do this, locate the eConnect web services configuration file, which is usually installed at:
C:\Program Files\Microsoft Dynamics\eConnect 11.0\Service\ Microsoft.Dynamics.GP.eConnect.Service.exe.config
Open this file using a text or XML file editor and change the httpGetEnabled parameter to false.
Here is complete information about above error - dynamicsgpland.blogspot.com/.../econnect-2010-integration-service-wont.html
Thanks
Sandip
Thank you Sandip. It worked fine...