Jump to content

This topic is 2897 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hmm, with regular syncing the only reasons records should be building up in the payloads table are

  1. The delete settings variable is set to save payloads, or
  2. The sync isn't working properly. It should automatically delete successful/all payloads depending on the setting.

Check out the easysync settings scripts and confirm they're set the way you want.

Oh, and yes you can safely delete records from payload table as long as they're not logged deletions. I.e. ES_Deletion_UUID should be empty.

Link to comment
Share on other sites

Hmm. I think this calls for a debug session. If the sync is behaving properly you might be fine just deleting these occasionally, but really they should not be accumulating. 

I'd use the debugger and set a breakpoint where the delete should occur. See if the the deletion returns an error. For this you may have to switch the settings to not perform script on server for the relevant scripts.

Wish I had more insight.

Link to comment
Share on other sites

This topic is 2897 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.