Hi, I was able to resolve this issue. The LedgerBalColumnsDim table setup can use a custom query to override settings and is packed as a blob in the LedgerBalColumnsDimQuery table. There was a corrupt record in that table for one of the lines that did not have a range. When it sees this query in code when running the statement, it tries to merge the ranges. Since there was no range for the query, it blew up and threw the unhandled exception error. All I did is delete this record in the AOT and then everything ran fine for the user.
↧