Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jonathan Stegall

    (@jonathanstegall)

    In the meantime you can reset the value for object_sync_for_salesforce_pull_last_sync_Account and it will start over. We have a fix coming in 1.5.1 soon that will cause the plugin to clear the query when it reaches that 2000 offset limit.

    As far as large batches, we don’t currently have a stable way of doing this. Salesforce limits the offset, as you can see. It does have a batchSize parameter, but it does not enforce it, which can cause the server where WordPress is running to crash.

    Thread Starter jonsayer

    (@jonsayer)

    @jonathanstegall Thanks for the super fast response!

    Where do I reset the value for object_sync_for_salesforce_pull_last_sync_Account?

    Plugin Author Jonathan Stegall

    (@jonathanstegall)

    @jonsayer it’s in the wp_options table of the database. The interface does not have a way to do this, hence the need for a fix in 1.5.1.

    Plugin Author Jonathan Stegall

    (@jonathanstegall)

    @jonsayer I believe we’ve resolved this issue in 1.5.1.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Error Message: Maximum SOQL offset allowed is 2000’ is closed to new replies.