" /> GAX Database / Connectivity - Genesys CTI User Forum

Author Topic: GAX Database / Connectivity  (Read 4403 times)

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
GAX Database / Connectivity
« on: March 02, 2016, 02:51:22 PM »
Advertisement
hello,

I am deploying gax 8.1 however unsure how the DAP connection is configured (to its own database).
upon using the initial set up I cannot connect to the database.
we use oracle and connect through the TNS entry but unsure what details from here need to be used for the relevant fields.
I was thinking of manually creating the DAP but not sure what details are needed/connection ie jbdc / non jdbc, a dbserver if non jdbc etc.

thanks,

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: GAX Database / Connectivity
« Reply #1 on: March 02, 2016, 02:57:59 PM »
You can deploy the DAP through the wizard which is available in GAX by default via login using the "root" user (deep details are within dep guide). Other way how to achieve that is through manually adding the DAP to the connection of the GAX. All is JDBC as the GAX is java-based.

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Re: GAX Database / Connectivity
« Reply #2 on: March 02, 2016, 03:25:26 PM »
[quote author=Kubig link=topic=9393.msg42497#msg42497 date=1456930679]
You can deploy the DAP through the wizard which is available in GAX by default via login using the "root" user (deep details are within dep guide). Other way how to achieve that is through manually adding the DAP to the connection of the GAX. All is JDBC as the GAX is java-based.
[/quote]

I tried to do this through the wizard, however encountered error connecting to DB when trying to pass this step.
when creating a JDBC DAP, do I need to defined a role (if so what value) and jdbc-url in annex tab?
also for jdbc connector , does it matter if the classpath environment variable is odbc6.jar or odbc7.jar?

thanks,
Wasim

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: GAX Database / Connectivity
« Reply #3 on: March 02, 2016, 03:39:52 PM »
I have encountered the issue with wizard as well. Unfortnately, do not remember the root-cause, but it was a "trifle".

About the JDBC DAP, yes you have to define the role:

Under section "GAX", create option called "role" with value "main" for GAX database itself and for audit dap just change the value for from "main" to "auditing". The jdbc-url is not necessary in this case.

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Re: GAX Database / Connectivity
« Reply #4 on: March 02, 2016, 04:27:09 PM »
[quote author=Kubig link=topic=9393.msg42499#msg42499 date=1456933192]
I have encountered the issue with wizard as well. Unfortnately, do not remember the root-cause, but it was a "trifle".

About the JDBC DAP, yes you have to define the role:

Under section "GAX", create option called "role" with value "main" for GAX database itself and for audit dap just change the value for from "main" to "auditing". The jdbc-url is not necessary in this case.
[/quote]

Is GAX in caps? not lowercase?

Offline Timur Karimov

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: GAX Database / Connectivity
« Reply #5 on: March 03, 2016, 04:57:09 PM »
Yes, GAX in caps.