all groups > sql server notification services > december 2006
Charging for Successful Notifications
Posted by TonyS at 12/22/2006 6:46:12 PM
Is the best way to update a costings table (so that users can be charged for
successful notifications) to poll the
NS<NotificationClassName>NotificationDistribution view periodically? Or is
there a more natural place in the workflow pipeline for this kind of
process?
TIA
Tony S.
... more >>
Performance of NSEventBeginBatch
Posted by gcook NO[at]SPAM mailsnare.com at 12/17/2006 5:52:58 PM
HI.
I have a fairly large app that is using notifications services ( in
prototyping) . Basically i use notification services to deliver a
notification via a custom delivery channel ( MSMQ). Everything works
as required but i have some questions on performance.
I've attempted to do this is... more >>
DeliveryStatusCode = 0
Posted by lotek via SQLMonster.com at 12/15/2006 10:13:51 PM
My notification system seems to be working fine but on one of my notification
classes the notifications continually have a deliverystatuscode = 0. All
other ones are working fine. Any ideas why this would be?
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-... more >>
custom content formatter
Posted by puneetdk NO[at]SPAM gmail.com at 12/12/2006 11:58:31 AM
Hi!
Is there a way to access the SubscriptionId, SubscriberId and
DeviceName fields inside a class for a custom content formatter?
I need to personalize the email depending on the SubscriberId (I will
retrieve Subscriber's info from a Db table) and I also need to format
the message dependin... more >>
Custom content formatter which extends the XSLT formatter
Posted by BigDave at 12/8/2006 2:57:59 PM
Hi all,
We would like to build a custom content formatter which *extends* the
default XSLT formatter. In other words, we want all of the
XSLTFormatter's XML transformation functionality, but in addition, we
want it to make a web service call to generate a report and return its
file path. I'... more >>
Workable solution for custom subscriptions/subscribers?
Posted by BigDave at 12/8/2006 2:06:47 PM
Dear all,
We would like to take advantage of most of NS 2005's capabilities,
*except* for it's management of subscriptions and subscribers. (We
have our own custom DB with subscriptions and subscribers.)
My plan for doing this is to create just two subscribers in NS - a
"dummy" EmailChanne... more >>
|