X164: Operation cannot be performed in isolation level DR or SR.
The user is trying to perform an operation other than reading a record while in the Dirty Read (DR) or Snapshot Read (SR)
isolation level. Change to a different isolation level using the SET ISOLATION LEVEL command, or through Options.