Intersystem 的 ENSEMBLE JDBC SQL 网关示例
我正在尝试从 Ensemble 2010 计算机连接到 Oracle DB,该计算机位于我只能远程访问的服务器上。 所以,我首先在本地尝试:我使用 Oracle 10g 安装了相同的 Ensemble 2010 并创建了一个新的 JDBC 网关连接,该连接似乎可以工作(至少它给出了“连接成功”的消息) 当我尝试在远程 Ensemble 计算机上执行相同操作时,会出现错误。此远程计算机必须连接到 Oracle 7.3.4 我做了一个简单的java类并让它在远程服务器上运行并且它可以连接到Oracle 我也去了日志配置,但什么也没说!只是一些看起来很神秘的数字和线条。
非常感谢任何建议
I'm trying to connect to an Oracle DB from an Ensemble 2010 machine, on a server that i can only access remotely.
So, I first tried it locally: I installed the same Ensemble 2010 with Oracle 10g and Created a new JDBC Gateway Connection which seems to work (at least it gives a message of "connection successful")
When I try to do the same on the remote Ensemble machine, it gives an error. This remote machine has to connect to an Oracle 7.3.4
I made a simple java class and made it run on the remote server and it could connect to Oracle
I also went to the log configuration, but it says nothing! just a few numbers and lines that look very cryptic.
Any advice is greatly appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这种情况下,最好的建议是联系 WRC:[电子邮件受保护],因为你的问题中确实没有足够的信息来提出任何建议。好主意是至少发布所有服务器的操作系统名称和这些神秘的数字/错误。还尝试通过 ODBC 而不是 JDBC 进行连接(也许远程服务器上没有正确配置 Java)。尝试使用来自 Ensemble 和远程计算机上其他程序的相同 ODBC/JDBC 源。
The best advice in this situation is to contact WRC at [email protected], because there is really not enough information in your question to suggest anything. Good idea is to post at least OS names of all servers and these cryptic numbers/errors. Also try to connect via ODBC not JDBC (maybe Java is not configured properly on a remote server). Try to use the same ODBC/JDBC source from Ensemble and from other programs on remote machine.