Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The Messenger service has not been started - NetSend notifications will not be sent

In my SQL Server agent, I did not set any notifications, then why this error is coming?

I run pakg through dtsexec it executes successfully, and also I run a simple job for inserting record it runs successfully, but when in job step I select file system and give package path and run job it gives me that error:

The Messenger service has not been started - NetSend notifications will not be sent

I check in services.msc but there is no service like window messenger, I also check in gpedit, there is a window messenger, I apply its all three options enable,disabled, not configure one by one but did not get rid to that error.

any help will be appreciated, Thanks in advance.

like image 948
user1222614 Avatar asked Feb 28 '13 06:02

user1222614


2 Answers

This is an informational message that appears and can be safely ignored if you are not using net send alerts.

If you wish to send net send alerts then you have to set the Messenger service to at least Manual startup, preferably Automatic. Then you have to start the service.

It does a check to see if the Messenger service is running, if it isn't then it produces this message as information to say "I cannot send net sends" but it doesn't necessarily mean there is a problem if you are not using net send alerting.

like image 69
Daves_War Avatar answered Nov 14 '22 21:11

Daves_War


Windows server 2008 have no messenger service at all. msdn forum topic with additional info about your problem. Just ignore it.

like image 32
crea7or Avatar answered Nov 14 '22 22:11

crea7or