Restarting before measuring
Switching a failed integration back on can push a backlog of stale records into live systems, overwrite corrections somebody made by hand, or replay transactions that were already dealt with manually. Establish what is missing and what is wrong first, decide deliberately what should be replayed, and only then restart. The urge to get it running again is understandable and it is how a contained problem becomes an uncontained one.
Losing access while the relationship sours
When a supplier relationship deteriorates, access tends to disappear before anybody has agreed a handover. Export the logs, configuration and any documentation early, get administrative control of every credential the integration uses, and rotate anything you cannot account for. Do this while conversations are still cordial. It is a normal precaution rather than an accusation, and businesses that leave it until the dispute stage frequently cannot recover their own configuration.
Rebuilding on the same unexamined assumptions
A rebuild that repeats the original design, with no agreed source of truth, no exception handling and no monitoring, produces the same failure in eighteen months with a newer invoice attached. Before rebuilding, write down which system owns each data type, what happens to records that cannot be matched, what frequency each flow genuinely needs, and who is alerted when something stops. If the rescue does not produce those decisions, it has not addressed the reason the first one failed.
Cleaning data without a rule and an audit trail
Merging duplicates and correcting records changes financial history, and doing it manually under time pressure creates errors that are far harder to trace than the original problem. Agree the merge and correction rules with whoever owns the numbers, apply them programmatically so they are consistent, keep a record of every change with its reason, and reconcile after each batch. Where a correction has tax consequences, involve your accountant before the change rather than at the next BAS.
Under-reporting the impact
If the failure touched customer orders, payments or personal information, the consequences reach beyond operations. Customers charged twice or shipped nothing have rights under Australian Consumer Law and the practical remedy is to find them proactively rather than wait for complaints. If personal information was exposed, sent to the wrong recipient or lost, the Privacy Act 1988 and the notifiable data breaches scheme set out assessment and notification obligations with time expectations attached. Establish early whether either applies, because both get harder to handle the longer they sit.
Adding improvements during the rescue
There is always a request to add the extra field or the new channel while somebody is in there anyway. Doing it during a rescue means you can no longer tell whether a new symptom comes from the original fault, the repair or the addition, and it extends the period of instability. Stabilise, prove it across a full month end, then take the improvement list as a separate piece of work with its own specification.