I created a transaction in TCS successfully, but TRS fails with “failed to generate rule request from payload” when I try to create a rule using that transaction. What is the cause?
I created a transaction in TCS successfully, but TRS fails with “failed to generate rule request from payload” when I try to create a rule using that transaction. What is the cause?
This error means a valid RuleConfig is missing from the rule table of the Configuration database. Creating a transaction type in TCS makes it visible in TRS, but TRS also requires a corresponding RuleConfig entry before it can generate a rule request from the payload. RuleConfig entries are added via the Admin Services API - not through the TRS UI itself. See the configuration management documentation at https://github.com/tazama-lf/docs/blob/dev/Product/configuration-management.md for details on how to structure and submit a RuleConfig. If the error persists after adding the RuleConfig, post in #get-help and tag Tazama Head of Product.