Lotus Notes Domino Application 在更改服务器 IP 配置后停止工作。

huangapple go评论94阅读模式
英文:

Lotus Notes Domino Application stopped working after changing Server's IP configuration

问题

我们公司刚刚与一家较小的公司合并,现在我们正在将其整合到我们的网络中。在将服务器的IP地址调整到我们的范围后,这家公司一直在使用的应用程序不再正常工作。

不幸的是,曾经为他们提供支持的IT公司已经不存在了。我们公司没有任何与Lotus Notes相关的经验,也没有查看代码的途径。我们考虑将他们的软件解决方案保持活动状态,直到我们的ERP可以覆盖其功能。

唯一的变化是IP地址的更改。

对此有什么反思或提示吗?

英文:

Our company just merged with a smaller company that we are now integrating in our network. After adapting the IP number of the server to our range, the application that this company was using ever since, doesn't work correctly anymore.

Unfortunately the IT company that had been giving support to them doesn't exist anymore. Nobody of my company has any experience with Lotus Notes nor do we have ways to see the code. We thought of keeping their software solution alive until the functionality will be covered by our ERP.

The only change that was made is the change of the IP Address.

Any reflections or hints on this?

答案1

得分: 2

以下是翻译好的内容:

  1. 从服务器的命令行中对 Domino 服务器名称进行 Ping 测试。它应该解析。如果没有解析,请添加 DNS 条目或 hosts 条目。

  2. 检查服务器上的 notes.ini 文件,查找是否有任何引用旧 IP 地址的内容。将其更改为新的 IP(在备份原始文件之前)。

  3. 使用 Notes 客户端打开 names.nsf,找到服务器视图,然后找到服务器的条目。检查其中是否有任何引用旧 IP 的内容,并进行更改。

  4. 在 Notes 客户端中打开本地 names.nsf,在“高级”下查找连接和位置。在此处更改任何引用旧 IP 地址的内容。

理想情况下,您应该使用 Domino 服务器的 Domino 名称(而不是操作系统服务器名称),并且这应该在 DNS 中可解析。

英文:

The domino server is quite sensitive to an IP address change if it has been configured with that instead of a dns name.

A few things to try:

  1. Ping the domino server name from the cmd line on the server. It should resolve. If it doesn’t then either add an entry to dns or add a hosts entry.

  2. Check the notes.ini file on the server for any reference to the old ip. Change this to the new ip (having made a backup of the original file).

  3. Using a notes client, open the names.nsf and find the servers view and then the entry for the server. Check it for any references to the old ip and change them.

  4. On the notes client open the local names.nsf and under “advanced” look for the connections and locations. Change any references to the old ip addresses here.

Ideally, you should refer to the domino server by its domino name (not the os server name) and this should be resolvable in DNS.

huangapple
  • 本文由 发表于 2023年6月6日 00:33:14
  • 转载请务必保留本文链接:https://go.coder-hub.com/76408396.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定