为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:8
【操作系统】:windows
【CPU】:
【问题描述】*:dmpython使用主机名连接需要哪些参数
dmPython.connect(
user=config.user,
password=config.password,
server=config.host,
schema=config.database,
autoCommit=True
)
config.host 值为主机名
使用此方法连接出现错误: 70019没有匹配的可登录服务器
使用ip+port正常
是单机库么?
库装在windows 检查一下C:\Windows\System32\drivers\etc 里面dm_svc.conf中是否配置login_mode
库装在linux 检查一下
/etc/dm_svc.conf 是否配置login_mode
添加port参数,也是同样的错误