简体   繁体   English

WebSphere Portal 8安装-试用安装

[英]WebSphere Portal 8 Installation - Trial Installation

Trying to install IBM WebSphere Portal 8 Express Version from this link . 尝试通过此链接安装IBM WebSphere Portal 8 Express版本。

Once the installation starts, below error is captured in the Installation Manager logs. 安装开始后,Installation Manager日志中将捕获以下错误。

 [exec] C:\Program Files (x86)\IBM\WebSphere\ConfigEngine>db2 -v "CREATE DB wpsdb USING CODESET UTF-8 TERRITORY US PAGESIZE 8192" 
 [exec] CREATE DB wpsdb USING CODESET UTF-8 TERRITORY US PAGESIZE 8192
 [exec] SQL1092N  "XXXXXXX" does not have the authority to perform the requested 
 [exec] command or operation.


 [exec] C:\Program Files (x86)\IBM\WebSphere\ConfigEngine>db2 -v "UPDATE DB CFG FOR wpsdb USING applheapsz 4096" 
 [exec] UPDATE DB CFG FOR wpsdb USING applheapsz 4096
 [exec] SQL1013N  The database alias name or database name "WPSDB" could not be found. 
 [exec] SQLSTATE=42705

Additional Details: 额外细节:

  • OS - Windows 10 作业系统-Windows 10
  • User used - Is an admin, also added to the user groups DB2ADMNS and DB2USERS . 使用的用户-是管理员,也已添加到用户组DB2ADMNSDB2USERS
  • Purpose - Setup an existing project on Portal 8 and then upgrade to Portal 9. 目的-在Portal 8上设置现有项目,然后升级到Portal 9。

    Any suggestion or link to download IBM WebSphere Portal Enable/Extend version will help. 下载IBM WebSphere Portal启用/扩展版本的任何建议或链接都​​将有所帮助。

The issue is that the Portal Installation has an integrated DB2 setup which tries to add users to Domain instead of the Local Machine. 问题在于,门户网站安装具有集成的DB2安装程序,该安装程序试图将用户添加到域而不是本地计算机。 In order to fix this, create an user in the local system and add the user to these user groups - Administrator, DB2ADMNS and DB2USERS. 为了解决此问题,请在本地系统中创建一个用户,并将该用户添加到以下用户组-Administrator,DB2ADMNS和DB2USERS。

Steps to add user: 添加用户的步骤:

  1. Type lusrmgr.msc from command prompt. 在命令提示符下键入lusrmgr.msc。
  2. Add User from "Local Users and Groups > Users" tab. 从“本地用户和组>用户”选项卡中添加用户。
  3. Add User to Administrator, DB2ADMNS and DB2USERS groups from "Local Users and Groups > Groups" tab. 从“本地用户和组>组”选项卡中将用户添加到Administrator,DB2ADMNS和DB2USERS组。

Thanks @mao for the clue. 感谢@mao提供的线索。

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

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