| Thread | Last Post | Replies |
|
| Trapping errors in Event subscription rule | 29 Apr 2006 15:15 GMT | 3 |
I am using a stored procedure for my event subscription rule. This procedure essentially inserts data into Notifications view by selecting data from the chronicle tables. My code is now freezed including the ADF,ICF and stored procedure .
|
| Something I don't understand. | 28 Apr 2006 17:25 GMT | 4 |
Well lots of things really but anyways ;-) I have an existing app using sql server 200 tables. One of the tables is DeliveriesToBeMade, in it I have all the information about a scheduled delivery (whoto, when, what, HowToNotify - phone or e-mail, phone number
|
| Developping a NS Web application with a non .Net language | 26 Apr 2006 16:08 GMT | 3 |
I've to implement a existing Notification Service Solution (ASP, C#) into our CMS (Livelink, Obtree 4). So far I know it is not possible to integrate the hole solution directly into this Content Management System. Because our client doesn't want to implement the solution with
|
| SMTP delivery channel | 26 Apr 2006 12:14 GMT | 4 |
I am using the following code in my ICF file to try and set up email notifications. <DeliveryChannels> <DeliveryChannel>
|
| Notification services on Itanium Hardware | 26 Apr 2006 08:38 GMT | 2 |
We're looking at developing a system in SQL 2000 utilising NS. It works fine in our development and QA setup which are both 32-bit environments. However, in a couple of months i'm going to need to migrate to our main
|
| Notification when Locked Process is Blocking | 25 Apr 2006 12:47 GMT | 2 |
We have an issue with our SQL database, where when a Process ID locks and then starts to block other process id's. This then has a knock on affect then other process id's get block and in a couple of minutes we have a database that is un-useable due to the original user blocking ...
|
| using stored procedures for event rules? | 19 Apr 2006 11:40 GMT | 4 |
Any body tried out using a stored procedure to implement event rules? For my app, after fair bit of processing done in the sp, that I am using to implement event rule, I am trying to insert records into the notifications table. It did not work.
|
| Using SqlCacheDependency in sqlserver2005 / SqlCachePolling constantly running? | 18 Apr 2006 22:16 GMT | 3 |
I'm just trying to understand better how SqlCacheDependency and notificaiton services work. I got it all setup and apparently working. When I run sqlserver2005 trace utility it shows the stored procedure SqlCachePolling constantly being executed. (kind of like it
|
| migration problems NS SQL 2000 to SQL 2005 | 18 Apr 2006 16:03 GMT | 4 |
I'm traying to migrate a Notification service solution from SQL Server 2000 to SQL Server 2005. The solution works fine on SQL Server 2000, but on 2005 I allways get the message: "The registry entries for the specified instance of Notification Services could not be found". This
|
| can we pin a post explaining NS v query notification | 18 Apr 2006 15:55 GMT | 1 |
lots of guys are confused on this one and come to this forum with problems in Query Notifications. How can we pin a post that explains what is what and which forum to go to ... Any ideas Joe?
|
| Mulitple device addresses for single delivery channel | 18 Apr 2006 15:52 GMT | 5 |
Is it possible to specify 2 device addresses for same delivery channel in sql notification svcs 2005? In my application I am using SMTP delivery protocol. User may want to receive some notifications on gmail id and other notifications on yahoo
|
| overhead on server associated with Notification Services? | 13 Apr 2006 12:43 GMT | 2 |
How much overhead is there when running Notification Services on sqlserver2005? Does it increase with more notification requests? I've noticed with one request that my cpu is constantly running at about 3 or 4 percent. Not sure if it is this or not but it looks like it is.
|
| Query Notification & windows service | 13 Apr 2006 11:08 GMT | 1 |
I could get Query Notification working for a windows forms client using the SQL Dependency object but the same code doesn't work from a simple windows service. The OnChange event doesn't seem to be raised up to the windows service.
|
| SQL NS IHttpProtocolProvider generating incomplete content type | 13 Apr 2006 11:03 GMT | 1 |
Hello, I have been trying to implement the most simplest of WebService calls from Notification Services. NS hits the Webservice, but fails out with the a Request Format exception message. Does anyone know how to rewrite the content type generated by NS in the
|
| Event Not Being Added To Rule and Event Table | 10 Apr 2006 14:05 GMT | 2 |
I'm new to NS and I'm trying to do a test project. I seem to have everything working but I saw I didn't I have any events defined in my ADF file so I'm trying to add one now. I have subscibers and subscriptions, at least there in the table.
|