Create Replica from Server, Export Acknowledgement Message, and Export Data Change Tools
Create Replica from Server
How to Create Replica from
Server Tool in ArcToolbox ArcMap ArcGIS??Create Replica from Server
Path to access the tool
:
Create
Replica from Server Tool, Distributed Geodatabase Toolset, Data Management
Tools Toolbox
Create Replica from Server
Creates a replica using a specified list of feature
classes, layers, feature datasets, and/or tables from a remote geodatabase
using a geodata service published on ArcGIS Server.
1. Geodata Service
The geodata service
representing the geodatabase from which the replica will be created. The
geodatabase referenced by the geodata service must be an enterprise
geodatabase.
2. Datasets
The list of the feature
datasets, stand-alone feature classes, tables, and stand-alone attributed
relationship classes from the geodata service to replicate.
3. Replica Type
Specifies the type of replica to create.
- TWO_WAY_REPLICA— Changes can be sent between child and parent replicas in both directions.
- ONE_WAY_REPLICA—Changes are sent from the parent replica to the child replica only.
- CHECK_OUT—Data is replicated, edited, and checked back in one time.
- ONE_WAY_CHILD_TO_PARENT_REPLICA—Changes are sent from the child replica to the parent replica only.
4. Geodatabase to replicate data to
The local geodatabase or geodata service that
will host the child replica. Geodata services are used to represent remote
geodatabases. The geodatabase can be an enterprise, file, or personal
geodatabase. For two-way replicas, the child geodatabase must be an enterprise
geodatabase. For one-way and check-out replicas, the geodatabase can be
personal, file, or enterprise geodatabase. Personal or file geodatabases must
already exist before running this tool.
5. Replica Name
The name that identifies
the replica.
6. Replica Access Type (optional)
Specifies the type of replica access.
- FULL—Supports complex types (topologies and geometric networks) and requires the data to be versioned. This is the default.
- SIMPLE—The data on the child is not versioned and must be simple. This allows the replica to be interoperable. Nonsimple features in the parent (for example, features in geometric networks and topologies) are converted to simple features (for example, point, line, and polygon feature classes).
7. Initial Data Sender (optional)
Specifies which replica can send changes when in disconnected mode. If you are working in a connected mode, this parameter is inconsequential. This ensures that the relative replica doesn't send updates until the changes are first received from the initial data sender.
- CHILD_DATA_SENDER—The child replica is the initial data sender. This is the default.
- PARENT_DATA_SENDER—The parent replica is the initial data sender.
8. Expand Feature Classes and Tables (optional)
Specifies whether you will include expanded feature classes and tables, such as those found in geometric networks, topologies, or relationship classes.
USE_DEFAULTS—Adds the expanded feature classes and tables related to the feature classes and tables in the replica. The default for feature classes is to replicate all features intersecting the spatial filter. If no spatial filter has been provided than all features are included. The default for tables is to replicate the schema only. This is the default.
- ADD_WITH_SCHEMA_ONLY—Adds only the schema for the expanded feature classes and tables.
- ALL_ROWS—Adds all rows for expanded feature classes and tables.
- DO_NOT_ADD—Doesn't add expanded feature classes and tables.
9. Re-use Schema (optional)
Specifies whether to reuse a geodatabase that contains the schema of the data you want to replicate. This reduces the amount of time required to replicate the data. This option is only available for check-out replicas.
- DO_NOT_REUSE—Do not reuse schema. This is the default.
- REUSE—Reuse schema.
10. Replicate Related Data (optional)
Specifies whether to replicate rows related to rows already in the replica. For example, consider a feature (f1) inside the replication filter and a related feature (f2) from another class outside the filter. Feature f2 is included in the replica if you choose to get related data.
- DO_NOT_GET_RELATED—Do not replicate related rows.
- GET_RELATED—Replicate related data. This is the default.
11. Replica Geometry Features (optional)
The features used to define the area to
replicate.
12. Use archiving to track changes for 1 way replication
Specifies whether to use the archive class to track changes instead of using the versioning delta tables. This is only available for one-way replicas.
- Checked—Uses archiving to track changes.
- Not checked—Does not use archiving to track changes. This is the default.
Export Acknowledgement Message
How to Export
Acknowledgement Message Tool in ArcToolbox ArcMap ArcGIS??Export Acknowledgement Message
Path to access the tool
:
Export
Acknowledgement Message Tool, Distributed Geodatabase Toolset, Data Management
Tools Toolbox
Export Acknowledgement Message
Creates an output acknowledgement file to acknowledge the
reception of previously received data change messages.
1. Export from Replica Geodatabase
Specifies the replica
geodatabase from which to export the acknowledgement message. The geodatabase
may be local or remote.
2. Output Acknowledgement File
Specifies the delta file
to export to.
3. Replica
The replica from which
the acknowledgement message will be exported.
Export Data Change Message
How to Export Data Change
Message Tool in ArcToolbox ArcMap ArcGIS??Export Data Change Message
Path to access the tool
:
Export
Data Change Message Tool, Distributed Geodatabase Toolset, Data Management
Tools Toolbox
Export Data Change Message
Creates an output delta file containing updates from an
input replica.
1. Export from Replica Geodatabase
Specifies the replica
geodatabase from which to export the data change message. The geodatabase may
be local or remote.
2. Output Data Changes File
Specifies the delta file
to export to.
3. Replica
The replica containing
updates to be exported.
4. Switch to Receiver once the message has been exported
Indicates whether to change the role of the replica to that of a receiver. The receiver may not send replica updates until updates from the relative replica sender arrive.
- Unchecked—Do not switch replica role. This is the default.
- Checked—Switch replica role from sender to a receiver.
5. Include unacknowledged data changes
Indicates whether to include data changes that have been previously exported for which no acknowledgment message has been received.
- Unchecked—Do not include data changes that have been previously sent.
- Checked—Include all of the data changes that have been previously exported for which no acknowledgment message has been sent. This is the default.
6. Include new data changes since last export
Indicates whether to include all data changes created since the last exported data change message.
- Unchecked—Do not include data changes created since the last exported data change message.
- Checked—Include data changes created since the last exported data change message. This is the default.
Indicates whether to include all data changes created since the last exported data change message.
- NO_NEW_CHANGES—Do not include data changes created since the last exported data change message.
- NEW_CHANGES—Include data changes created since the last exported data change message. This is the default.
Comments
Post a Comment