Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
venkath
Posting Yak Master
202 Posts |
Posted - 2007-06-09 : 16:45:10
|
Hi allWe have two node clusterThe steps i have followed to create SQLAgentMail1.Login to NODE1 to with the uset that started the SQL Services2.Installe Microsoft Outlook3.Create a profile for the mailbox (for the login user)4.I have changed the Agent properies to set up the profile5.All the jobs that have send mails tasks started workingRecently we have rebooted the server which automatically switched the server to NODE2 which do not has Outlook installed, So the jobs with maail tasks failingI have done all the above steps to replicate the second serverand tried to restart the SQLAgent service, but the Agent is getting hung with the below messages2007-06-09 13:50:05 - ! [257] Startup error: Another instance of SQLServerAgent is already servicing server instance MSSQLSERVERAn error 5023 - (The group or resource is not in the correct state to perform the requested operation.) occurred while performing this service operation on the SQLServerAgent service.The Operating system is Windows 2003 enterprise edition and SQL Server 2000 Enterprise EdtionCan some one please help me in setting up SQLAgent Mail in Cluster EnvironmentThanks |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-09 : 20:58:05
|
Double check in cluster admin to see if sql agent resource is running. |
 |
|
venkath
Posting Yak Master
202 Posts |
Posted - 2007-06-10 : 00:48:48
|
is it something that Network guys should check? If not, can you guide me the sequence of steps to check this.Thanks for your help |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-10 : 16:10:36
|
If you don't know cluster well, ask your windows admin check it. |
 |
|
|
|
|