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
The HWM that is implemented is not working the way it is intended on multisourced nodes like Hubs and Links.
The SQL determines the last HWM on the highest LDTS in the node no matter where it comes from.
I think it should at least honor the record-source while determine the highest LDTS.
Then again ... I think it would be worth noting in the WIKI that if two business-keys are being read from the same source (e.g. parent-child) they should be read (and written) with different record-sources (for the same reason as stated above)