locked
Execute Multiple Requests not work for offline RRS feed

  • Question

  • hi,

    i use ExecuteMultipleRequest/ExecuteMultipleResponse method for mulitpe records operation, it works when outlook in online mode, but when i go offline, this method does not work, got this error

    System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: executemultiplemaxbatchsize (Fault Detail is equal to Microsoft.Xrm.Sdk.OrganizationServiceFault).

    does any body know this?

    thanks

    Tuesday, June 10, 2014 9:12 AM

All replies

  • Is other request like retrive , create working fine in offline mode?

    You are using webresource or plugin ?


    Hope this helps. ----------------------------------------------------------------------- Santosh Bhagat If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

    Tuesday, June 10, 2014 9:36 AM
  • If you're doing a plugin there's no need to use ExecuteMultipleRequest as it's already running inside the server, and won't make any difference to performance.

    If it's the execute multiple that is causing problems just replace it with individual create/update requests inside a loop etc.

    Paul


    If my response helped you find your answer please show your thanks by taking the time to "Mark As Answer" and "Vote As Helpful".

    Twitter LinkedIn Facebook Blog Magnetism

    Tuesday, June 10, 2014 10:36 AM