budfrog532
New Member
Using the Ubuntu-based VM installation from Infobright/Pentaho - working on a data warehouse/BI solution pulling data from our Progress based ERP system.
Progress version 9.1e
Steps I have taken
1) Installed 9.1e on Ubuntu
2) Set DLC path in /etc/environment
3) ran ldd * in /usr/dlc/odbc/lib to determine library issues, and had to add /usr/dlc/odbc/lib, usr/dlc/lib and usr/lib to LD_LIBRARY_PATH --- ldd * runs clean now
4) Set up an odbc.ini file with connection settings that work just fine on my WinXP box
5) Installed iodbc to allow me to use a graphical interface to set up DSN's -- sorry Linux guys, I needed something graphical
I am able to add the driver pointing to /usr/dlc/odbc/lib/pgpro918.so, and then pointing to my .ini file
When I try to test the connection I get the message "IM003 [iODBC][Driver Manager]Specified driver could not be loaded" and then I get the message I can't figure out:
"00000 [iODBC][Driver Manager]/usr/dlc/lib/libprosqlsp.so: undefined symbol: _ls_7ostreamPCv"
I am a relative newbie on Progress, so trying to hunt and peck my way through this. Any help would be appreciated. I have the Pentaho stuff working like a charm on M$xp, but would much rather run all of this on the Ubuntu VM from the vendor.
Progress version 9.1e
Steps I have taken
1) Installed 9.1e on Ubuntu
2) Set DLC path in /etc/environment
3) ran ldd * in /usr/dlc/odbc/lib to determine library issues, and had to add /usr/dlc/odbc/lib, usr/dlc/lib and usr/lib to LD_LIBRARY_PATH --- ldd * runs clean now
4) Set up an odbc.ini file with connection settings that work just fine on my WinXP box
5) Installed iodbc to allow me to use a graphical interface to set up DSN's -- sorry Linux guys, I needed something graphical
I am able to add the driver pointing to /usr/dlc/odbc/lib/pgpro918.so, and then pointing to my .ini file
When I try to test the connection I get the message "IM003 [iODBC][Driver Manager]Specified driver could not be loaded" and then I get the message I can't figure out:
"00000 [iODBC][Driver Manager]/usr/dlc/lib/libprosqlsp.so: undefined symbol: _ls_7ostreamPCv"
I am a relative newbie on Progress, so trying to hunt and peck my way through this. Any help would be appreciated. I have the Pentaho stuff working like a charm on M$xp, but would much rather run all of this on the Ubuntu VM from the vendor.