Uncategorized

Oracle VM Manager Login Problem

You may suffer issues when attempting to login to the Oracle VM Console i.e. http://<host>:port/ovm/console. May receive an error such as :- “Unexpected error during login (com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_6000E Internal Error: Connection refused Connection refused Tue Nov 15 17:20:22 PST 2011), please consult logs for details. This is generally caused by the OVS user account on…

Uncategorized

Unix ODBC Configuration

UnixODBC When attempting to prove ODBC connectivity on a Unix system, you often need an ODBC Driver manager,  http://www.unixodbc.org is a useful resource. Once downloaded to install :- untar /gunzip the downloaded media As root user ./configure make make install This will create the following files which you can then configure /usr/local/etc/odbcinst.ini /usr/local/etc/odbc.ini A recent…