Hi Everyone,
I've got 2 applications that utilizes MSMQ to pass information between 2 servers.
One posts new information hourly, and runs without issue.
The other app runs once nightly, and seems to be intermittently failing with the following error message: "A connection with Active Directory cannot be established. Verify that there are sufficient permissions to perform this operation." Re-running this task manually completes with no issue.
When we first installed MSMQ on our servers, we took the default setup, which resulted in Active Directory Integration being installed.
I've read a few posts that address this issue; and they recommend that I uninstall this component, as well as add a registry key to disable this as well.
Nine Tips to Enterprise-proof MSMQ was a well written article that gave me a lot of info.
My question is whether there are any additional steps I would need to take if I was to uninstall this?
Is there anything that this component does that I'm not aware of?
My consumer queue paths are formatted like "DIRECT=TCP:XXX.XXX.X.XXX\UploadQ". Would I need to modify these?
Thanks again for all the help.
~Jim