function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ayoayo 

INVALID_REPLICATION_DATE: startDate before org replication enabled date

I have the following error when I call getDeleted() on a recently created free developer org in which I have populated with test objects: 

INVALID_REPLICATION_DATE: startDate before org replication enabled date

I checked and my startdate precedes my enddate. I'm not sure what "org replication enabled date" is. 

Other posts with in the forum recommend doing a full table pull. How do I do that?

 
RichardC.ax220RichardC.ax220
ayo, you could get this error if startDate was before the date you set up the developer org. You can pull all the records from an object using select with no "where" criteria.
bluefishbluefish
I am having the same issue and cannot find any useful information anywhere on how to resolve this.  My startdate definitely precedes my enddate.  I have tried performing a query() call on the object (with no where clause) but I still receive the same error message.  What am I missing?