Query Failed to Run

We see this error in app server event viewer.

Query failed to run
The underlying provider failed on EnlistTransaction.
(ctx, company_ex, personID_ex) => ctx.Person.Where(row => ((row.Company == company_ex) AndAlso (row.PersonID == personID_ex))).FirstOrDefault()

What is it trying to do and why would it fail?