Windows stand-alone: Create groups and assign users
Before transferring the databases to DB2 , create the users and groups specified in wkplc_dbdomain.properties and assign the users to their corresponding group. The user and group names must comply with both the database management system software requirements and WebSphere Portal requirements.
- Prerequisites
- Windows stand-alone: Install DB2
- Windows stand-alone: Modify DB2 database properties
- If you have provided a value in wkplc_dbdomain.properties indicating that a runtime user should be used to connect to the database at runtime, create a user for...
dbdomain.DbRuntimeUser
When creating these users, use the same user ids and passwords entered in wkplc_dbdomain.properties.
- If you have provided a value in wkplc_dbdomain.properties for dbdomain.DbRuntimeRoleName, create a group for...
dbdomain.DbRuntimeRoleName
- Assign the created user for dbdomain.DbUser to the created group for dbdomain.DbConfigRoleName.
- If dbdomain.DbRuntimeUser is specified, assign the created user for dbdomain.DbRuntimeUser to the created group for dbdomain.DbRuntimeRoleName.
Parent: Windows stand-alone: Set up a DB2 database
Previous: Windows stand-alone: Modify DB2 database properties
Next: Windows stand-alone: Create DB2 databases