Skip to main content
Use this to connect Alumio to an IBM DB2 database server. Once it is set up, the connection can be reused by other features that read from or write to your DB2 database. The connection always talks to the server over TCP/IP, so you only need to supply where the server lives and how to sign in.

Fields

Sample data

A typical IBM DB2 connection:
FieldValue
Server hostnameyour-db-host.example.com
Server port50000
Database nameWAREHOUSE
Usernamedb2inst1
Passwordyour-password
{
    "hostname": "your-db-host.example.com",
    "port": "50000",
    "database": "WAREHOUSE",
    "username": "db2inst1",
    "password": "your-password"
}
Connection credentials are shown here as placeholders. For the password you can reference an environment variable instead of typing the secret directly; see Placeholders for the full syntax.