Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I have created two MQTT things. I have connected both to a public MQBroker -say Mosquito. Some times only one "thing" connection is true, the other "thing" gets disconnected. This happens often. Is there any issue in using same broker/servername for two mqtt thing.
Solved! Go to Solution.
I have the same "Persistence already in use"-problem. I found only two very dirty way to fix that.
Hi Anitha Am,
Is there any error received in the logs when one of the thing gets disconnected? And does the thing is in edit mode when it gets disconnected?
Yes Ankit. I am trying to set a property with a json string '[{"id": "DP2.wer.ias_Start","v": 0}]' in the data change event of a property using subscription. When event gets triggered a lck file is generated in Tom Cat log for the thing. Thingworx doesnt allows to update the thing. So I need tomcat to be restarted. The same property assignation works well on a button click.
Ignore the previous answer. Persistence already in use was the error received in Application log.
I have the same "Persistence already in use"-problem. I found only two very dirty way to fix that.
I am trying to implement MQTT using the extension but in my MQTT thing template the "isConnected" never turn "True" it's always "False". I have changed the MQTT servers as well as used the local MQTT server but the issue remains.