Hi ,
We Need to connect to GreenPlum Database in SAP BI 4.0,
i dont see any specific driver to set up a system dsn for this data source.
So can any one share your experience if you built a universe based on green plum db(UNX using IDT in 4.0)
or even in earlier versions of BO how to create a system dsn for greenplum db,
which driver we need to use.
Thanks.
I’ve been connecting to Greenplum from our XI 3.1 platform using the generic PostgreSQL 8.03.04.00 drivers. It has been working well, but we initially had to tweak a bunch of the driver settings to get it to function consistently. From the universe connection side, we set it up as an ODBC3 type connection.
I do know that there is a specific “Greenplum” connection type in designer, but I do not know what drivers are required to use that type.
We’ve also tried the Data Direct Greenplum driver version 6 but what we found with that driver was that Webi Rich Client would suffer from #DATATYPE errors where a numeric value was expected. So the Data Direct drivers seemed to be interpreting the results wrong causing problems for the client tool. So we’re sticking with the PostgreSQL drivers for now.
We just deployed Greenplum 4.0 and are getting ready to cut over to it next week. I’m trying to get EMC to come back with their recommendation for which driver type or version we should be using with the new version.
Hi Thanks For your inputs,
do you remember what are the changes you made at the driver settings level.
i am unable to find the free download of this drivers,
do we need to purchase them,
once downloaded we need to install them in the folder where we installed bo or its ok to just install at the default location,
do we need to make any cahnges to the .sbo file.
Note that there are newer versions of the driver (9.x.x.x) but I personally haven’t tested or used anything above version 8.3.4.
We’re running BO on a Windows Server 2003 platform, so the installation is as simple as running the msi installer package. You then go to the ODBC control panel and add an ODBC connection using the PostgreSQL driver which now appears in your list of available drivers. Note that it will install ANSI and UNICODE versions. We use the UNICODE driver.
I’ve attached screenshots of our settings. Note: Your settings may differ based on your database config, but these settings have worked great for us. Greenplum PostgreSQL Driver Settings.pdf (88.0 KB)