I believe the related error message is "Error adding a line to the stream data buffer of the stream with error code 0x {% errCode2}." It should have been in a previous log message. Of course, you will want to get% errCode2 and translate it into an error message, which should be even earlier than in the log messages. It may go back.
The easiest way is to enable all logins, start it with an error, and check the logs going backward until you find the original throwing exception.
source
share