I am using Greenplum version 4.2.1.0 and the GreenPlum connectivity toolkit version 4.2.1.0-build-2 and am unable to connect through the OracleBI ODBC Client nqcmd version: 11.1.1.5.0.110427.0955.000
in which I keep getting the error:
> nqcmd
-------------------------------------------------------------------------------
Oracle BI ODBC Client
Copyright (c) 1997-2011 Oracle Corporation, All rights reserved
-------------------------------------------------------------------------------
Give data source name: PostgreSQL30
Give user name: [redacted]
Give password: [redacted]
[0][State: S1000] [DataDirect][ODBC lib] Unicode converter truncated character
Connect open failed
Connection open failed:
[0][State: S1000] [DataDirect][ODBC lib] Unicode converter truncated character
Here is copy of my .odbc.ini
[PostgreSQL30]
Description=Connect to GreenPlum
Driver=/usr/local/greenplum-connectivity-4.2.1.0-build-2/drivers/odbc/psqlodbc-08.02.0500/unixodbc-2.2.12/psqlodbcw.so
Trace =1
Debug =1
TraceFile =sql.log
Database =[redacted]
Servername =[redacted]
Username =[redacted]
Password =[redacted]
Port =5432
Protocol =8.2-1
ReadOnly =No
RowVersioning =No
ShowSystemTables =Yes
ShowOidColumn =No
FakeOidIndex =No
MaxLongVarcharSize =500
DisallowPremature =No
UseServerSidePrepare =No
useDeclareFetch =1
Fetch =4096
This issue straddles the line between Greenplum and Oracle, but I am hoping someone might have some experience which crosses this line!


Reply With Quote
