" /> ETL 7.2 with 64bit oracle - Genesys CTI User Forum

Author Topic: ETL 7.2 with 64bit oracle  (Read 3405 times)

Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
ETL 7.2 with 64bit oracle
« on: November 27, 2007, 08:59:37 PM »
Advertisement
I'm not able to connect 64bit windows oracle with ETL jdbc. But if I pointed to 32bit oracle, it is able to connect.
Anyone out there seen this problem.

Thanks.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: ETL 7.2 with 64bit oracle
« Reply #1 on: November 27, 2007, 09:23:04 PM »
Hi,

Are there any errors in ETL log? If they are could you post the log here?

If my memory serves well I met the same issue on Solaris platform. It was caused by wrong configuration of path - pointing to 32bit libraries instead of 64bit.

René

Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
Re: ETL 7.2 with 64bit oracle
« Reply #2 on: November 28, 2007, 01:43:25 PM »
I didn't even try to start ETL because the error happens in configuration where you can configure ETL database setups.

jdbc:oracle:thin:@Oracle_64bit:1521:dat1

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: ETL 7.2 with 64bit oracle
« Reply #3 on: November 28, 2007, 07:01:27 PM »
[quote]I didn't even try to start ETL because the error happens in configuration where you can configure ETL database setups.[/quote]

Any screenshot? What the error message says?

R.

Offline CTIgem

  • Sr. Member
  • ****
  • Posts: 273
  • Karma: 0
Re: ETL 7.2 with 64bit oracle
« Reply #4 on: November 28, 2007, 07:48:18 PM »
Not much in screen shot.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: ETL 7.2 with 64bit oracle
« Reply #5 on: November 28, 2007, 08:24:02 PM »
Use Google and find a tool called "JDBCTest" that allows you to test (any) JDBC driver with different connection URLs. At least it shows you the full error message when an error appear and it will be helpful to know why the connection fails.

René