On a Windows 2000 Server in MYDomain I can do the following
successfully:
Net Send JoeUser "test"
However on a Windows Server 2003 (Standard Edition) in MyDomain I get:
An error occurred while sending a message to JoeUser.
The message alias could not be found on the network.
More help is available by typing NET HELPMSG 2273.
If I enter: net send /DOMAIN:MyDomain joeuser "test"
net send comes back with:
The message was successfully sent to domain MyDomain
BUT... no popups are received.
Is there something common to a Windows Server 2003 server that I need
to configure to get this to work?
How does this relate to SQL Server 2000? I figure that if I can get it
to work via a command prompt that it will work for notification as well
-- which at this point it doesn't.
Thanks for any help.
RBollinger