all groups > sql server notification services > october 2004 >
You're in the

sql server notification services

group:

custome delivery protocol problem



custome delivery protocol problem Jason Wang
10/7/2004 10:45:05 AM
sql server notification services: This problem only happends on my office machine with NTFS partition and
domain. No problem in all other win2003/w2k/xp machines with FAT32 partition
and workgroup. Error message:

Error: 6009:
The assembly does not contain the required delivery protocol class.
InstanceName: samplesinstance
Protocol Name: SMS
Protocol Assembly Name:
C:\NotifyMe\Solution\TextChannel\bin\Debug\TextChannel.dll
Protocol Class Name: TextChannel.SMSDeliveryProtocol
Instance: samplesinstance
ApplicationName: Flight
Component: Distributor
ComponentDetails: DistributorName: FlightDist1
Thread: 707

Error: 6009:
The assembly does not contain the required delivery protocol class.
InstanceName: samplesinstance
Protocol Name: SALT
Protocol Assembly Name:
C:\NotifyMe\Solution\VoiceChannel\bin\Debug\VoiceChannel.dll
Protocol Class Name: VoiceChannel.SpeechDeliveryProtocol
Instance: samplesinstance
ApplicationName: Flight
Component: Distributor
ComponentDetails: DistributorName: FlightDist1
Thread: 707

The instance is either running local system account or local admin account.
I doubt it is a access right issue.

Anyone have similar problem?

Re: custome delivery protocol problem Shyam Pather [MSFT]
10/7/2004 2:55:08 PM
Jason,
Do you perhaps have v1.1 of the .NET framework on one machine and version
1.0 on the other? If have v1.1 on the machine on which you see the error,
then you need to follow the instructions in section 4.15 of the SQL-NS
readme.txt (installed in the Program Files folder in which you installed
NS).

Thanks
-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]

Re: custome delivery protocol problem Jason Wang
10/8/2004 11:11:02 AM
I do have both 1.1 and 1.0 installed on the machine having the problem. On
the other machines staying out of the trouble, only 1.1 is installed. And I
build custome delivery in VS.net 2003.
By following the instruction in 4.15, adding into NSService.exe.config these
tag:
<startup>
<supportedRuntime version="v1.1.4322"/>
<supportedRuntime version="v1.0.3705"/>
</startup>
the problem went away.

Thank you very much Shyam. Your guys are very helpful. This group is great.
I'm feeling lucky.


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