【问题标题】:How to connect my Tryton client to the remote tryton server?如何将我的 Tryton 客户端连接到远程 tryton 服务器?
【发布时间】:2015-05-06 22:29:42
【问题描述】:

我很喜欢 tryton,所以请接受我的请求。我的情况是:我在远程服务器生产中安装了 tryton 服务器,并在本地主机中安装了 tryton 客户端。我的问题是:我可以使用我的 tryton 客户端连接到远程服务器吗?如果是。我需要知道如何做到这一点。非常感谢。

【问题讨论】:

    标签: tryton


    【解决方案1】:

    是的,您可以连接到远程服务器。考虑考虑:

    1. 您的服务器应配置为监听公共 ip。见http://doc.tryton.org/3.6/trytond/doc/topics/configuration.html?highlight=listen#listen
    2. 确保没有防火墙阻止通信

    完成后,您可以连接到远程服务器,在客户端对话框中介绍服务器的主机和端口。看看:

    http://tryton-documentation.readthedocs.org/en/latest/user_guide/tryton_client.html#connecting-to-your-server

    【讨论】:

    • 感谢您的回复,我会尝试您的解决方案
    • 顺便说一句,如果您发布到 tryton 邮件列表,您通常会收到比这里更多的回复。当然,没有必要在两个地方都发帖:)
    • 你好,我这样配置我的服务器: [database] uri = postgresql://gnuhealth:password@adress_of_my_server/ path = /home/gnuhealth/attach [jsonrpc] listen = *:8000 data = /home/gnuhealth/gnuhealth/server/tryton [session] super_pwd = vpxI0qPULzoMU 但是当我在tryton的登录窗口中输入我的服务器的连接参数并尝试连接到远程服务器时,它显示以下错误:错误连接:错误的用户名和密码请帮助我提前谢谢
    • 这是因为您的凭据无效或数据库不存在
    • 您必须使用 tryton 服务器对其进行初始化。见doc.tryton.org/3.6/trytond/doc/topics/…
    猜你喜欢
    • 2020-12-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-05-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多