打开控制中心时报: DB2JAVIT : RC = 9505错误
系统启动后报:SQL5005C错误
To resolve this problem, add your user to the DB2ADMNS or the DB2USERS group.
点击开始-所有程序-附件-命令提示符-右键点击-以管理员身份运行
NET LOCALGROUP (– retrieve a listing of all local groups)
NET USERS ( – returns a list of all local users)
NET LOCALGROUP db2admns curried /add (add user ‘curried’ to the local group ‘db2admns')
NET LOCALGROUP db2admns (– returns a list of users who belong to the group ‘db2admns')
本文介绍了当遇到DB2启动时出现的特定错误(如DB2JAVIT:RC=9505和SQL5005C)时的解决步骤。通过将用户添加到DB2ADMNS或DB2USERS组中可以解决权限问题。文章提供了详细的命令行操作指导。
5151

被折叠的 条评论
为什么被折叠?



