how to sync user,group and role Production To Dev Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 10:22 AM
Hi All,
I'm looking sync user , group and roles from Production and QA.
Because daily creating new user adding groups and roles in the production again need to re-create in the development instance.
whether it can be automated task using the script by scheduling job/business script running the script weekly or monthly and also
user will be created specific domain or company.
Thanks in advance.
Regards,
Charan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 11:03 AM
Hi Charan,
This should be covered as part of the cloning process. After every major release you should be doing a clone from PROD to DEV, which should replicate your current users and groups
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 11:29 AM
Hi Sanjiv,
Thanks for reply.
we don't want to replicate entire production as development instance.
only need to replicate the new user's and its related group and roles where added to new user's.
Thanks,
Charan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 11:35 AM
Cloning periodically is a good practice.
I dont think you can do anything other then taking an xml export of sys_user table, sys_user_group, sys_user_grmember, sys_user_has_role and sys_user_role and import it to QA or DEV.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 11:41 AM
Then the same ldap integration must be done in dev