Skip to main content
13-Aquamarine
October 6, 2025
Solved

SynchronizeModelState service failed on edge thing

  • October 6, 2025
  • 1 reply
  • 609 views

Hello All,

 

I am using GetProperties service from Dynamic ThingShpe, I have enabled automatic value update.

The properties which are being bind are set via service as it is calculated field (Not logged but persist). Thingworx version : 9.7

 

On page load I got warning in application log as below:

ApplicationLogApplicationLog

On Mashup log, below info shown:
MashupRuntimeLogMashupRuntimeLog

Any idea why I am getting this warning in application log, and how to avoid this.

Best answer by smainente

This is expected: the AlwaysOn JS client in Mashup does not yet implement the SynchronizeModelState service. The platform will fall back to the legacy service if this one fails.

 

https://www.ptc.com/en/support/article/CS423838

 

1 reply

smainente16-PearlAnswer
16-Pearl
October 7, 2025

This is expected: the AlwaysOn JS client in Mashup does not yet implement the SynchronizeModelState service. The platform will fall back to the legacy service if this one fails.

 

https://www.ptc.com/en/support/article/CS423838

 

javed_a13-AquamarineAuthor
13-Aquamarine
October 9, 2025

Thank you for your response.

How ever I am not using remote properties, the value are being set by a service on a refresh logic.

And the source properties are being set via subscription as data coming from MQTT.

PTC says it can be ignored but any further insight in it to avoid the warning.

16-Pearl
October 9, 2025

That service is invoked after every bind (irrespective if you have remote properties). I will report to R&D if it hasn't been done.