Data reader failing with error "ReadGo4EseguiCUBESdo failed for ddv" in diagnostic log

Options

I have a client where SQL data readers started failing to fully load data yesterday with the error below in the Diagnostic log. A trace in SQL shows the queries executed properly and the other Board logs show the correct number of records.

No other functionality in Board appears to be impacted.

The client is using 12.4.0. Any suggestions?

I have also logged this with Board Support.

[2023-10-06 15:53:46.427 +11:00] ERROR { "Username": "Administrator", "CorrelationId": "2ecf91e4-2429-4ff2-b7f9-89f7c613532e", "Procedure": "DataRead", "TaskId": "5dc82cea-0af5-4495-a13e-2b49230ffa84", "Action": "SQL Data Read", "DataModel": "XXXXXX", "ControlFlow": "false" } ReadGo4EseguiCUBESdo failed for ddv "V002" ["GL Actuals - Daily - Local Currency"].

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

  at System.ThrowHelper.ThrowKeyNotFoundException()

  at System.Collections.Generic.Dictionary`2.get_Item(TKey key)

  at BEng.BEng_FRX4ten.TenDataReadChunkBySidxClass.ReadGo4EseguiCUBESdo(Int32 LastRow)

Answers