Spam Filter ISP Support Forum

  New Posts New Posts RSS Feed - Database Setup Issues on New Server
  FAQ FAQ  Forum Search   Register Register  Login Login

Database Setup Issues on New Server

 Post Reply Post Reply
Author
bdaniels View Drop Down
Newbie
Newbie
Avatar

Joined: 25 October 2007
Location: United States
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bdaniels Quote  Post ReplyReply Direct Link To This Post Topic: Database Setup Issues on New Server
    Posted: 28 July 2009 at 10:34pm
I am in the process of migrating my Spam Filter installation from a virtual machine to a physical server.   I currently have 2 servers connected to a single database cluster on the backend.   I have installed a 3rd server and want to pre-configure it before I retire one of the virtual servers.   However, when I configure the Database setup on the new server, I get the following error when tesing the DB string:
 
Test connection failed because of an error in initializing provider.
[DBNETLIB]ConnectionOpen (Connect()).]SQL Server does not exist or access denied
 
I am using the exact same string as the other servers and it works fine on them.  I can telnet to the SQL port from the new server, so the server is reachable, and the login works for the other 2 servers I have configured.   Are there any other configuration changes that need to be made on the new server?
 
Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 29 July 2009 at 4:43pm
For the connection string, are you using a .UDL file (Microsoft Universal Data Link), or are you specifying the actual full OLEDB/ODBC string with its parameters?

If using a .UDL file (the recommended method), if you double-click this file and click on "Test Connection", are you able to connect successfully?

If you're using a full connection string, what provider are you using? In addition, can you make sure that on the client (SpamFilter's server), using the SQL Server Client Network Utility (%system32%\cliconfg.exe), you have "TCP/IP" as an enabled protocol, and that it is first in the list of enabled protocols?

Also, when you say that you can telnet into the SQL port, you are referring to port 1433, correct? 
Roberto Franceschetti

LogSat Software

Spam Filter ISP
Back to Top
bdaniels View Drop Down
Newbie
Newbie
Avatar

Joined: 25 October 2007
Location: United States
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote bdaniels Quote  Post ReplyReply Direct Link To This Post Posted: 30 July 2009 at 12:32am

I figured it out, we are using a non standard port for our SQL server.   For some reason the Alias we have configured in SQL Server Client Utility was not actually working.  

I bypassed it by putting a comma and the port number after the server name in the connection string.
 
Thanks for the reply
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.078 seconds.