The information in this article applies to:
REFERENCESMicrosoft Windows NT Resource Kit
SYMPTOMS"Error 0xc00e0013" is a very general MSMQ-generated error which indicates that a connection could not be made between a client and a Primary Site Controller (PSC). CAUSE
The most common causes of this error are related to security or name
resolution. The error commonly occurs when you are installing an MSMQ
Client (either independent or dependent) to a Primary Enterprise Controller
(PEC) or to a PSC. It may also occur when installing to a stand-alone PEC.
RESOLUTION
Microsoft Message Queue Server is a client/server-based network
communications platform that custom applications can be written to using
the MSMQ API. For MSMQ to provide fast and reliable network communications
for your application, MSMQ servers and clients must be configured to very
strong thresholds during installation and deployment. Because of this,
certain facets of domain, local, and workgroup security may affect setup.
In addition, networking and Windows NT-related services such as WINS and
SQL must also be fully functional at time of setup.
is generated by the MSMQ setup process and is a very generic, but not critical error. If you receive this error message when you install an MSMQ component, it is important to evaluate what the MSMQ setup process is trying to accomplish at the time the error occurs. SecurityFirst we will look at security issues, which are the most common cause of the error. Confirm the following information in your environment.
Change Login Security ModeIf none of the above apply, change the Login Security Mode using the following steps:
Verify CommunicationIf none of the previous solutions apply, you must verify that the client can communicate with the PSC. MSMQ communicates between clients and servers by NetBIOS host names.Try pinging the PSC computer from the client computer. First try Ping by name and then Ping by IP address. Both should return quickly (time less than 10 ms). If you can Ping by IP normally but Ping by name is slow, the name resolution is being resolved by an ARP broadcast, not by WINS or LMHOSTS. Name resolution by ARP broadcast is too slow for use with MSMQ. It will also cause unnecessary use of the segment bandwidth. You must have a valid WINS or LMHOSTS and HOSTS entry for each computer. Refer to your Windows NT documentation for help in configuring a WINS service or LMHOSTS and HOSTS files. Keep in mind that if the clients on your network are getting a dynamic IP address assigned by a DHCP server, you must use WINS or DNS for name to IP address resolution. The use of an LMHOSTS and HOSTS files, requires that both the client and PSC IP addresses be static. Security and Network SettingsIf none of the preceding solutions work, carefully review your security and networking settings. MSMQ is meant to run on a typical Windows NT network with either domain or workgroup security, and use WINS, DHCP, and DNS services for IP address and name resolution. Review your Windows NT documentation for further assistance in these areas. If no solution is achieved, you should contact Microsoft Product Support for further assistance in troubleshooting.Additional query words:
Keywords : MQDeploy MQSecurity |
Last Reviewed: August 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |