Using ArcGIS Pro 3.0.3 and PostgreSQL 12.4.
I'm running into an issue with a one-way replication in my Enterprise Geodatabase. I have a main geodatabase that sends data to the replica, and the replication works fine when I make edits using ArcGIS Pro. However, I'm having trouble executing SQL statements to update data from the _evw view, and the changes are not synchronizing with the replica.
I've checked my permissions and syntax, and everything seems to be in order. My changes reflects on the main database but not on the replica.
The Synchronize Changes tool works well but my data is not syncronized.
I'm editing the Default version of the data just using a simple SQL using an SQL client (dBeaver).
UPDATE myfeatureclass_evw SET my_field = 'XXX' WHERE [condition];
I'm hoping that someone might be able to offer some guidance or advice on what might be causing this issue. Has anyone else encountered a similar problem? Are there any replication settings or configurations that I should check to ensure that my changes are being synchronized properly?
Thank you in advance.