Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleINFO

Find here all information about configuring the mail server settings Datameer X uses.

Table of Contents

Database Drivers

You are presumed to know what types of databases you have available, their addresses, ports, and login information. If you do not have this information readily available, you need to contact someone within your own organization who can assist you.

  • For example, you need to be able to provide the following information:
    • Name: DB2
    • Jar File: db2jcc4.jar
    • Dialect : DB2-Dialect
    • Driver Class: com.ibm.db2.jcc.DB2Driver
    • Connection Pattern: jdbc:db2://%host%:%port%/%dbName%[:property1=value;property2=value;]

See the following page for more details: How to Install Database Drivers

Add drivers

 To add a database driver:

  1. Click the Admin tab and click the Database Drivers tab on the left.
  2. Click New.
  3. Enter a name for the new JDBC driver.
  4. Click Browse to navigate to where the JAR file is located.
  5. Select a database drive template based on the type of database you are using such as MySQL or Oracle.
  6. Enter a driver class.
  7. Enter a connection pattern.
  8. Click Save.

Edit drivers

To edit a database driver:

  1. Click the Admin tab and click the Database Drivers tab on the left.
  2. Click Configure for the driver you want to edit.
  3. Make your changes and click Save.

Mail Server

You can configure and test the mail settings that Datameer X uses to send notifications such as log file reports.

...