Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2017-06-0705:50 PM
PERMISSION_DENIED when acknowledge alarm
Lately when I developing an extension and I try to acknowledge the alarm events of SBO, it always tells PERMISSION_DENIED ,I am not sure any configuration incorrect.
For example when I try to acknowledge alarm event as:
{ "AlarmId": "02/Server 1/Test/OverTemp", "Acknowledgeable": 1, "OccurredOn": "2017-06-07T14:07:36Z", "LastTransitionedOn": "2017-06-08T00:07:08Z", "Message": "The room temp is too low", "Priority": 100, "State": 1, "Type": "GeneralAlarm", "Id": "/Server 1|/Server 1/Test/OverTemp|4c7f52bb-5450-41f9-9387-4a260242d023" },
And I recall the GUID of the alarm is the ID to be used for acknowledgement, then I use the Id=4c7f52bb-5450-41f9-9387-4a260242d023 to acknowledge this alarm, the response will be as:
Link copied. Please paste this link to share this article on your social media post.
2017-06-0706:47 PM
I have figure it out, I should use Id="%2FServer%201%7C%2FServer%201%2FTest%2FOverTemp%7C11873d28-6e3c-4d03-8f8c-7f8d01e6e495" to acknowledge the alarm of my example.
Link copied. Please paste this link to share this article on your social media post.
2017-06-0706:47 PM
I have figure it out, I should use Id="%2FServer%201%7C%2FServer%201%2FTest%2FOverTemp%7C11873d28-6e3c-4d03-8f8c-7f8d01e6e495" to acknowledge the alarm of my example.