Hi,
I have an environment that is using transactional replication with updating subscribers. The Queue reader agent keeps failing while delivering updates from the subscriber back to the publisher.
The error being received is "Row handle invalid". I've tried to relate the data in the MSrepl_errors to the Queue reader failure but i can't dig out the exact transaction that's failing.
What i would like is to determine the tran that's failing (and the object its trying to update) and the actual command that can't be applied causing the error row handle invalid.
Does anyone have an TSQL scripts to help trouble shoot Queue reader agent errors?