Our support for Mac OS 9/Classic is being phased out due to its EOL status with Apple, and its inherent inability to support some key features of our drivers. Currently, no Release 6.x Data Access components exist for this platform, and none are planned.
To date, all Release 6.3 components built for Leopard have tested fully compatible with these later versions of Mac OS X. Earlier builds for Leopard may also be compatible with later OS versions, but we recommend always using the latest available download.
Our Release 5.x components are not, and will not be, available in Universal nor Intel binary builds, and thus cannot be used by Intel-native client applications. They can only be used with PPC-native or Rosetta-launched Universal builds on Intel Macs. Upgrade Lite or Enterprise Edition drivers to Release 6.x to obtain full Intel compatibility.
Yes. Our Express Edition drivers support Intel and Universal Binary applications that run on any Intel Mac.
However, PPC-native Binary applications (such as Microsoft Query, as shipped with Microsoft Office:Mac v.X through Office:Mac 2008; Office 2011 and later include an Intel-native Query) cannot use Express Edition drivers on Intel-based Macs; this is due to Apple's decision to install only Intel-native JVM components, rather than a Universal binary JVM, on these Macs. PPC-native binaries can only use Lite or Enterprise Edition drivers on Intel-based Macs.
Did you drag the installer .mpkg from the mounted .dmg and onto your hard disk? There are a number of limitations in the Mac OS X Installer.app. Therefore, we do not recommend this practice. Please mount the downloaded .dmg, and simply double-click the .mpkg contained within.
Yes. These clients will coexist happily. Please always use a Generic Client from the same Release as your target Request Broker -- i.e., Release 5.x Generic Client against Release 5.x Broker/Agent. Using a mix of components (e.g., a Release 6.x Generic Client against a Release 5.x Broker/Agent, or a Release 5.x Generic Client against a Release 6.x Broker/Agent) may not produce any error messages, but such combinations are untested and unsupported, and may lead to unexpected and undesired results.
This error message has 3 predominant causes:
Your machine has 4 processor cores, as either one quad-core processor or two dual-core processors. OpenLink licenses by the core, so you need to obtain a larger license.
Take the following action:
/Library/ODBC
directory.
ls -l odbc*ini
odbc.ini
and odbcinst.ini
files.
For example:
-rw-rw-r-- 1 nobody nobody 489 May 27 2005 odbc.ini -rw-rw-r-- 1 nobody nobody 944 Dec 21 08:50 odbcinst.ini
odbc.ini
and odbcinst.ini
are owned by root
.
odbc.ini
and odbcinst.ini
are owned by the admin group.The following syntax can be used to make changes to the user and group ownership of the odbc files:
sudo chown root:admin /Library/ODBC/odbc*.ini
The application's $ODBCINI
setting should target your System-level /Library/ODBC/odbc.ini
.
Locate the problem dependency in the application's native configuration file.
For example:
ODBCINI=/private/var/root/Library/Preferences/ODBC.preference
Change the variable to read:
ODBCINI=/Library/ODBC/odbc.ini
You may need to reboot to make this all take effect, depending on how that client application is written.
Experience suggests that our Single-Tier Express Edition Driver for DB2 for Mac OS X may be used successfully against some iSeries-hosted DB2 instances. This is not the case in all situations. Use of our Lite Edition ODBC Driver for JDBC Data Sources with the JT400 package is more likely to succeed due to differences in the way DB2 on AS/400 communicates vs DB2 on Windows/Linux. We generally have success in using our current Express Edition against AS/400, but there are some environments where this does not work, and thus the JT400 package is necessary.
If you would like to test with the JT400 package, do the following:
/Library/Java/Extensions/
directory.
com.ibm.as400.access.AS400JDBCDriver
jdbc:as400://mysystem.helloworld.com/mylibrary;naming=system;errors=full file:///Users/OpenLink/Desktop/JT400-JTopen/jtopen 6_0_javadoc/com/ibm/as400/access/doc-files/JDBCProperties.html errors=full prompt=false metadata source=0
Yes and no. Please see our detailed answer.
The OpenLink "Lite" Edition Driver for Oracle relies upon Oracle-supplied OCI Libraries, which have not been delivered for Intel-based Macs. You can only use Express Edition drivers on an Intel-based Mac, if your client application is PPC-native or is Universal and set to "Open in Rosetta" Intel-native applications. By default, Universal applications running normally will launch the Intel-native portion of the Universal driver, which will then try to load an Intel-native OCI library -- which is not available at the time of writing.
Consult FileMaker support for assistance with this error.
Yes. The architecture would look something like this:
Perl on Mac >> iODBC Driver Manager >> OpenLink Multi-Tier Generic Client ODBC Driver ... TCP/IP connection to Windows ... >> OpenLink Multi-Tier Request Broker & ODBC Bridge Agent >> MDAC (Microsoft Data Access Components) Driver Manager >> FileMaker Pro ODBC Driver ... TCP/IP connection to Mac ... >> FileMaker Pro
You may be encountering issues with older versions of the iODBC frameworks. Run these commands in a Terminal.app session:
sudo find / -name .*odbc*.ini -ls sudo find / -name *odbc*.ini -ls
The odbc.ini and odbcinst.ini files should not start with a period ("."), and they should be found only in /Library/ODBC/
or /Users/*/Library/ODBC/
.
If you encounter misnamed or misplaced files, consult OpenLink Product Support for assistance in cleaning things up.
Users have reported that reinstallation of FMPA 9.1 resolved a visibility issue with pre-existing User DSNs. It is possible that the original FMPA installation was somehow corrupted.
Contact FileMaker support for guidance in this area.
This is not an ODBC or Data Access Driver issue. Consult FileMaker support for additional guidance.
This error occurs due to sub-optimal library linkage in Omnis Studio. Omnis library linkage is not dynamic. Even thought it is compatible with newer versions of the iODBC driver manager frameworks, it is hard-linked to one, specific version. OpenLink will introduce an iODBC driver manager enhancement to work around this limitation. In the interim, OpenLink Product Support can assist you with the creation of soft-links that will resolve the immediate problem.
Are you running Excel on an Intel-based Mac along with our ODBC Driver for JDBC Data Sources or our Express Edition drivers? Our JDBC-related drivers cannot be used by PPC-native applications (such as MS Excel/Query v.X through 2008) on Intel Macs, due to limitations in Apple's JVM.
The PPC-native application will load the PPC-native segment of the iODBC Driver Manager, and in turn, the PPC-native segment of the ODBC driver -- but there is no PPC-native segment of the JVM. It only installs with Intel-native binaries on Intel-based Macs.
Consult OpenLink Product Support to review your options.
Microsoft Query issues the SQLTables()
ODBC API call.
This API call takes several arguments: TABLE
, VIEW
, SYNONYM
, etc.
Microsoft Query only asks for TABLE
; our ODBC driver therefore correctly leaves out the VIEW
s and other table types.
We have introduced an enhancement into our driver to work around this issue. That said, you can manually create any query you like; the limitation only affects the graphical query builder.
The Data Source Name should use the IP address of the Windows instance. The Windows instance should get its own IP address -- distinct from the Mac's IP address -- via DHCP, hardcoding, etc.
~/Desktop/iodbc.$p.$t.log
$p
and $t
tokens will be replaced by the client application Process ID and a Timestamp, so that logs don't over-write each other.Executing the following command in Terminal.app will reveal all properly installed OpenLink drivers and their versions.
sudo find /{Users/*/Library,Library}/ODBC \( -name oplodbc.so -o -name "*lt.so" \) -exec ls -l {} \; -exec strings {} \; | grep "Compiled\|Version 0\|oplodbc\|lt.so\|05\.0[012]"</td>
Drivers from other vendors may have other means of interrogation. Most of this information may also be seen through the Drivers tab of the OpenLink ODBC Administrator.app.
Use the `iODBC Test.command` (/Applications/iODBC/) to test a DSN. When it launches, you'll see the iODBC version. You will also receive a list of DSNs available for use. Enter a connect string of the following form --
DSN=<dsn>[;UID=<username>[;PWD=<password>]]
-- e.g., --
DSN=oracle-dsn;UID=scott;PWD=tiger
Upon successful connection, you'll see the driver name and version printed above the SQL> prompt.
Run this command:
system_profiler SPHardwareDataType
Run this command:
system_profiler SPSoftwareDataType
This error could occur if you have a combination of Universal and PowerPC software on the Mac OS X host.
Resolution would consist of removal of all OpenLink components and re-installation with guidance from OpenLink Product Support.
The file
command can be used to verify whether or not particular components are Universal or PPC-based.
For example:
% file sql_st_lt.so sql_st_lt.so: Mach-O bundle ppc
Use the following sequence to perform a clean uninstall of all iODBC and Data Access components added by installers from OpenLink Software.
Uninstall.command
script (/Applications/OpenLink/Universal Data Access Drivers (* Tier Edition)/
).
If the script is not present, skip ahead to #3.
Yes
`, `All
`, or `Quit
`, will be interpreted as `No
`, including `y
`, `Y
`, and `yes
`.
/Applications/iODBC /Applications/OpenLink* /Library/Application Support/iodbc /Library/Application Support/openlink /Library/Frameworks/iODBC* /Library/Java/Extensions/libopljodbc*.jnilib /Library/Java/Extensions/opljdbc*.jar /Library/Java/Extensions/virtjdbc*.jar /Library/LaunchDaemons/com.openlinksw.* /Library/ODBC/OpenLink* /Library/Receipts/iODBC* /Library/Receipts/Opl* /Library/Receipts/UDA* /Library/Receipts/VIRT* /Library/Receipts/Virt* /Library/StartupItems/Oplmgr /Users/*/Library/Preferences/com.openlinksw* /Users/*/Library/Saved Application State/com.openlinksw* /private/var/db/receipts/com.openlinksw.*
sudo rm -rf /Applications/iODBC /Applications/OpenLink* "/Library/Application Support/iodbc" "/Library/Application Support/openlink" /Library/Frameworks/iODBC* /Library/LaunchDaemons/com.openlinksw.* /Library/ODBC/OpenLink* /Library/Receipts/iODBC* /Library/Receipts/Opl* /Library/Receipts/UDA* /Library/Receipts/VIRT* /Library/Receipts/Virt* /Library/StartupItems/Oplmgr /Library/Java/Extensions/libopljodbc* /Library/Java/Extensions/opljdbc* /Library/Java/Extensions/virtjdbc* /Users/*/Library/Preferences/com.openlinksw* /Users/*/Library/Saved\ Application\ State/com.openlinksw* /private/var/db/receipts/com.openlinksw.*