SUMMARY
This issue has been classified as expected behavior by Strategy. A solution for this issue is available in the following document.
SYMPTOM
On Strategy Intelligence Server running on UNIX/Linux operating systems, when trying to create a DSN-less connection to a Teradata database, the interface shows "Certified Driver not found", even when the driver has been installed correctly on the Strategy Intelligence Server and a DSN has been created and it works correctly.

Teradata 14.10 (Certified Driver not found)



CAUSE
This is expected behavior. If the odbcinst.ini has not been updated with the correct path to the Teradata driver, then the Web data import will report back to the user with the 'Certified driver not found" message.
ACTION
Find and edit the odbcinst.ini file in the Strategy home directory. Locate the entry for the Teradata driver and add the Teradata path in the Driver and Setup values, making sure that they point to the tdata.so, as seen below:
[Teradata] Driver=/opt/teradata/client/ODBC_64/lib/tdata.so Description=Server running Teradata APILevel=0 ConnectFunctions=YYY DriverODBCVer=3.52 FileUsage=0 Setup=/opt/teradata/client/ODBC_64/lib/tdata.so SQLLevel=0 SessionMode=Teradata NoScan=Yes RunInQuietMode=Yes StCheckLevel=0 DateTimeFormat=AAA CharacterSet=Enable ExtendedStmtInfo=Yes UseNativeLOBSupport=No
#
# ODBC Driver for Teradata
# MSTR_TERADATA_PATH=/opt/teradata/client/ODBC_64
if [ "${MSTR_TERADATA_PATH}" != '<MSTR_TERADATA_PATH>' ]; then
mstr_append_path LIBPATH "${MSTR_TERADATA_PATH:?}"/lib
export LIBPATH
