How can we move the Groups and Group members from Dev instance to Test Instance?

Shantharao
Kilo Sage

Hi All,

How can we move the Groups and Group members from Dev instance to Test Instance?

Thanks,

Burra

1 ACCEPTED SOLUTION

Kalaiarasan Pus
Giga Sage

If the users have been also exported-imported then follow this.



  • Export groups from 'sys_user_group'
  • Export group members from sys_user_grmember
  • Import groups file.
  • Import group members.


If the users have different sys_id's on test and DEV, then take the excel dump and use transform maps to import it.


View solution in original post

3 REPLIES 3

Swapnil Bhakar1
Mega Guru

Hi Burra,



Take XML of Groups and group members from dev instance and import these xml's in Test instance.


You need to map your group members manually in groups in Test instance.



Hope it will helps you.



Regards,


Swapnil



PS: Hit like, Helpful or Correct depending on the impact of the response


karthiknagaramu
Kilo Sage

Hi,



You can export the data in XMl and import it in test instance. Below link provides information for how to export and import.


http://wiki.servicenow.com/index.php?title=Exporting_and_Importing_XML_Files#gsc.tab=0



Regards,


KN


Kalaiarasan Pus
Giga Sage

If the users have been also exported-imported then follow this.



  • Export groups from 'sys_user_group'
  • Export group members from sys_user_grmember
  • Import groups file.
  • Import group members.


If the users have different sys_id's on test and DEV, then take the excel dump and use transform maps to import it.