Domino - JackHu88/Comm GitHub Wiki

https://www.ibm.com/developerworks/lotus/library/domino-msnet/index.html https://blog.csdn.net/kangkanglou/article/details/38776309

https://blog.csdn.net/liuyp2003/article/details/83725095

https://www.cnblogs.com/hannover/archive/2011/12/27/2303895.html

https://stackoverflow.com/questions/16192475/lotus-domino-ftsearch-query

https://www.cnblogs.com/shenghuobushizulaide/p/9566975.html

https://bbs.csdn.net/topics/30214107 客户端必须装有客户端,Initialize时用客户机上的notes.ini里的用户来登录服务器,在Desinger的帮助文档里有说明:看一下"LotusScript/COM/OLE 类"下的"Accessing the Domino Objects through COM"

1、用COM 方式访问Domino 必须同时安装Notes 客户端。Initialize 方法可以带一个参数     Initialize("password"),传入notes.ini 中记录的id文件的密码,这样就不会提示密码。 (C:\Program Files (x86)\IBM\Lotus\Notes\Data)

2、用JAVA访问Domino必须安装JDK,具体版本视Domino版本而定。同时必须引用Domino的相关类库,如NCSO.jar 等。

3、详细方法在 www.lotus.com/ldd 都有。其中Toolkits and Drivers(http://www-10.lotus.com/ldd/toolkits)有几乎所有的工具。甚至还有 Domino 的 JDBC 驱动,完全可以用JDBC 象访问关系数据库一样访问Domino 数据。

Lotus Notes configuration: Preferrence-->Notes Port-->Add TCPIP

https://www.connectionstrings.com/lotus-notes/

Driver={Lotus NotesSQL 3.01 (32-bit) ODBC DRIVER (*.nsf)};Server=myServerAddress; Database=dbPath\myDb.nsf;Uid=myUsername;Pwd=myPassword;

Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

IIS 7, right click on the applications' application pool and go to "advanced settings" and change "Enable 32-Bit Applications" to "TRUE".

http://support.casahl.com/kb/raknowledgebase.nsf/743c29533b14ab63882564ae007d738a/f77f5bf7b19c32c88825671a006a12cb?OpenDocument

ERROR: "The ID file is locked by another process" PROBLEM: The Replic-Action Server is unable to run a job because of this error SOLUTION: 1) On the Replic-Action or ecKnowledge Server computer, launch Notes and go to the users id properties.

In R4 or R5: Click on FILE | TOOLS | USER ID
In R6: Click on FILE | SECURITY | USER SECURITY

2) Locate File/Tools/User Id. Turn on the setting:

R4: "Share password with Notes add-ins".
R5 or R6: "Don't prompt for a password from other notes based applications"

https://www.ibm.com/support/knowledgecenter/en/SSKTWP_8.5.3/com.ibm.notes85.client.doc/sec_pass_otherapps_t.html

  1. Click File > Security > User Security (Macintosh OS X users: Lotus Notes > Security > User Security).
  2. Click Security Basics, and select "Don't prompt for a password from other Lotus Notes-based programs (reduces security)" under "Your Login and Password Settings."

Running a 32 bit web application in IIS 8 with SharePoint 2013

From https://www.manasbhardwaj.net/running-32-bit-web-application-iis-8/

"%systemroot%\system32\inetsrv\AppCmd.exe" set config -section:system.webServer/globalModules/[name='SPNativeRequestModule'].preCondition:integratedMode,bitness64