Jump to content

Installation of MDC


Recommended Posts

Hello!

I need help installing Mobile Device Connector. Running Cent OS 7 64-bit

I am getting this error message:

Quote

The database server is not configured correctly. Please check the documentation and reconfigure the database server as needed.


 

This is my /etc/odbcinst.ini:

[PostgreSQL]
Description=ODBC for PostgreSQL
Driver=/usr/lib/psqlodbcw.so
Setup=/usr/lib/libodbcpsqlS.so
Driver64=/usr/lib64/psqlodbcw.so
Setup64=/usr/lib64/libodbcpsqlS.so
FileUsage=1

[MySQL]
Description=ODBC for MySQL
Driver=/usr/lib/libmyodbc5.so
Setup=/usr/lib/libodbcmyS.so
Driver64=/usr/lib64/libmyodbc5.so
Setup64=/usr/lib64/libodbcmyS.so
FileUsage=1

[MySQL ODBC 5.2 Unicode Driver]
Driver=/usr/lib64/libmyodbc5w.so
UsageCount=1

[MySQL ODBC 5.2 ANSI Driver]
Driver=/usr/lib64/libmyodbc5a.so
UsageCount=1

This is my install script:

./mdmcore-linux-x86_64.sh \
--https-cert-path=/root/httpsCredentials.pfx \
--https-cert-password=mypass \
--port=2222 \
--db-type="MySQL" \
--db-driver="MySQL ODBC 5.2 Unicode Driver" \
--db-admin-username="root" \
--db-admin-password=mypass \
--db-user-password=mypass \
--db-hostname="127.0.0.1" \
--webconsole-password=mypass\
--hostname=era.my.dom \
--mdm-hostname=mdm.my.dom

Please point me in the right direction I'm not sure where else to look. Thanks

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...