web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Server was unable to process request

(0) ShareShare
ReportReport
Posted on by 790

HI,

i am try to convert  Contract to Opportuinty  by clikc on "Convert To Opprotunity" button in  custom aspx.page  than i am getting  Server was unable to process request.

I am using Credentioans:

public static CrmService getCrmService()
{
CrmService crmService = new CrmService();

crmService.Credentials =new NetworkCredential("crmadmin", "P@ssw0rd", "emax");
crmService.Url = string.Format("http://localhost:5555/MSCrmServices/2007/CrmService.asmx", ConfigurationManager.AppSettings["CrmServer"]);
crmService.CrmAuthenticationTokenValue = new CrmAuthenticationToken();
crmService.PreAuthenticate = true;
crmService.CrmAuthenticationTokenValue.OrganizationName = ConfigurationManager.AppSettings["OrgName"];

return crmService;
}

srv = SdkInstance.CreateCrmService("Comstor");
QueryExpression qe = new QueryExpression("ppp_vendor");
qe.ColumnSet.AddColumns(new[] { "new_vendorname" });
qe.AddOrder("new_vendorname", OrderType.Ascending);

RetrieveMultipleRequest re = new RetrieveMultipleRequest();
re.Query = qe;
re.ReturnDynamicEntities = true;

RetrieveMultipleResponse rp = (RetrieveMultipleResponse)srv.Execute(re);==> here getting error is  Server was unable to prcoess.

Error Details:

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.

  RetrieveMultipleResponse rp = (RetrieveMultipleResponse)srv.Execute(re);// 

*This post is locked for comments

I have the same question (0)
  • Saroj Das Profile Picture
    3,355 on at

    Hi, Do you have any post update plugin. When an update operation is done, because of the plugin, this type of error occurs. Please check your Plugin.

    Hope this help.

    Thanks,

    Saroj

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans