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
jontkjontk 

INVALID_REPLICATION_DATE error

I may be asking something simple but could someone explain the error message that I've included below.
Does this mean that the background process that purges a company's recycle bin was executed after my specified start date?

I've checked the api doc but am still a litttle unclear as to what the error below is and how to resolve it.

Thanks in advance,
Jon

INVALID_REPLICATION_DATE: The specified startDate, Mon Apr 23 20:55:00 GMT 2007, is before the last retained delete event date, Tue Apr 24 05:07:00 GMT 2007, for entity Attachment

SuperfellSuperfell
Its means that for one of various reasons, the data window we have on data changes/deletes only goes back to April 24, but you asked for data from April 23, for which we can't tell you. You'll need to do a full table pull to get back in sync.
ayoayo

I have a similar error: 

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. 

Also, how do I do a full table pull (if that's what I need to do)?