You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
为什么我就一直报这0x80000020
如果我换成自己内网的td完全没问题,我换成了服务器的公网地址就一直有这个问题
那我将服务部署到服务器配置改成服务器的内网地址它就正常能接收
我macos环境也好 windows环境也好 本地去连接服务器进行insert就报some vnode/qnode/mnode(s) out of service
The text was updated successfully, but these errors were encountered:
我在服务器上部署了TDengine什么配置也没有改过
服务器端口映射了16030:6030
yml配置
tdengine:
type: ${spring.datasource.type}
driver-class-name: com.taosdata.jdbc.TSDBDriver
url: jdbc:TAOS://183.xx.xx.xx:16030/test
username: root
password: taosdata
我能启动项目正常连接
但我在进行insert动作
The text was updated successfully, but these errors were encountered: