简体   繁体   English

可以通过Microsoft Visual Studio访问IBM Lotus Notes应用程序吗?

[英]Will IBM Lotus Notes Application can be accessed through Microsoft Visual Studio ?

I'm creating an utility for checking the application status either working or not. 我正在创建一个用于检查应用程序状态是否正常的实用程序。 Well I'm having an windows console application in C# .NET which use Lotus Notes Domino dll and Lotus Notes Client Password to access Lotus Notes Application. 好吧,我在C#.NET中有一个Windows控制台应用程序,它使用Lotus Notes Domino dll和Lotus Notes客户端密码来访问Lotus Notes应用程序。 Is there any other way to access the lotus notes application without any dependency of IBM lotus notes or Its password ?. 是否有任何其他方法可以访问Lotus Notes应用程序而不依赖于IBM Lotus Notes或其密码? Please provide me some suggestion or idea to solve this issue 请提供一些建议或想法来解决此问题

If you want to prove that a Domino server is responding to Lotus Notes client connections, you have to use NRPC (port 1352) to connect to it. 如果要证明Domino服务器正在响应Lotus Notes客户端连接,则必须使用NRPC(端口1352)连接到它。 The only way to do this is through the Lotus Notes core DLLs, and this requires a Lotus Notes client installation and ID file. 唯一的方法是通过Lotus Notes核心DLL,这需要Lotus Notes客户端安装和ID文件。 (This is true even if the Domino server is configured to accept anonymous connections.) (即使将Domino服务器配置为接受匿名连接也是如此。)

If you can live with a lower level of assurance, then you could make a connection via LDAP, HTTP, IIOP or SMTP - presuming that the Domino is configured to run any of those services. 如果您可以接受较低级别的保证,则可以通过LDAP,HTTP,IIOP或SMTP建立连接-假设已将Domino配置为运行任何这些服务。 This will at least prove that the server is up, but there would still be a small possibility that it is not accepting connections from Notes Clients. 这至少可以证明服务器已启动,但是仍然不太可能不接受来自Notes客户端的连接。

The last thing I want to mention is that just connecting to the server is not enough to prove that the application is fully available. 我最后要提到的是,仅连接到服务器不足以证明该应用程序完全可用。 You would at least have to open the NSF file(s) that are associated with the application. 您至少必须打开与该应用程序关联的NSF文件。

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

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