Symantec IGA

 View Only
  • 1.  Migrating from 12.6 to 14.3 Vapp

    Posted Jan 14, 2021 12:48 PM
    Hi All,

    We are migrating to Vapp 14.3 version from 12.6 and the Key task is to migrate user data from old Directory to New. We've done the required schema changes and loaded the sample data.

    We see an issue with Challenge Questions showing from the old version are not displayed in new Vapp. From extracted ldif the sample data looks like this 
    IDMChallengeQuestions: {PBES}:*********

    In the latest directory it shows up like this:

    imPasswordQandA: {RC2}:********

    How do we get this imported to RC2 format correctly so that these questions and answers work in Vapp 14.3?

    Thanks,
    Sai


  • 2.  RE: Migrating from 12.6 to 14.3 Vapp

    Broadcom Employee
    Posted Jan 14, 2021 02:30 PM
    Some ideas on how to get the data out of the old system in clear-text that might be helpful:

    One approach would be to use TEWS to trigger a View User task for each user where the View User task's profile screen has the desired fields and you could then parse the TEWS response to get the clear-text values.

    Another approach could be to create a PX Policy that triggers on a task where the PX Policy can get the user attribute values and write them somewhere where the task's profile screen has those fields. You could then try using a Bulk Load or Bulk Task to trigger that task for the set of users desired and review the output generated by the PX Policy to get the clear-text values.