Need to Bulk Update Email Addresses in 7.0

Is there or what is the best way to bulk change Email Addresses from @prod.com to @test.com in Identity Manager 7.0 system?

Parents Reply Children
  • Barry,

    Before I deleted the QBMDBQueueProcess: handle object update for object type ADSAccount it had spawned:

    Set EMail Attributes in Person and ADSAccount = 184 jobs

    ADS_ADSAccount_Update/(De-)activate = 444 jobs

    VI_UnsAccountB_Generic = 85 jobs

    as well as other jobs that our specific to our environment and are triggered by the jobs above.

    Thanks,

    Blane

  • Hi Blane,

    Well when I see uid = 00000000-0000-0000-0000-000000000000 I'm assuming that was just you obfuscating the actual values.

    If you update the email on one person that may spawn other jobs if they have templates that react on the change.

    e.g. ADSAccount my get updated from person if the email on ADSAccount is updated by person email and the account is linked.

    In the example I sent:

    'isnull(UID_Person,'''') <> '''' AND isnull(UID_TSBAccountDef,'''') <> '''' And isGroupAccount=0 '

    is a where clause to the target table i.e. ADSAccount.

    I would start with a single update to person for a specific UID_Person ...... then check the results ...... sounds like ADSAccount and UNSAccountB are linked so they may get updated ...... resulting in provisionign jobs to the target.

    If all is as expected then you can expand your where clause appropriately.

    HTH, B.

  • Barry,

    You are correct I put the zeros in my example to redact the actual. I did run for a specific UID_Person.  I reran using just the person table and it worked much better.

    Thanks again for the help,

    Blane