This weekend I was migrating a customer over to their CCEs. I was coming across the error below when creating new rules.
Issue
Unable to create transformation rules in any translation tables on the device.
Resolution
To not hit this error I had to do some housekeeping on the translation rules by reducing the amount which were configured on the device as there is a 1000 rules limit (who new?!).
I then simplified/optimized my regex pattern to incorporate multiple rules in one.
In Summary
- There is a 1000 rule maximum which is device wide
- Always try to consolidate your regex patterns so that you do not need to create more translation rules then needed
Sorted! 👊