Details on Instance Data Replication

sachinmishr
Tera Contributor

We are planning to configure Instance Data Replication between prod and two lower instances to syncronize user data from prod to lower instances.
Please confirm on below questions:-
1 . Instance Data Replication is applicable to sys_user table ?
2. is Instance Data Replication only work for insertion or insertion/update both in realtime
3.assoicate reference tables such as cmn_location, how Instance Data Replication will handle that ?

Please let us know so we can plan accordingly

1 ACCEPTED SOLUTION

Mark Manders
Mega Patron

1. no (see official docs, link below)

2. both

3. you will need to replicate the referenced data as well

 

https://www.servicenow.com/docs/bundle/yokohama-servicenow-platform/page/administer/instance-data-re...


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

2 REPLIES 2

Chaitanya ILCR
Kilo Patron

Hi @sachinmishr ,

 

1 . Instance Data Replication is applicable to sys_user table ?

yes, it works on sys_user table and almost all the tables

2. is Instance Data Replication only work for insertion or insertion/update both in realtime

it works for both insert and update (also can work one directional and bi directionally)

3.assoicate reference tables such as cmn_location, how Instance Data Replication will handle that ?

you will have to synch those tables as well

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

Mark Manders
Mega Patron

1. no (see official docs, link below)

2. both

3. you will need to replicate the referenced data as well

 

https://www.servicenow.com/docs/bundle/yokohama-servicenow-platform/page/administer/instance-data-re...


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark