NAS & MSMQ Cluster

Hi All, I have some problem using NAS with MSMQ service in cluster. When I try to start the NAS service, I receive the following warning: “The remote computer is not avilable” Can anyone help me? thanks in advance, Cristian

I am assuming you have a statement in your MSMQ codeunit that says something like MQBus.OpenReceiveQueue(,1,1); In the value of MQPath, make sure you fully specify the machine name. The first time I use MQ I had entered a path “.\private$\MyQueue”, and that stopped working when it was installed at the client. All I needed to do was change the path to “Machinename\private$\MyQueue”. An IP address should work too. I don’t know if the cluster part of your question has any influence on this.