cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
200
Views
1
Helpful
4
Replies

UCCX CUIC - SMTP From address for e mailed reports

Clifford McGlamry
Spotlight
Spotlight

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....

2 Accepted Solutions

Accepted Solutions

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 

View solution in original post

Clifford McGlamry
Spotlight
Spotlight

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>'

  

View solution in original post

4 Replies 4

Clifford McGlamry
Spotlight
Spotlight

Ok....found the place to change it, but when we update it, it says it saves successfully, but changes back.  

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 

Clifford McGlamry
Spotlight
Spotlight

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>'

  

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.