【发布时间】:2019-12-09 17:37:39
【问题描述】:
我在本地运行 Domino 服务器。例如,我可以评估浏览器中的 log.nsf 和 names.nsf 数据库(即http://localhost/log.nsf)。 但我也创建了自己的数据库,例如 test.nsf 在访问http://localhost/test.nsf 时,我看到了这个:
Error 404
HTTP Web Server: IBM Notes Exception - File does not exist
我需要做什么才能从我自己创建的数据库中访问视图和代理
【问题讨论】:
-
你把你的“test.nsf”文件放在哪里了?如果它与 names.nsf 和 log.nsf(服务器的,我假设您也安装了客户端)在同一目录中,那么这应该可以工作。
-
是的在同一个目录+我有客户端
-
请写下整个目录...我认为您在错误的数据目录中创建了它
-
日志在 c:\program files\IBM\Notes\Data\log.nsf -------- 测试在 c:\program files\IBM\Notes\Data\test .nsf
-
仅在本地未加密时