简体   繁体   English

无法使用 JDBC 驱动程序连接到 Salesforce

[英]Can't get connection to Salesforce using JDBC driver

I can't connect to Salesforce using JDBC driver.我无法使用 JDBC 驱动程序连接到 Salesforce。 I used driver from http://reliersoft.com/download/salesforce-jdbc-driver/ but one week ago it stopped working.我使用了http://reliersoft.com/download/salesforce-jdbc-driver/的驱动程序,但一周前它停止工作。 Connection is failed.连接失败。

I tried to use a driver from https://github.com/ascendix/salesforce-jdbc but this driver is only for read-only purposes and I need both Insert and Update actions.我尝试使用https://github.com/ascendix/salesforce-jdbc的驱动程序,但此驱动程序仅用于只读目的,我需要插入和更新操作。

Does anyone have any suggestions on how to solve this problem?有没有人对如何解决这个问题有任何建议?

An error message I am getting is:我收到的错误消息是:

rc.aX: Failed to parse detail: START_TAG seen...... @1:752 due to: rc.aX: unable to find end tag at: START_TAG seen...... @1:752 rc.aX:无法解析详细信息:START_TAG 看到......@1:752 由于:rc.aX:无法找到结束标签:START_TAG 看到......@1:752

Here is a link to my project https://github.com/aandruh/dbconnector这是我的项目https 的链接://github.com/aandruh/dbconnector

Looks like there is a new version available, "October 2019".看起来有一个新版本可用,“2019 年 10 月”。 Using this new version solved this problem for me.使用这个新版本为我解决了这个问题。 http://reliersoft.com/download/salesforce-jdbc-driver/ http://reliersoft.com/download/salesforce-jdbc-driver/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM