【发布时间】: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