【问题标题】:Cannot find Oracle connector in LotusScript LCConnection在 LotusScript LCConnection 中找不到 Oracle 连接器
【发布时间】:2019-01-29 02:46:16
【问题描述】:

我使用 Lotus Notes Designer 8.5 打开了我的 IBM Notes 应用程序。我显示了代理列表并从该列表中执行了一个代理。这样做时,我显示以下错误:

错误 217:创建产品对象时出错。 LCConnection 错误:不能 查找连接器神谕

显示可用 LCSession 连接器的代码如下:

Dim conName As String
Dim conList As String
Call gLCSession.ListConnector(LCLIST_FIRST, conName)
conList = conName
While gLCSession.ListConnector(LCLIST_NEXT, conName)
    conList = conList + ", " + conName
Wend
MsgBox "The usable Connectors are: " & conList
MsgBox "Error " & Str(Err) & ": " & Error$ & " Ligne: " Erl

oracle 连接器未列出。请注意,我在 Domino 服务器 9.0.1 FP10 x64 中使用 Oracle 客户端 12.1.0.2 x64,并正确配置了 tnsnames.ora 和 sqlnet.ora。

为什么我找不到我的 oracle 连接器?此代理是否在我的 Domino 服务器上执行?

【问题讨论】:

    标签: lotus-notes lotus-domino lotusscript


    【解决方案1】:

    我意识到代理没有在我的 Domino 服务器上执行。它在我的电脑上本地执行。这就是为什么我的服务器的 oracle 客户端无法访问的原因。

    我使用“NotesSession.IsOnServer”来回答我自己的问题。

    【讨论】:

      猜你喜欢
      • 2015-07-18
      • 1970-01-01
      • 2011-04-05
      • 2015-01-15
      • 2014-12-23
      • 1970-01-01
      • 2013-12-22
      • 2018-09-15
      • 2011-06-28
      相关资源
      最近更新 更多