May 11, 2005 at 11:55 am
May 12, 2005 at 2:45 pm
If you have message queue configured to run over the network, you are likely actually sending data from the SQL Server Box to the testbox via the PDC. So you need to have domain rights, not local rights to do this, I think.
If this concerns you, you could install the service that consumes the queue on the same machine that writes to it. It would be a private queue, and you would only need local rights to do this.
Or you can send the data over to the testbox using an asynchronous web service to get similar results (that can be configured to be secure)....
Jon
May 16, 2005 at 12:48 pm
Thanks.
I cannot tell how message queue is configured to run. The DTS package's message query task points to the established private queue on the testbox, but that is the same box where it is executed in test and does succeed.
From what you are saying, I need to establish a means to have the two boxes directly talk, which I don't currently have. That is not something built in message queue itself?
May 16, 2005 at 4:10 pm
If you want to send a message to MSMQ from one machine to another, you need to install MSMQ on three servers.
On the Primary Domain Controller (PDC) you need to install MSMQ, as well as MSMQ components on the 'sending server' as well as the 'receiving server'.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply