Service Virtualization

  • 1.  Alert email form address can not be changed

    Posted Aug 01, 2018 09:57 AM

    Hi,

    In Stagingdoc set alert screen although I change Email from address form lisa@ca.com to another email address, the value is not stored. When I close the edit aler popup all the new values are retained except for lisa@ca.com .

     

    Any suggestion on how to change this?



  • 2.  Re: Alert email form address can not be changed
    Best Answer

    Broadcom Employee
    Posted Aug 02, 2018 01:25 AM

    Hi Muharrem,

     

    Please do the following steps in your DevTest environment(if distibuted environment, you need to do all the distributed components)
    1. open the local.properties file in LISA_HOME(not not copy from _local.properties file in LISA_HOME) by text editor
    2. if you want to change the from address to aaa@bbb.com (this is example, please use the mail address that you want to change) then please add one line like:
    lisa.alert.email.emailAddr=aaa@bbb.com
        at the bottom of the local.propeties file and save local.properties file
    3. restart all the DevTest components

     

    The default value for the property lisa.alert.email.emailAddr is "lisa@ca.com".

    Please read DevTest Property File (lisa.properties) for additional information.

     

    Thank you,



  • 3.  Re: Alert email form address can not be changed

    Posted Aug 10, 2018 09:59 AM

    Thanks a lot for the answer