Bug ID Number |
BUG-000134658 |
Submitted | October 16, 2020 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Pro |
Version found | 2.6.2 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
This is as designed for the Create Replica geoprocessing tool in ArcMap.
Refer to https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/prepare-data-for-replication.htm under the 'Replicate all data' topic on how to get all the records of the table.
Adding a SQL Query "1=1" to the feature class's properties, resolved the issue.
Workaround
Add a 1=1 SQL query to the Definition Query of the table to replicate all records.
Steps to Reproduce