Hi,
In sys.transmission_queue is showing the transmission_status with error. "The session keys for this conversation could not be created or accessed. The database master key is required for this operation."
But I do have a Master Key in the database, and many External Assemblies depend on that. Is there an option to use the existing master key. How to use the existing key ?
Thanks in advance.
Regards
Babu
In case your conversation spans between two databases, both databases need to have a master key. Also, the database master key has to be encrypted with the service master key. If the service master key encryption of the database master key is missing, you can add it like this:
alter master key add encryption by service master key
HTH,
~ Remus
Hi Remus,
It worked.. Thank you..
Regards
Babu
|||Also had this problem on moving databases between servers using restore. Had to run this after the restore and re enable broker on each restored database.
No comments:
Post a Comment