04-24-2024 11:17 AM
Where does one set the FROM e mail address used by CUIC report scheduler to e mail reports? I thought I knew....but it isn't where I thought it was. And I cannot find it in any documentation....
Solved! Go to Solution.
04-25-2024 04:21 AM
It looks like you're running into this defect, do you want to try their workaround and/or fixed versions and let us know if this is the fix?
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvy04649
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvy36622
04-25-2024 06:54 AM
Well, that was it. However while the bug CSCvy04649 is the bug, the fix isn't quite right. In the bug note, it says:
Workaround: run sql update mmca_serverpropertyvalue set value = '' where value = '' run sql update mmca_serverpropertyvalue set value = '' where value = ''
What it should have said is that to change the e mail server ip, use this:
run sql update mmca_serverpropertyvalue set value = '<NEW hostname/ipaddress>' where value = '<OLD hostname/ipaddress>'
To change the SMTP From address, use this:
run sql update mmca_serverpropertyvalue set value = '<NEW email>' where value = '<OLD email>'
04-24-2024 11:44 AM
Ok....found the place to change it, but when we update it, it says it saves successfully, but changes back.
04-25-2024 04:21 AM
It looks like you're running into this defect, do you want to try their workaround and/or fixed versions and let us know if this is the fix?
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvy04649
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvy36622
04-25-2024 06:54 AM
Well, that was it. However while the bug CSCvy04649 is the bug, the fix isn't quite right. In the bug note, it says:
Workaround: run sql update mmca_serverpropertyvalue set value = '' where value = '' run sql update mmca_serverpropertyvalue set value = '' where value = ''
What it should have said is that to change the e mail server ip, use this:
run sql update mmca_serverpropertyvalue set value = '<NEW hostname/ipaddress>' where value = '<OLD hostname/ipaddress>'
To change the SMTP From address, use this:
run sql update mmca_serverpropertyvalue set value = '<NEW email>' where value = '<OLD email>'
04-25-2024 11:57 AM
Thank you for sharing the true workaround as well as that it was the issue.
I went back and give the defect a low ranking on the TAC website with that feedback so hopefully they can update it for the next person.
glad the issue got resolved for you though.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide