It sounds like your content formatter is trying to access the registry - is
that the case? If so, you have to make sure that the user account under
which the NS service is running has the appropriate permissions to access
the registry keys needed.
-shyam
--
Learn more about SQL-NS:
http://www.amazon.com/exec/obidos/tg/detail/-/0672326647/ ---------------------------------------------
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. ---------------------------------------------
[quoted text, click to view] "Yogesh K." <yogesh.kadalgikar@rakya.com> wrote in message
news:%23$f2KsPkFHA.3144@TK2MSFTNGP12.phx.gbl...
I have implemented an IContentFormatter interface.
I have just implemented the format content method
Follow is the error I getting .
<NotificationServicesEvent>
<Description>
The notification could not be formatted.
</Description>
<Context>
<EventParameters>
<InstanceName>ArgosRAPNSInstance</InstanceName>
<ApplicationName>ArgosRAPNS</ApplicationName>
<Distributor Id>1</Distributor Id>
<Distributor Name>ArgosRAPNSDist1</Distributor Name>
<Distributor Work Item Id>5</Distributor Work Item Id>
<NotificationClassName>ArgosNotifications</NotificationClassName>
<Notification Id>5</Notification Id>
</EventParameters>
</Context>
<Description>
Requested registry access is not allowed.
</Description>
<Instance>ArgosRAPNSInstance</Instance>
<ApplicationName>ArgosRAPNS</ApplicationName>
<Component>Distributor</Component>
<ComponentDetails>
DistributorName: ArgosRAPNSDist1
</ComponentDetails>
<Thread>15</Thread>
</NotificationServicesEvent>
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp. Please help.
Yogesh