
Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
Copyright © SQLDev.Net 1991-2005 All rights reserved.
> Most common 3 issues I have run into:
>
> 1) SQL Server instance runs as LocalSystem
You should be OK running as LocalSystem if you do it within the
instance. It should also be OK if you use Certificates as your
authentication when between instances.
> 2) You did not create a master key, which is required in RTM
> CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'SSBdemoPassword'
That should show up in sys.transmission_queue
> 3) You did not enable broker in your database
> ALTER DATABASE HelloWorldDB SET ENABLE_BROKER
Yeah - I guess that could be it. The original poster said however that
he managed to send within the instance. But you are right, that is a
really common error (if you are attaching a S2K db).
Niels

Signature
**************************************************
* Niels Berglund
* http://staff.develop.com/nielsb
* nielsb@no-spam.develop.com
* "A First Look at SQL Server 2005 for Developers"
* http://www.awprofessional.com/title/0321180593
**************************************************
RSH - 23 Nov 2005 14:50 GMT
Niels,
I got it working!
Apparently I applied one of the Certificates incorrectly which indeed was
causing the problem!
Thanks for you assistance and the awesome scripts!
Ron
>> Most common 3 issues I have run into:
>>
[quoted text clipped - 17 lines]
>
> Niels
Niels Berglund - 23 Nov 2005 19:21 GMT
> Niels,
>
[quoted text clipped - 4 lines]
>
> Thanks for you assistance and the awesome scripts!
Glad you got it working!
Niels

Signature
**************************************************
* Niels Berglund
* http://staff.develop.com/nielsb
* nielsb@no-spam.develop.com
* "A First Look at SQL Server 2005 for Developers"
* http://www.awprofessional.com/title/0321180593
**************************************************