Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定用于连接到 MobiLink 服务器的网络协议的类型。
ctp=network-protocol; ...
CommunicationType=network-protocol; ...
network-protocol 可以是 tcpip、tls、http 或 https 之一。缺省值为 tcpip。
您必须确保 MobiLink 用户的所有预订仅与一个统一数据库同步。否则,您可能会遇到数据丢失和不可预知的行为。
以下 dbmlsync 命令行说明在启动 dbmlsync 时如何设置此选项:
dbmlsync -e "ctp=https"
以下 SQL 说明如何在数据库中存储此选项。
CREATE SYNCHRONIZATION SUBSCRIPTION TO sales_publication FOR ml_user1 OPTION ctp='tcpip'