![]() |
Accessing the replica activity log |
|
| Release 9.3 | ![]() ![]() ![]() |
In this case, the activity log contains information about a single replica creation process. The top of the report indicates that there are 0 errors and 0 warnings within the log. The table describes the operations that occurred during the replica creation process as follows:
CheckOutMessage—A replica creation process was started for a replica named MyCheckOut_2 at 3:44:35 p.m.
ExtractSchemaAndData—The first step was to extract the schema and data. Extraction involves creating feature classes and tables on the target and then copying data from the source to the target. This is outlined by the next entries in the log for each feature class and table in the replica.
CreateFeatureClass—In this example only, a single feature class named GDB.us_states_3 is being replicated. This row indicates that the feature class was created in the target at 3:44:36.
CopyData—A total of 54 features were copied from the source to the target for the us_states_3 feature class at 3:44:37. By comparing with the previous step, we can see that it took one second to copy the features.
Register CheckOut—The last step was to register the replica on the source and target geodatabases. From the time completed, we can see that it took less than one second to register the replicas.