question

Bugmesh avatar image
Bugmesh asked

Exchange Server upgrade breaks SQL Server jobs

Our Systems Infrastructure team upgraded our mail servers this last weekend and now all our jobs that generated emails are no longer doing so. We updated all our mail server settings in our jobs several days before the upgrade and they were all still working fine. but after the physical upgrade they are not working. Has anyone seen this issue and have a possible resolution? I am sure it is a configuration issue on the exchange server, but I do not know where to look. Any assistance would be extremely helpful.
sql-server-2000jobssql agentexchange
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Tim avatar image
Tim answered
Need more details. What type of upgrade? In place or did they do a parallel upgrade and fail over to new servers? If new servers, I would check with my firewall folks. You stated you all made configuration changes to your jobs before the upgrade, what type of changes? Mail server IP or DNS, profile email address account, port, etc? Have you reviewed the mail log to see what error SQL is giving, timeout, invalid user, can not resolve host, etc?
5 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

sp_lock avatar image sp_lock commented ·
One issue that has impacted me in the passed is IP restriction on the mail relay. Also if you are sending to a email distribution group then there are also restriction on that too (especially if your DBMAIL "from" account doesnt exist). You could also try testing sending a dbmail and reviewing the logs as @tim has suggested.
1 Like 1 ·
Bugmesh avatar image Bugmesh commented ·
I think I found the issue. The new Exchange server is not resolving the @@servername used in the @from variable. I do not want to change this back to a "hard-coded" address as it does not lend itself to portability. The exchange team is setting up a connector on the exchange server to "hopefully" fix this
0 Likes 0 ·
Bugmesh avatar image Bugmesh commented ·
OK....... Looks like Exchange 2010 does not like anything other than a fully qualified email address (e.g. servername@company.com. Thinking out loud here.....can the @company.com be appended to @@servername?
0 Likes 0 ·
Tim avatar image Tim commented ·
select @@servername + '@ company.com'
0 Likes 0 ·
Bugmesh avatar image Bugmesh commented ·
Yep thats what we are going to do. I was trying to do it with Parens(). appreciate it
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.