Troubleshooting RDBMS connections
The following information can help you troubleshoot common RDBMS issues. Refer to the database vendor documentation for additional help.
Note: If the Helix ALM
The Helix ALM Server, Helix ALM License Server, and Surround SCM Server and store server configuration information in a server database. The server databases cannot be located in the same RDBMS database.
You must stop and restart the Helix ALM
The Helix ALM
This error occurs when the database is in use by a different Helix ALM
Try the following if you are experiencing ODBC connection problems.
1. Test the ODBC connection in the ODBC Data Source Administrator.
If you cannot connect to the RDBMS, click the Test Connection button in the ODBC Data Source Administrator to test the connection.
2. Make sure the DSN is a system DSN.
The data source you are trying to connect to must be configured as a system DSN in the ODBC Data Source Administrator.
| Error | Cause |
|---|---|
| [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified QODBC3: Unable to connect | An ODBC data source with the specified DSN was not set up in the ODBC Data Source Administrator. The DSN must be a system DSN. |
| Error | Cause |
|---|---|
| [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. QODBC3: Unable to connect | Occurs on Windows. A username is not specified for the RDBMS connection and the ODBC data source was not configured to run ‘With Windows NT authentication using the network login ID’ in the ODBC Data Source Administrator. |
| [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'xxxx'. QODBC3: Unable to connect | The username or password entered in the RDBMS connection information is not valid. |
| Error | Cause |
|---|---|
|
|
The Oracle Instant client drivers are not installed. See Setting up Oracle databases for information about downloading the installers. |
| ORA-12705: invalid or unknown NLS parameter value specified QOCI: Unable to logon | The full Oracle client is installed on the same computer with a language setting other than UTF8. To resolve this issue, set the following environment variable:
You can also remove the following registry entry to help resolve the issue: HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\NLS_LANG Note: Refer to Oracle Metalink article 179133.1, “The Correct NLS_LANG in a Windows Environment,” for information about the correct setting, which varies based on the Windows version. |
| ORA-12514: TNS:listener does not currently know of service requested in connect descriptor QOCI |
The service name specified in the RDBMS connection information does not exist. Make sure that an Oracle listener was created with the specified service name on the host computer. This error can also occur if a version of the full Oracle client older than 10g is installed. If the full client appears in the PATH environment variable, the older oci.dll may be loaded. To resolve this issue, search for all instances of the oci.dll file. If multiple copies are found, remove the other copies or remove their directory reference from the PATH environment variable. |
| ORA-12154: TNS:could not resolve the connect identifier specified QOCI |
The computer specified in the RDBMS connection host name cannot be found. Make sure the host name is correct and the host computer is running. |
| ORA-12541: TNS:no listener QOCI |
The port number specified in the RDBMS connection information is not a valid TNS listener port on the specified host computer. Check the host port number. |
| ORA-01017: invalid username/password; logon denied QOCI |
The username or password specified in the RDBMS connection information is not valid. Check the username and password. |
| Error | Cause |
|---|---|
| Opening the database connection failed because the Helix ALM |
The Helix ALM
|






