Vladislav,
The schedules table is created on a per-subscription class basis, not on a
per-rule basis. Therefore, if you already have one or more scheduled rules
in the subscription class and then you add another, you will not see
additional schedules tables added. The new rules will use the existing
schedules table.
-shyam
--
Learn more about SQL-NS:
http://www.amazon.com/exec/obidos/tg/detail/-/0672326647/ ---------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm. ---------------------------------------------
[quoted text, click to view] "SVA" <uspexpress@unisoftplus.com> wrote in message
news:1123504254.323008.65060@g43g2000cwa.googlegroups.com...
>I wonder if the following is a known problem:
>
> Essentially, it seems there is no way to add a schedule rule to an
> existing subscription class in ADF file. NS update runs without errors,
> but no schedule-related tables and fields are created.
>
> Yet NS documentation says that "<ScheduledRules> node ... Can be added
> and deleted using NSControl Update."
>
>
> In particular, if you add a <ScheduledRule> node to your Subscription
> class (located in ADF file) and run NSControl Update, it creates
> NSXXXSubscriptionsSchedules table for the given Subscription class.
>
> That is fine.
>
> However, it works only if you create a new subscription class from
> scratch.
>
> If you add <ScheduledRule> rule to the existing Subscription class
> (located in ADF file) via NSControl Update, then no
> NSXXXSubscriptionsSchedules table is created.
>
> Is this by design?
>
> Thank you in advance.
>
> Regards,
> Vladislav.
>