DX Unified Infrastructure Management

 View Only
  • 1.  Remove UIM Integration from ADA?

    Posted Mar 20, 2017 03:04 PM

    If ADA was tied to UIM and that UIM instance is no longer around, how can the UIM integration data be removed from ADA? I'm tried to tie ADA to CAPC, but am getting an error message in CAPC that it can't be added because it's already tied to another source (UIM).



  • 2.  Re: Remove UIM Integration from ADA?
    Best Answer

    Broadcom Employee
    Posted Mar 21, 2017 11:10 AM

    Try running the following on the ADA Console:

     

    mysql super

     

    update parameter_descriptions set defaultValue='' where parameter='uimPortalUrl';

     

    Then try to add ADA to CAPC again.



  • 3.  Re: Remove UIM Integration from ADA?

    Posted Mar 21, 2017 12:10 PM

    That did it - thanks!!!