Cannot validate database parameters for new ALM install
Question ID: 104813
0
0

I have a new install of ALM/QC11 going with a new install of SQL Server 2008. During the ALM server setup, I keep getting error message about incorrect database parameters. Cannot validate the database parameters I believe is the message. I know I have entered in the correct login ID and password for the SQL DB. Double and triple checked this, so the login is not the issue. I defaulted everything during the install as typical as they can get. Any ideas?

Marked as spam
Posted by (Questions: 104, Answers: 0)
Asked on January 28, 2013 10:38 pm
354 views
Answers (2)
1
Private answer

If your login credentials are indeed correct, possible TCP/IP might be disabled somewhere in the configuration for your SQL DB. Re-enabling might be the fix you need to get the DB ''online.''

As an administrator, try the following under your Microsoft SQL Server Configuration Manager (this is found under the Configuration Tools folder under the Microsoft SQL Server folder from the Start Menu:

1. Once Configuration Manager is open,
on the left side tree panel, click
SQL Server Services.
2. To the right should be the results
pane. Verify that Running appears
next to the name of each service
under the State column.
3. If Stopped appears next to any,
right-click the name of the service
to Start the service.
4. Next, back to the left panel, expand
the SQL Server Network
Configuration.
5. Click on the Protocols for
MSSQLServer (if you truly defaulted
during install, this will be the
name). It could be different if you
changed it during installation.
6. Once on Protocols for MSSQLServer,
to the right you should see Protocol
Names and Status. Verify that
Enabled is present for TCP/IP.
7. Enable it if disabled by right
clicking on TCP/IP name.
8. Back to left panel and click on SQL
Native Client Configuration and
expand it.
9. Select Client Protocols and validate
that TCP/IP is Enabled.
10. Enable it if disabled by right
clicking on TCP/IP name.
11. Last step is to then go back to the
SQL Server Services in the left
panel and in the resulitng right
panel, find your SQL Server
(MSSQLServer) or the exact name if
you renamed it, and right click on
it and click on Restart. This
provided that you did find that
some of the TCP/IP settings were
disabled.

Marked as spam
Posted by (Questions: 1, Answers: 116)
Answered on January 28, 2013 10:42 pm
0
Private answer

Make sure that you can communicate with the DB server (that all the correct ports are enabled and such). I would open a telnet session on the QC app server between it and the db server (port the server is configured for) and make sure that the session can connect. If you don't haver communications between the app server and DB server then this could be the source of your problem.

I would also have your DB check that the proper permissions are applied to the user being used by QC to communicate with the DB server.

Marked as spam
Posted by (Questions: 0, Answers: 770)
Answered on February 1, 2013 4:22 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top