Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007


all groups > sql server notification services > june 2005

NotificationsDeliveryNotAttempted?
Posted by Scott at 6/29/2005 4:15:11 PM
Hi, I've got an NS app about ready to go to beta test, and we are working through some final issues... This app fires off once a day, and has a total delivery count of around 14,000. We noticed that out of Approx 14,000 notifications, only around 8,000 are getting delivered each day, and that...more >>

sample application in NS
Posted by Yogesh K. at 6/29/2005 1:31:49 PM
I am using SQL Server 2005 - Notification Services.=20 I am finding the problem as mentioned below while bulding a sample = implemented by me.=20 PLease let me know what has it got to do with and how can it be = resloved.=20 Metadata file 'c:\Program Files\Microsoft SQL = Server\90\Notific...more >>

are notification services correct for my needs?
Posted by Steve at 6/29/2005 11:20:16 AM
We will have about 10 clients apps connecting to our data store. When one client changes a record or in any way modifies the data store I would like to have the other clients get that data. So I can either have the clients poll the data store asking for changes or I thought this might be a go...more >>

Custom Content Formatter
Posted by tarpan at 6/27/2005 12:40:04 PM
Hi guys, I'm trying to create a custom Content Formatter. I can not make it working: I did the following: 1) Created New VB.NET class library 2) Created the Class in it implementing IContentFormatter 3) Compiled DLL 4) Declare it in the ADF file <ContentFormatter> <ClassName>TELSContentF...more >>

Event Info
Posted by andyjax at 6/27/2005 8:30:01 AM
I am working through Shyam's book trying to look to make sure the application is working as needed. The processing of my data using a filewatcher processes the file done, but I don't see a batch in the NS<Service Name>Events table. Am I missing something, or should I not worry about it? The M...more >>

NotificationBatchId
Posted by SVA at 6/27/2005 4:52:15 AM
I wonder if anyone could shed some light on the following problem: I would like to log information about notification batches in my app database. 1. In particular, I would like to obtain Batch Notification Id in my custom content formatter. Is it possible? (Batch Notification Id is stored ...more >>

Sending file attachements using Email Notification
Posted by Mangesh at 6/26/2005 9:39:01 PM
Hi All, I am new to SQL Server Notification Services and want to know if the following is possible using the same. I have a scenario where subscriber wants a data in excel or pdf format as an attachment to the email notifications. The data present in the excel/pdf file will be the latest d...more >>

.NET Framework 2.0 question
Posted by Peter at 6/22/2005 7:42:25 PM
Notification Services on SQL 2005 utilizes .NET Framework version 2.0. (correct?) If so, will there be a version of microsoft.sqlserver.notificationservices.dll for SQL 2005 NS that will allow me to create subscription management applications using VS 2003 and .NET Framework 1.1? Or must I u...more >>



New forum for Notification Services discussions
Posted by Shyam Pather [MSFT] at 6/22/2005 11:32:14 AM
Hello all- I want to let everyone know that we now have a new Notification Services discussion forum available on MSDN. You can access it, along with other developer forums, at http://forums.microsoft.com/msdn. The direct link to the NS forum is: http://forums.microsoft.com/msdn/ShowForum....more >>

Subscription Management
Posted by RDV at 6/22/2005 5:18:59 AM
I would like to have users login to the subscription management application. In general, each user would only have the ability to manage subscriptions for themselves. There would also be a list of super users who could enter subscriptions for all users. What are some strategies for user logi...more >>

SMTP Delivery problem
Posted by uros at 6/21/2005 9:36:18 AM
Hi everyone! I've made my first SQL 2005 NS Application. When I use FileChannel DeliveryChannel, it works OK. I get the notification in my folder. But I have a problem with SMTP Deliverychannel. I don't get the mail in my Inbox. I've configured my SQLMail, IIS, i've searched the logs and ...more >>

Timeout expired Procedure: ConnectionRead (recv()).
Posted by InvalidLastName at 6/20/2005 6:38:59 PM
From time to time, where there was large event batch, which may contain over 10,000 events, the SQL-NS failed to generate the notifications, and the following error was logged in the event log: ---------------------------------------------------------------------------- -----------------------...more >>

multipart messages
Posted by Miriam Healy at 6/20/2005 6:43:06 AM
Does SQL Notification Services support multipart messages? I can't find any reference to it in the documentation and so if it does how, in concept , is it implemented? Miriam ...more >>

Notification Services with an Oracle backend database
Posted by Scott Shultz at 6/15/2005 10:40:22 AM
I recently learned about Notification Services at TechEd, and have a question. Our company sells an application that can utilize SQL Server or Oracle as the backend database. I'd love to investigate using Notification Services as the engine for our app, but can't consider it if Oracle isn't supp...more >>

Notificatoin service in a different machine
Posted by Mostafa Salama at 6/14/2005 5:34:03 AM
can i access by code and instance of notificatfion service that is generated in a different machine. like-> new instance(nsData); where nsData is instance name of a notification service installed in a different machine ...more >>

GrantXpExec.cmd for SQL 2005
Posted by andyjax at 6/10/2005 12:28:01 PM
I am trying to go through Shyam Pather book for SQL NS 2000 on SQL 2005, but am not finding the GrantXpExec.cmd. Is there a different way to do the same thing in SQL 2005 NS?...more >>

Custom Formatter: Initialize and Close methods
Posted by sidgam NO[at]SPAM hotmail-dot-com.no-spam.invalid at 6/9/2005 1:02:15 AM
Hello folks While debuggin my Custom Formatter I noticed that the Initialize an Close methods are called for every email (comprised of man notificaitons) instead just once for a batch of emails This means that arguments from the ADF are loaded up every tim instead of just once for a batch. A...more >>

Generator ThreadPoolSize not having any parallel effect
Posted by ian at 6/1/2005 6:24:05 AM
I am trying to make the generator run matching rules in parallel by trying different values for ThreadPoolSize, and restarting the instance. It seems to have no effect: the rows on NSRuleFirings1 continue to strictly have start times after the previous row end time. Am I missing something? ...more >>


DevelopmentNow Blog