R
Robert S
Guest
We use the Messenger service to send instant messages around our
office. If I try to send a message to my XP machine I get the following
error (from the command prompt):
C:\>net send robert test
An error occurred while sending a message to ROBERT.
The message alias could not be found on the network.
More help is available by typing NET HELPMSG 2273.
I've found a few articles on this that suggest checking that the
Messenger service has started. If I go into the "Services" area of the
"Administrative tools" the Messenger service is running and is set to
"Automatic".
If I restart the messenger service it works:
C:\WINDOWS\system32>net send robert test
An error occurred while sending a message to ROBERT.
The message alias could not be found on the network.
More help is available by typing NET HELPMSG 2273.
C:\WINDOWS\system32>net stop messenger
The Messenger service is stopping.........
The Messenger service was stopped successfully.
C:\WINDOWS\system32>net start messenger
The Messenger service is starting...
The Messenger service was started successfully.
C:\WINDOWS\system32>net send robert test
The message was successfully sent to ROBERT.
I've tried to create a startup script that automatically restarts the
service, but the service still doesn't work.
Any suggestions?
office. If I try to send a message to my XP machine I get the following
error (from the command prompt):
C:\>net send robert test
An error occurred while sending a message to ROBERT.
The message alias could not be found on the network.
More help is available by typing NET HELPMSG 2273.
I've found a few articles on this that suggest checking that the
Messenger service has started. If I go into the "Services" area of the
"Administrative tools" the Messenger service is running and is set to
"Automatic".
If I restart the messenger service it works:
C:\WINDOWS\system32>net send robert test
An error occurred while sending a message to ROBERT.
The message alias could not be found on the network.
More help is available by typing NET HELPMSG 2273.
C:\WINDOWS\system32>net stop messenger
The Messenger service is stopping.........
The Messenger service was stopped successfully.
C:\WINDOWS\system32>net start messenger
The Messenger service is starting...
The Messenger service was started successfully.
C:\WINDOWS\system32>net send robert test
The message was successfully sent to ROBERT.
I've tried to create a startup script that automatically restarts the
service, but the service still doesn't work.
Any suggestions?