hi,

maybe the problem is that the server does not receive the subscription because of a typo in your code:

var xTable = new OverWriteTable(group,schema,"MERGE");
should be
var xTable = new...