Troubleshooting

This feature has been released as a public beta in AuraDB Enterprise October Release and Neo4j Enterprise Edition 5.13 and breaking changes are likely to be introduced before it is made generally available (GA).

You can find a list of error codes and causes that are used by change data capture procedures.

Error codes

Neo.DatabaseError.ChangeDataCapture.Disabled

Change data capture is currently disabled for this database. You need to enable log enrichment to make use of change data capture procedures.

Neo.DatabaseError.ChangeDataCapture.ScanFailure

We cannot find the transaction log entry for the change identifier provided. This is likely because of your log retention settings. Please review your settings and increase the log retention period to fit your requirements.

Neo.ClientError.ChangeDataCapture.InvalidIdentifier

The change identifier provided is either invalid or generated for another database. Verify that the change identifier you’ve provided is acquired from either of cdc.earliest, cdc.current or cdc.query procedures for this database.