EmailtoCase probleme


Ich hatte probiert mit EmailtoCase funktionalität ín unsere CRM system.Das funktioniert nicht. Ich habe keine ahnung über warum die folgende fehlermeldung kommt? Können Sie bitte hilfe mir. Ich brauche Ihre hilfe dringend.



Server Error in '/EmailToCase' Application.



Server was unable to process request.


Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.Services.Protocols.SoapException: Server was unable to process request.

Source Error:





Line 260:        [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://schemas.microsoft.com/crm/2006/WebServices")]

Line 261: public BusinessEntity Retrieve([System.Xml.Serialization.XmlElementAttribute(Namespace="http://schemas.microsoft.com/crm/2006/WebServices")] string entityName, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://schemas.microsoft.com/crm/2006/WebServices")] System.Guid id, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://schemas.microsoft.com/crm/2006/WebServices")] ColumnSetBase columnSet) {
Line 262: object[] results = this.Invoke("Retrieve", new object[] {
Line 263: entityName,
Line 264: id,

Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\emailtocase\1ab63e76\dcd1fb25\App_WebReferences.nfmjedan.0.cs    Line: 262

Stack Trace:





[SoapException: Server was unable to process request.]

System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +533462
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204
CrmSdk.CrmService.Retrieve(String entityName, Guid id, ColumnSetBase columnSet) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\emailtocase\1ab63e76\dcd1fb25\App_WebReferences.nfmjedan.0.cs:262
_EmailToCase.GetStatus() in c:\Inetpub\wwwroot\ASPNET20\EmailToCase\EmailToCase.aspx.cs:38
ASP.emailtocase_aspx.__Renderform2(HtmlTextWriter __w, Control parameterContainer) in c:\Inetpub\wwwroot\ASPNET20\EmailToCase\EmailToCase.aspx:17
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2068267
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +59
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +68
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +37
ASP.emailtocase_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\emailtocase\1ab63e76\dcd1fb25\App_Web_dx0ca7d7.0.cs:0
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2068267
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24
System.Web.UI.Page.Render(HtmlTextWriter writer) +26
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896





Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210


 


Bitte hilfe mir.


Danke im voraus


Geetha



Re: EmailtoCase probleme

Das hat normalweise etwas damit zu tun, dass im Code der Verweise auf den CRM-Server nicht auf den aktuellen CRM Server korrigiert wurde. In meinem Code steht "crm", dort muss man den eigenen Rechnername eintragen.