|
I created my Notification instance, enabled, register, start sucsesfully.
Then I added Subscription and Subscriber
Finally I run the query to add Events to my event class.
The NSEventBeginBatch<EventClass> returns a valid BatchId
The NSEventWrite<EventClass> inserts 1 row
And NSEventFlushBatch<EventClass> also works...
But nothing happens... No email or File, no logs anywhere and no Events in the event viewer... How do I trace the notification progress?
Thx,
Uri |