all groups > sql server notification services > february 2005 >
You're in the

sql server notification services

group:

How to enable Notification Services?



How to enable Notification Services? Kim K
2/7/2005 7:31:08 AM
sql server notification services: When I try to turn on a notification on a DTS package, I get the error
"Feature not implemented". I have an SMTP server using the Outlook Client
running on this box and if I manually run a script that does the following:

EXEC dbo.sendimail_sp
@profile_name = 'PWHS2K3SQL',
@recipients = 'kim.killian@us-resources.com',
@body = 'ERROR - Payroll Files NOT received ',
@subject = 'Payroll Files NOT received';
It works fine. When I attempt to turn on notification from the DTS package,
I get the error stated above.

My NS is installed, and registered also. Any ideas?????

--
Kim Killian
Architect
RE: How to enable Notification Services? Kim K
2/7/2005 7:57:04 AM
Forgot to mention I am using the beta version. Is this feature turned off
for the beta version?

[quoted text, click to view]
Re: How to enable Notification Services? Colin Meek [MSFT]
2/8/2005 7:44:56 AM
Try the microsoft.public.sqlserver.tools newsgroup for help with DTS, or
microsoft.private.sqlserver2005.dts for the beta release.

- Colin Meek [MSFT]

--
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.

Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only.
--

[quoted text, click to view]

Re: How to enable Notification Services? Joe Webb
2/8/2005 2:04:46 PM

Darren Green and Allan Mitchell run http://www.sqldts.com/ - another
good source for DTS info.

HTH...
Joe Webb
SQL Server MVP

~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811




[quoted text, click to view]
AddThis Social Bookmark Button