MS Teams sharepoint connection on EasyMorph Server

When I try to connect to sharepoint site of a MS Teams channel it worked fine from desktop, but having error when try to run it on easymorph server.

The error states “The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error.

Question: What could be a reason that it is not working from easymorph server?
All other(regular) sharepoint sites are getting connected and working fine from easymorph server.

When and where does the error appear? Can you post a screenshot?

Also, what’s your EasyMorph Server version?

easyMorph server is 5.9.1

this easymorph job pretty much has two Sharepoint actions. create folder and upload file.

It doesn’t look like a workflow error. It looks like the Server can’t read the project file.

If you restart the Server service, does it resolve the problem?

Also, does the space where the task is use the Default worker, or a non-Default worker?

I will recreate the actions in in new file and check. will keep you updated.

Turns out one of the parameter was defined as (this task was created using older version of em) single line. Making it multi-line removed the error.

It looks like it’s a bug in the Server that appears with projects created in older versions. When you changed the parameter to multi-line, you saved the project in a newer version, and that (saving in a newer version) resolved the issue, not the multi-line setting.

We will investigate the incident.

@bolud, could you please send the Server's debug logs to support@easymorph.com?
By default, debug logs are located at "C:\ProgramData\EasyMorph Server\Logs\Debug log".

I also need to mention that single-line parameter had default value that is very big, and I have removed the default value.