Groups | Blog | Home
all groups > sql server notification services > may 2005 >

sql server notification services : NS on SQL2005 problem



tarpan
5/26/2005 6:43:02 AM
The NS applicatipon does not work on SQL2005 (Win XP Server). My ASP.NET
application crashes with the message:

" The registry entries for the specified instance of Notification Services
could not be found."

The registry entries are exist, but seems like they are in wrong location
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
Server\Services\NotificationServices

I have copied the entries to the another location and the error has
disappeared!

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NotificationServices

However, I have got another error :

Login failed for user 'ECWC\IWAM_ECWC'.

I do not know who is the IWAM_ECWC. I believe it's a decoding error.

How to fix it?
Does anybody use NS on SQL 2005?
Does it work at all?

PS. .NET framework version is v1.1.4322 sp1
Should it be updated?


Colin Meek
5/26/2005 7:42:25 AM
There is actually a new version of NS in SQL 2005. NS 2.0 is not supported
on SQL 2005. If you have both versions of NS installed side-by-side, and
you're compiling your web page to .NET 1.1, this may suggest a mismastch
between the NS library linked for your web page and the NS instance version,
since NS 2005 uses .NET 2.0.

IWAM_<machine_name> is the default account used by ASP.NET for out of
process applications. You can configure account usage in ASP.NET through the
web.config file.

Which version of Yukon are you running?

-Colin

[quoted text, click to view]

AddThis Social Bookmark Button