DB2 8.1.14 on win XP but later will be moved to AIX.
The peer to peer replica bewtween server1 and server2 is setup (just one table now) - and it works when the changes are done to the table using just update.
On the server1 the the status column is set to 1 (update sql) and then the change is replicated to server2 where there is a trigger:
CREATE TRIGGER DB2ADMIN.MAINT AFTER UPDATE OF STATUS ON DBO.TBLLOCK REFERENCING OLD...