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] "Kim K" <kim.killian@us-resources.com> wrote in message
news:BDB0EEE7-89B8-447A-8F8C-64E1C025A313@microsoft.com...
> Forgot to mention I am using the beta version. Is this feature turned off
> for the beta version?
>
> "Kim K" wrote:
>
> > 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
> > SQL Server 2005 | Windows 2003 Server