简体   繁体   中英

An error occurred while sending to the queue: Unrecognized error -1072824273 (0xc00e002f).Ensure that MSMQ is installed and running

Hi got the message below when sending an message to a remote queue.

An error occurred while sending to the queue: Unrecognized error -1072824273 (0xc00e002f).Ensure that MSMQ is installed and running. If you are sending to a local queue, ensure the queue exists with the required access mode and authorization An error occurred while sending to the queue: Unrecognized error -1072824273 (0xc00e002f).Ensure that MSMQ is installed and running. If you are sending to a local queue, ensure the queue exists with the required access mode and authorization .

Another test show that with other account i could send the message to the remote server without any problem.

After dig through many posts find myself the solution. It simple needs to register the client certificate for the pair client machine and account. I have no idea why one account has the certificate and the other don't. To register the certificate it needs to do this(no need to create a certificate):

  1. Run mmc with the account at the client machine
  2. Select Message Queuing item from the tree view 在此处输入图片说明
  3. Select properties form the context menu (Right click button)
  4. Select the "User Certificate tab" and click Register. Select the pair for the client machine and current account (production account). 在此处输入图片说明
  5. Try again.

If you have too many registrations, you can clean up.

Clearing up MSMQ certificates from Active Directory

Another possible solution was provided by Microsoft support:

Often this issue happens due to insufficient privileges or a network disruption when the queues were first made. So another solution is to delete them and recrate them completely with an account with sufficient privileges.

If they are performing well now with no lost messages, I would not recommend that we do this, but that we continue to monitor the situation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM