Securing database connections
Set up security for a database connection, whether it is required by the database provider or optional.
Before you begin
- If you are using a JDBC provider, you must first set up the JDBC provider. See Set up your JDBC provider definition.
- If you are using an ODBC connection, you must first connect to the database. See Enabling ODBC connections to the databases.
About this task
Use the mqsicredentials command to specify a user ID and password that the integration node can use to access each database. Alternatively, you can use the mqsisetdbparms command.If a user ID and password have not been specified for database access, default values for user ID and password are used which are platform specific:
- On Windows: The integration node service ID and password that you specified on the mqsicreatebroker command.
- On Linux® and UNIX: The user ID
mqsiUser
and password********
(these values are fixed).
Steps
for setting up security are specific to the type of database connection that you are using. Choose
your database connection type to see the steps:
ODBC connections
About this task
If your ODBC data source requires you to define secure access, or if you want to implement security where this is optional, complete the following steps: