- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 06-09-2020 10:53 PM
Instance Data Replication (IDR) copies data updates from one instance to one or more other instances. IDR facilitates maintaining consistent data across different organizations in your company.
IDR provides a one-to-many replication, which enables one instance to propagate data across different departments and business units to keep data in sync.
How It works
Use the Instance Data Replication plugin to replicate data updates on one instance, called the producer instance, to one or more other instances, called consumer instances.
A producer replication set specifies the tables and table columns on the producer instance to replicate. A consumer data set specifies the tables and table columns on consumer instances that receive the producer replication set data.
Activating both producer and consumer replication sets turn on IDR functionality. Data updated in a producer replication set automatically updates the corresponding data in consumer replication sets.
Syncing producer and consumer replication sets involve a one-time seeding of all the producer replication set data to the consumer instances. Future replications involve data updates only.
By default, table data on a producer instance goes into tables of the same name on consumer instances.
Note: - IDR overwrites data on instances and can replicate sensitive data. Given the potential for data loss and data exposure, test your IDR implementation in a pre-production environment.
Not to use IDR in below scenarios:
- Do not use IDR to clone instances.
- IDR does not replicate metadata tables, child metadata tables, and most user and system tables. IDR is designed to replicate data, not clone instances.
- Do not use IDR if your use case breaks any of the following IDR limitations:
- Replication must not take longer than 7 days to complete.
- Initial seeding of the tables must be less than 3 million records per replication set.
- Producer and consumer instances must be in the same geographic region.
Set up Instance Data Replication in four simple steps:
Pre-requisite:
Instance Data Replication (IDR) requires a separate subscription and only ServiceNow personnel can install the plugin. Once the plugin activates, you can configure the producer and consumer instances.
Role required: admin
The following procedure provides an overview of the required and optional tasks you complete to set up IDR. Links in each step provide details for completing the tasks.
Steps:
- Request that ServiceNow install the IDR plugin.
- Create and activate a producer replication set.
- A producer replication set specifies the tables and table columns you want to replicate to one or more consumer instances.
- Create and activate one or more consumer replication sets and request data from the producer.
- A consumer replication set specifies the tables and table columns on consumer instances that receive producer data updates. Replicated data overwrite corresponding consumer instance data. Consumers must apply to producers to receive replication data.
- If you have the producer replication admin role, approve or deny consumer requests to access replication data on your producer instance. to access replication data.
- 9,413 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Can IDR be used for group, group member tables
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Yes, it can be used.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
It can be used for Group and Group members, but not users
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
How does IDR work with archiving? Is it possible to replicate to a consumer instance and then archive the original contents off the producer instance?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Unable to subscribe with Producer URL. Provide producer replication set information manually. Producer replication set information can be found in Replication Setup Instructions on the producer instance. All fields, including name, need to match the producer replication set to properly identify the data set to consume.
How can i solve this error?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
In a situation where both the Producer set and Consumer Set are active yet the data does not transfer to the Consumer Instance. There are no errors and the outbound entries filter is correct. The Discrete entries is also set up properly.