0

Whenever I start workflow it automatically gets cancelled and gives '500' error. And here is screen shots of error.

I am using send email functionality in workflow, and it gives below error.

Please help me out on this.

Image for Error description

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

2 Answers2

0

My suggestion is to validate the log files on the web server to see what the actual error is. I can say, from experience, that the issue is likely with either the value entered workflow email in the "To:" address or the user profile is missing some information, namely the field with the internal name "EMail" field (which may be renamed to something such as "work email".)

You can view the user information list for users with a blank "EMail" column with the following URL:

https://YourPWAserver/_catalogs/users/detail.aspx?FilterField1=EMail&FilterValue1=

In my environment, we had several users with the actual value of "undefined" iun the "EMail" column which I was able to view with the following URL:

https://YourPWAserver/_catalogs/users/detail.aspx?FilterField1=EMail&FilterValue1=undefined

PapaDaniel
  • 267
  • 2
  • 5
  • 14
  • Hello PapaDenial, Thanks for reply. But i have already provided work email for particular user. And i think this issue is something else. Not related to what you said. – kunal soni Sep 08 '16 at 05:25
0

500 error it's an error email. If it's cancelled its because an error of one of your steps, if not you would get a suspended state.