Skip to main content
Answer

Migrating Users in Cloud environments

  • February 9, 2024
  • 5 replies
  • 338 views

rfedorchuk
Sidekick (Customer)
Forum|alt.badge.img+7

Hello All,

I’m trying to migrate users between environments and I’m missing data.

Why can’t I migrate the email address?

If so, what do I add to the migration job.

The field seems to be part of the same table, but does not get added to the migration job.

 

Thanks,

Rob

Best answer by Jens

Hi @rfedorchuk 

I suppose you already use the fnd_user db-view to export and import the users.

To get the email_address of a user please have a look into the db-view fnd_user_property (filter for name = ‘SMTP_MAIL_ADDRESS’).

Identity = user_id

name = SMTP_MAIL_ADDRESS

VALUE = email address

/Jens

5 replies

Nirogini Janstin
Do Gooder (Employee)
Forum|alt.badge.img+5

Can you provide the screenshot of your migration job and the email field ?


Jens
Hero (Employee)
Forum|alt.badge.img+10
  • Hero (Employee)
  • Answer
  • February 9, 2024

Hi @rfedorchuk 

I suppose you already use the fnd_user db-view to export and import the users.

To get the email_address of a user please have a look into the db-view fnd_user_property (filter for name = ‘SMTP_MAIL_ADDRESS’).

Identity = user_id

name = SMTP_MAIL_ADDRESS

VALUE = email address

/Jens


rfedorchuk
Sidekick (Customer)
Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • February 9, 2024

@Jens , I’m trying to find an easy way to migrate users into production.

I was building migrations jobs, but if there is a better way, can you please point me in the right direction?


rfedorchuk
Sidekick (Customer)
Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • February 9, 2024

 


rfedorchuk
Sidekick (Customer)
Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • February 9, 2024