gsureshqa / LogicApp

2 stars 0 forks source link

$top parameter #2

Open aslanovsergey opened 6 years ago

aslanovsergey commented 6 years ago

When I set "$top" parameter with relatively big number (bigger then 10) I get exception on GetActivityMimeAttachments step

 {
  "error": {
    "code": 502,
    "source": "logic-apis-westcentralus.azure-apim.net",
    "clientRequestId": ,
    "message": "BadGateway",
    "innerError": {
      "status": 502,
      "message": "The plug-in execution failed because no Sandbox Hosts are currently available. Please check that you have a Sandbox server configured and that it is running.\r\nSystem.ServiceModel.CommunicationException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #3E1FB534",
      "source": ,
      "errors": [],
      "debugInfo": 
    }
  }
}