Create users manually
Use this alternative method for creating users if you have problems running the setup-database task that is documented for setting up a remote SQL Server 2005 database on Windows for a stand-alone production server. Before you begin:
- You should have completed installing SQL Server 2005 and creating databases.
- If WebSphere Portal v6.1.5 and an earlier version of WebSphere Portal coexist, the database user IDs for WebSphere Portal v6.1.5 must be different than earlier versions to avoid conflicts during installation.
Create the recommended database users with the SQL Server Management Studio. At least one user is required for each SQL Server 2005 instance.
Take care to create users in an environment that has the same settings as the actual runtime environment.
For example, avoid creating a user in an English environment if you plan to use that user in a Turkish environment.
- Connect to your SQL Server 2005 instance.
- Expand the tree view beneath the SQL Server instance.
- Expand Security and right-click on Logins.
- In the opening context menu, select New Login....
- Enter the database user names.
- Select SQL Server Authentication.
- Set a password for the selected user.
- In the Database Access window, select the database the user must connect to at runtime. The following mappings are recommended:
Database User RELEASE RELEASEUSR COMMUNITY COMMUNITYUSR CUSTOMIZATION CUSTOMIZATIONUSR JCRDB JCR FDBKDB FEEDBACK LMDB LIKEMINDS
- Click OK to save the user changes.
- Add the role SqlJDBCXAUser to all the database users that connect to the database using XA connections.
This role is available for the database "master" only. To grant users this role:
- Open the Microsoft SQL Server Management Studio and connect to the database instance.
- Expand Security > Logins underneath the database instance name.
- Click the user name to open the Login Properties window.
- Select User Mapping.
- Select database master in the database list.
- Select SqlJDBCXAUser.
- Click OK.
Parent topic:
Create users and databases for SQL Server on Windows