You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was playing around with querying the audit table and ended up running into an error, I've narrowed it down to using distinct on the audit table. Any of the following queries throw the same error, example:
Msg 10337, Level 16, State 1, Line 7
Expected value between 1 and 1 inclusive.
System.ArgumentOutOfRangeException: Expected value between 1 and 1 inclusive.
Parameter name: entityExpression
Actual value was 2.
See the Execution Plan tab for details of where this error occurred
Deployment: Online
DB Version: 9.2.24071.168
Connection Controls Version: 1.2023.6.56
XrmToolBox Version: 1.2023.12.68
Tool Version: 9.2.0.0
The text was updated successfully, but these errors were encountered:
clintonbale
changed the title
System.ArgumentOutOfRangeException: Expected value between 1 and 1 inclusive.
Audit Table Query Error: Expected value between 1 and 1 inclusive.
Jul 23, 2024
Was playing around with querying the audit table and ended up running into an error, I've narrowed it down to using distinct on the
audit
table. Any of the following queries throw the same error, example:Throws this error
The text was updated successfully, but these errors were encountered: