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.
2022-11-1204:22 AM
How to check if processor is running or not?
Hi,
There is bool value for EWS Server to check if it is running as "DataAdapter.Server.IsRunning" but i couldn't found one yet for processors. I know there is this information on the "dbo.ThreadStates" table. But i couldn't find a way to reach this table through DataAdapter or some other way. I wonder how can i get this info from db? Thanks in advance.
Note: I have my own ways to check but still looking for appropriate way to check.
The setup processor writes his process ID in the cache so another processor can retrieve this ID of the process and than with the actionbroker you can request the status of other running processes (when knowing the process ID).
The setup processor writes his process ID in the cache so another processor can retrieve this ID of the process and than with the actionbroker you can request the status of other running processes (when knowing the process ID).