Creating Database User for SQL Server Database

You need to create database user for seed data creation.

Note: If you select Use an Existing MDM Database User option while setting up the SQL Server database in Configurator, the database user should be available.

Procedure

  1. Login to the SQL Server Management Studio as a Super User.
  2. Run the createUser.bat script from $MQ_HOME/db/sqlserver/configure.

    Where,

    USERNAME is the database user name and PASSWORD is password for the specified user name.

    The database user is created.

To provide permission to the user for creating database, do the following:

  1. Open the SQL Server Management Studio, select super usernameSecurity > Logins.
  2. Right-click username and select Properties. The Login Properties - username window is displayed.
  3. In the left panel, select Server Roles. The server roles are displayed in the right panel.
  4. In the Server Roles section, select the sysadmin check box.
  5. Click OK.

    The system administration server role is created. This server role can grant server-wide security privileges to a user.

Result

Also, specify the following parameters that are needed while installing TIBCO MDM:

  • Database name
  • Database port
  • Database server host name or IP address