CA Service Management

 View Only
  • 1.  14.1 Migration SDM mailboxes - TLS-problems

    Posted Mar 06, 2015 04:14 AM

    After migration from 12.7 to 14.1 in SDM you have a new attribute use_tls in mailbox.

    In the migrated data this attribute is NULL.

    The GUI has an

         if (window.document.main_form.elements["SET.use_tls"].value != "0") { 

    which returns TRUE for value NULL.


    - This should be modified in the GUI (detail_mailbox.htmpl)


    - As Workaround:    

         pdm_extract  -f "select id, use_tls from usp_mailbox" > mailbox_tls.dat

         edit entries for use_tls from "" – to "0"

         pdm_load –f mailbox_tls.dat

         pdm_cache_refresh -t usp_mailbox

     

    After that you can work correct with migrated mailboxes.

     

    Reagrds,

    Peter



  • 2.  Re: 14.1 Migration SDM mailboxes - TLS-problems

    Broadcom Employee
    Posted Mar 07, 2015 09:43 AM

    Thank you for raising this to our attention Peter. 


    We will follow up and get it addressed.