Async service not able to fetch data table entry
Hi All,
We are facing unexpected behavior of Async service when called from sync service.
While calling Async thingworx service, database related operations were not functioning well when called from sync service after logging entry in Data table. When async service tries to fetch the entry from data table using primary ID, no result is getting returned.
Logic details:
Sync service A adds entry in data table and calls Async service B (pass primary ID of same data table entry) for further processing of request.
But this seems to be working windows platform and issue encountered on linux ONLY.
As per the understanding, this could be due to the way platform handles multi-threading as async execute on separate thread or may be accessing data table before commit operation pf previous update.
Please let us know in case anybody faced this issue and what all options resolutions are available.

