Hi,
I'm trying to configure a connection using a TimesTen driver.
My odbc.ini looks like this:
[ODBC Data Sources]
VIL1IL_RunData_tt6_0_64bit=TimesTen Driver
[VIL1IL_RunData_tt6_0_64bit]
TTC_SERVER=localhost
TTC_Server_DSN=RunData_tt6_0_64bit
TCP_Port=14504
When I try to connect with Squirrel, it seems it's trying to use port 53393:
«VIL1IL_TT: [TimesTen][TimesTen 11.2.2.3.0 CLIENT]Unable to connect to data
source (DSN: VIL1IL_RunData_tt6_0_64bit; Network Address: localhost; Port
Number: 53393). Cannot connect to TimesTen Server. Verify that the
TimesTen Server is running or verify that your TCP PORT is set correctly.»
According to TimesTen documentation the port should be specified with the
"TCP_Port" attribute:
http://docs.oracle.com/cd/E11882_01/timesten.112/e21643/attribute.htm#BABJFJAC
What am I doing wrong?
PMG
|