<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">&gt;subscribe set ( id = 1, provider = 1, receiver = 2, forward = yes);<br>&gt;subscribe set ( id = 1, provider = 2, receiver = 4, forward = no);<br>&gt;_EOF_<br><br>&gt;If I comment out the last line (subscribing set 1 from 2 to 4 ), it runs<br>&gt;without error, so it recognizes set 1 if I don't have the cascaded<br>&gt;subscribe.<br><br><br>Node 2 can not beome a provider until it finishes subscribing with Node 1.<br>So you need to have a WAIT FOR EVENT (ORIGIN=1, CONFIRMED=2);<br>after the 1st subscribe and before the second. <br>ie;<br><br>subscribe set ( id = 1, provider = 1, receiver = 2, forward = yes);<br>WAIT FOR EVENT (ORIGIN=1, CONFIRMED=2);<br>subscribe set ( id = 1, provider = 2, receiver = 4, forward = no);<br><font size="4"><span style="font-weight: bold; font-family: arial; color: rgb(0, 0, 255);"><br>Melvin Davidson </span></font><div
 id="RTEContent"></div><br></td></tr></table><br>