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.
2021-03-2409:28 AM
processor with get data not refresh
Hi,
I pool a data with DataAdapter.ValueItems.FirstOrDefault(x => x.AlternateId == "xxxx") and the value is not refresh when i update the value with interface
If I execute DataAdapter.CreateDatabaseContext(); before DataAdapter.ValueItems.FirstOrDefault(x => x.AlternateId == "xxxx") then the value result is updated.
It looks as though your processor code is long running, in that the DataAdapter is instantiated and then changes are made to your EWS server externally.
You did the right thing. If changes are made in the DataAdapter after it has been instantiated, you need to call the CreateDatabaseContext() to make sure you have the updated data in your DataAdapter.