All:
The counter used to store the next sequence number is ansigned int (4bytes) maintained by the parent node, the counter will overflow when incremented beyond 2147483647 (resulting in a name "<path>-2147483647"). When the overflow event happens, will the subsequence node be "<path>-2147483646", "<path>-2147483645"....? Is there anyway to clear the parent node sequence number to zero? Best Regards Donna li
