Symantec Access Management

 View Only
  • 1.  Additive XPSImport

    Posted May 16, 2018 01:16 PM

    Hello!

    Currently in the middle of upgrade from PS 12.52 to 12.7. We are having parallel sets of policy servers and policy stores for both versions. As final cutover, we want to do an import of old policy store over the existing policy store, with the intention that only any new objects that were added to old will get imported over to new. Is there a clean way to do this without going over per object level import?

     

    Thanks in advance,

    Lalitha



  • 2.  Re: Additive XPSImport
    Best Answer

    Posted May 16, 2018 01:43 PM

    XPSExport cutover.xml -xb -npass 

    Perform a 'global' modify in xml to change ExportType="Add"

    XPSImport cutover.xml -npass

     

    This should work.