S
steve cabello
I connect to active directory and use message queues (MSMQ) over a VPN
connection.
It generally works. Sometimes, however, when my application attempts
to open a message queue, I will get the following error:
"MSMQ Error -1072824301: Unable to establish a connection with Active
Directory. Verify there are sufficient permissions to perform this
operation"
The Active Directory, again, is on a remote computer that I connect
via VPN. I can ping the PDC, access its directory structure, etc. but
the only solution to this problem is 1) wait a long time, 10 minutes
to an hour, and try again (and even then it is not guaranteed to work)
, or 2) simply reboot my client computer (and this always works).
Since I like to develop remotely and test my applications, it is
annoying to restart dozens of times a day.
This has something to do with the VPN I am sure because if I run my
application locally in the PDC LAN I run it a thousand times without a
problem. On the WAN, if i stop/start my application ten times, it
will likely fail.
Any ideas?
connection.
It generally works. Sometimes, however, when my application attempts
to open a message queue, I will get the following error:
"MSMQ Error -1072824301: Unable to establish a connection with Active
Directory. Verify there are sufficient permissions to perform this
operation"
The Active Directory, again, is on a remote computer that I connect
via VPN. I can ping the PDC, access its directory structure, etc. but
the only solution to this problem is 1) wait a long time, 10 minutes
to an hour, and try again (and even then it is not guaranteed to work)
, or 2) simply reboot my client computer (and this always works).
Since I like to develop remotely and test my applications, it is
annoying to restart dozens of times a day.
This has something to do with the VPN I am sure because if I run my
application locally in the PDC LAN I run it a thousand times without a
problem. On the WAN, if i stop/start my application ten times, it
will likely fail.
Any ideas?