mendix 连接默认数据库改为mss sql

  1. mendix支持的默认mss sql数据库为 2019/2022 +
  2. 先下载连接驱动jdbc https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver15.
  3. 当提示 "The" Encrypt "property is set to" true "and the" trustServerCertificate "property is set to" false ". But the driver was unable to establish a secure connection with SQL Server using Secure Socket Layer (SSL) encryption: Error :PKIX path building failed: 时 可以做以下配置
  4. 当使用连接器读数据提示 javax/xml/bind/DatatypeConverter 时是因为mendix 10里已经不用它了. 可以在https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api 去下载这个包 放到userlib目录
    5 .其它相关配置可以查看 文档里的环境变量章节的内容
posted @ 2023-11-16 10:10  望着天的蜗牛  阅读(49)  评论(0编辑  收藏  举报