有什么方法可以不使用 -U 或 -P 参数登录到 openedge 应用程序

Is there any way without using -U or -P parameter to login to openedge application

假设我们在数据库选项中启用了"disable blank userid access"选项,那么有什么方法可以不使用-U或-P参数来登录openge或progress应用程序吗?

谢谢

这完全取决于我阅读的Progress版本。我相信,如果您使用的是相当现代的 Progress 版本(10.2B 或更高版本),那么没有 -U 或 -P 参数就无法访问数据。它应该与 'use runtime permissions checking' 选项结合使用。我希望这有帮助。

您可以通过实施 CLIENT-PRINCIPLE 对象并使用它在尝试访问数据之前断言身份来避免交互式登录和使用 -U 和 -P。

一个好的起点:http://knowledgebase.progress.com/articles/Article/P147947