Hi,
We are trying to upload the file of size 27 MB to CRM 2015 from web portal and we are getting the below error message. But the same file can be uploaded from CRM. Also we are able to upload the file of size 15 MB from portal.
"There was no endpoint listening at MyServer/.../Organization.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details."
After enabling the CRM trace, below is the error message we captured.
"[2017-01-05 18:56:15.309] Process:Microsoft.Crm.Sandbox.WorkerProcess |Organization:00000000-0000-0000-0000-000000000000 |Thread: 1 |Category: Sandbox |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 00000000-0000-0000-0000-000000000000 | SandboxWorkerMain.Main ilOffset = 0x23E
>Changed MinIOThreads for worker from 1 to 101and MinWorkerThreads from 1 to 101"
Appreciate if you have any solution for this issue.