Loading...
Corporate Training
IBM
IBM IDesigner
IBM IID
IBM IID Training
IBM Integration Designer
Installation
Interview Questions
Online Training
Troubleshooting
VirtualNuggets
https://ibmwebsphereintegrationdesigner.blogspot.com/2016/05/ibm-iid-installation-troubleshooting.html
Just spent quite a few hours troubleshooting IID V8.0 installation. Troubles started when installing DB2 Express (which comes with IID). I got to the end of installation but none of the server profiles was configured. Errors in the logs pointed to a pretty common SQL error
“SQL1092N “USER” does not have the authority to perform the requested command “
And it reported my domain Windows user account instead of “bpmadmin” user that was configured in the wizard.
Had to dig all the DB2 forums to come up with fixes. Wish IBM would document it somehow.
1. Verify user Domain Account and “bpmadmin” is part of DB2ADMNS and Administrators group
2. Verify in DB2 SYSADM, SYSCTRL, SYSMON groups are set to DB2ADMNS
db2 get dbm cfg
3. If they are not update groups:
db2 update dbm cfg using SYSMAINT_GROUP DB2ADMNS
db2 update dbm cfg using SYSCTRL_GROUP DB2ADMNS
db2 update dbm cfg using SYSMON_GROUP DB2ADMNS
db2 update dbm cfg using SYSADM_GROUP DB2ADMNS
4. Check that DB2_GRP_LOOKUP=TOKEN to make sure it works with domain account:
db2set -all
5. To update this setting run:
db2set DB2_GRP_LOOKUP=TOKEN
6. Restart DB2 instance
7. Reset WAS profile : Open IID, right click on Server -> Manage Profiles -> Reset Profile
8. If Reset did not work delete profile, and all files in profiles directory and re-create the profile with PMT
Corporate Training,
IBM,
IBM IDesigner,
IBM IID,
IBM IID Training,
IBM Integration Designer,
Installation,
Interview Questions,
Online Training,
Troubleshooting,
VirtualNuggets
VirtualNuggets
3821463312511157965
Post a Comment
Home
item
Blog Archive
Popular Posts
-
IBM Integration Designer is an Eclipse-based software development tool that is used for rendering of the current IT assets into servic...
-
What are the differences between long-running process and micro-flows? when do you use each of them? We use long running process only ...
-
Download Description IBM Integration Designer is the "one tool, one set of skills" solution for end-to-end integration in yo...
-
What is difference between the parallel flow and generalized flow activities in BPEL process? Parallel Flow A parallel process (or...
-
IBM Integration Designer is an Eclipse-based software development tool that renders your current IT assets into service components f...
-
The above referred product named IBM Integration Designer v8.5 includes the following enhancements: Simplified IBM Business Process...
-
Service-component architecture is a collection of rules, terms and conditions proposed for the development of applications base on service...
-
Just spent quite a few hours troubleshooting IID V8.0 installation. Troubles started when installing DB2 Express (which comes with IID). I...