Troubleshooting Issues with Sources, Responders, and Responses
Troubleshooting Issues with Sources, Responders, and Responses
The RulePoint user interface displays the status of the sources and responders as "Invalid".
The status of the sources and responders appears as invalid on the RulePoint user interface, though the connections and other objects are working as expected. This error can occur in the following situations:
A source is flagged as invalid if no schedules are associated with it.
A responder is flagged as invalid if no responses are associated with it.
Perform one of the following actions:
Associate one or more schedules with the source.
Associate one or more responses with the responder.
The properties of a rule do not appear in a response.
After you evaluate and activate a rule, the properties of the rule do not appear in the response.
This issue occurs if the properties of the topic that you include in the rules are not qualified with a topic alias or a topic name.
Qualify the topic properties in the rules with either a topic alias or a topic name. The following example shows a topic property qualified with a topic alias:
WHEN 1 stock t0 WITH symbol="XYZ" THEN IMStockResponse WITH to="yourhandle", subject="stock update", body="${t0.symbol} event is available"