Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Installing vCenter Single Sign On on the Oracle database fails with the error: Failed to access configuration database (2036656)
Symptoms
- Cannot install vCenter Single Sign On (SSO)
- Installing SSO fails
- You see the error:
Error 29114. Cannot connect to DB
- In the
%TEMP%/vminst.logfile, you see the error:RunSSOCommand:: error code returned is 14 while launching C:\Program Files\VMware\Infrastructure\SSOServer\utils\rsautil.cmd
Posting error message 29114
- In the
C:\Program Files\VMware\Infrastructure\SSOServer\utils\logs\install.logfile, you see these errors:ERROR: Failed to access configuration database: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
com.rsa.tools.common.action.exception.ExitException: Failed to access configuration database: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
Cause
Resolution
SERVICE_NAME, and not make use of the functionality to enter the Oracle SID:Note: For more information on making this change, contact your Oracle DBA or Oracle Support.
The syntax for the JDBC string with
SERVICE_NAME is:For example, using the information from this TNS entry:jdbc:oracle:thin:@//[HOST][:PORT]/SERVICE
SSO =(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = vmware.lab.com)(PORT = 1521))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = bob.world)))
The JDBC string is:jdbc:oracle:thin:@//vmware.lab.com:1521/bob.WORLD
Additional Information
See Also
- Installing vCenter Single Sign On in an IPv6 environment fails with the error: Error 29114.Cannot connect to database
- Troubleshooting vCenter Single Sign On installations which fail with: Error 29114. Cannot connect to DB
- Installing vCenter Single Sign On fails with the error: Unable to create database users: Password validation failed
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

