Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
java.lang.Exception: Could not bind things: Client binding limit exceeded. How to solve this exception
------------------------
Translated text from traditional chinese to english using google translate on 17th April 2023 at 10:44am IST.
Translated by vnamboodheri
這個異常怎麽解決
------------------------
Solved! Go to Solution.
Are you saying you are looking to bind 1670 properties in total? That possibly could exceed the limit, or it could related to datatype or naming?
What are you trying to bind, and how many bindings do you have?
JAVA edge 绑定1670 个THING 不能全部绑定成功 会报 bind thing [2102312YNLRHLA000291] failed, error: Could not bind things: Client binding limit exceeded.
java.lang.Exception: Could not bind things: Client binding limit exceeded.
Are you saying you are looking to bind 1670 properties in total? That possibly could exceed the limit, or it could related to datatype or naming?
在JAVA edge 中
ConnectedThingClient client;
client.bind(Thing)
使用以上方法绑定1670 remoteThing ,绑定失败 , thingworx平台好像最多允许同一个client绑定1000个THING 有办法设置client绑定THING的数量吗
Looks like you hit a certain limitation, not sure if it is license based or not.