I'm trying to do an import from an ODBC source. Instead of retreiving the list of tables it returns the error "Can't connection to local MySQL". From all of the documentation that I've found - if the port is defined the sockets setting is ignored. Any suggestions where to go from here?
-Using DataStage version 7 on Sun Solaris to connect to a remote MySQL db on a Windows 2000 server.
-There is not a local instance of MySQL on the Sun box.
ERROR:
DSR.MetaGeta(GET.TABLES)(SQLConnect('Source_Mysql','root')): BCI Error:
SQLSTATE=08S01,CODE=2002,[DataStage][SQL Client][ODBC][MySQL][ODBC 3.51 Driver]Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
ODBC CONFIGURATION:
[Source_Mysql]
Driver=/usr/lib/libmyodbc3.so
Description=MySQL ODBC 3.51 Driver DSN
SERVER=172.30.30.161
PORT=3306
USER=root
Password=xyzw
Database=report_source
OPTION=35
-Using DataStage version 7 on Sun Solaris to connect to a remote MySQL db on a Windows 2000 server.
-There is not a local instance of MySQL on the Sun box.
ERROR:
DSR.MetaGeta(GET.TABLES)(SQLConnect('Source_Mysql','root')): BCI Error:
SQLSTATE=08S01,CODE=2002,[DataStage][SQL Client][ODBC][MySQL][ODBC 3.51 Driver]Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
ODBC CONFIGURATION:
[Source_Mysql]
Driver=/usr/lib/libmyodbc3.so
Description=MySQL ODBC 3.51 Driver DSN
SERVER=172.30.30.161
PORT=3306
USER=root
Password=xyzw
Database=report_source
OPTION=35