From Bright Pattern Documentation
< 3.14:Custom-reporting-tutorial
Revision as of 23:55, 23 February 2017 by Tracy (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:custom-reporting-tutorial:CreatingDataAdapter:3.13)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

Creating Data Adapter

In Repository Explorer > Data Adapters, right-click and select Create Data Adapter, and specify the following:

  • JDBC Driver: org.mariadb.jdbc.Driver
  • JDBC Url: jdbc:mariadb://<your database server host name>:3306/< your reporting database name>
  • Username: username for access to your Reporting Database
  • Password: password for access to your Reporting Database

For database server host name, database name, and username, open the Contact Center Administrator application and navigate to Reporting Settings.

Click Finish.


Reporting-db-spec-image2.png
< Previous | Next >