ThingWorx Subscription code isn't getting executed on reaching an alert threshold limit

168 Views Asked by At

In ThingWorx, I've created an alert on a property, and it is getting triggered on reaching a threshold and is being notified in Alert monitoring section, but the subscription created by binding the same alert isn't getting executed. I've even added logger statements within the subscription code, but couldn't see it in the application logs.

Is there any restriction / limitation in ThingWorx trial version on subscriptions and alerts as such? ?

2

There are 2 best solutions below

2
Rocko On

No, but have the set the subscription to be active? There's a checkbox.

0
abatista On

There is no limitation/restriction to subscriptions or alerts in the ThingWorx trial version. In order to view logger statements, you must check the Script Log, not the Application log.

For more detailed information regarding subscriptions, see the ThingWorx 9 docs here and here