简体   繁体   English

如何关闭远程进度 (openedge) 数据库

[英]How to shutdown a remote progress (openedge) database

I want to shutdown a remote DB with proshut我想用 proshut 关闭远程数据库

https://knowledgebase.progress.com/articles/Article/P20918 https://knowledgebase.progress.com/articles/Article/P20918

i get this error:我收到此错误:

"Shutdown request denied because you are an invalid user, remote shutdown is not allowed, or the database is enabled for Failover Clusters. (12566)" “关闭请求被拒绝,因为您是无效用户,不允许远程关闭,或者数据库已为故障转移群集启用。(12566)”

Where can i define the user for the shutdown request?我在哪里可以为关闭请求定义用户?

You're seeing the error because the database was started with the specific flag to disallow remote shutdown.您看到错误是因为数据库是使用特定标志启动的,以禁止远程关闭。 Since you're probably not root, you will not be able to go around that.由于您可能不是 root,因此您将无法绕过 go。

More info on the normtshutdown db flag:有关 normtshutdown db 标志的更多信息:

https://knowledgebase.progress.com/articles/Article/P94213 https://knowledgebase.progress.com/articles/Article/P94213

dbman -stop -H 192.168.1.123 -port 20931 -u j.verne -db pool_05_xyz followed by my windows password stops the remote DB (i dont know why this works...) dbman -stop -H 192.168.1.123 -port 20931 -u j.verne -db pool_05_xyz 后跟我的 windows 密码停止远程数据库(我不知道为什么会这样...)

The problem seems to be that OpenEdge Explorer starts the DB with SYSTEM and not the user that is logged in. When i try to stop it remotely my windows login name is used to send it as user to the server.问题似乎是 OpenEdge Explorer 使用 SYSTEM 而不是登录的用户启动数据库。当我尝试远程停止它时,我的 windows 登录名用于将其作为用户发送到服务器。 At the moment i dont know how to solve it.目前我不知道如何解决它。 Maybe i can stop the db with DBMAN command, but this rejects my login.也许我可以用 DBMAN 命令停止数据库,但这会拒绝我的登录。

Starting the service with a user account makes it possible to connect and stop it使用用户帐户启动服务可以连接和停止它

AdminService for OpenEdge 11.4 Manages Progress OpenEdge servers Wird ausgeführt Automatisch j.verne@treasureIsland.de AdminService for OpenEdge 11.4 管理 Progress OpenEdge 服务器 Wird ausgeführt Automatisch j.verne@treasureIsland.de

But this is my local solution, i dont know if this is ok for the real remote server但这是我的本地解决方案,我不知道这是否适用于真正的远程服务器

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

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