Jump to content

Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server:


phplooser

Recommended Posts

Hi

 

Im getting this error from a site I have hosted on an internal server.

 

Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: server in C:\Freight\common.inc.php on line 3

 

the connection string is

 

<?php

session_start();

mssql_connect("server", "freight_mssql", "randoM1");

mssql_select_db("spk_freight");

?>

 

you see the funny thing is that this connection was working all along and then decided to drop. As far as i can make out sql server is up and running fine and so is IIS. So its a real noggin scratcher to why its not connecting up.

 

One thing that it may have caused it (im just guessing here) is that i was cleaning up old redundant users in the active directory of that server, would it be possible that by deactivating or deleting old profiles that i may have knocked it off that way? 

     

any ideas guys?

Link to comment
Share on other sites

Have you tried actually checking to see if mssql is running and that the user exists?

 

Hi,

 

Yes my sql server is running and the user "freight_mssql" is running. I am confused

 

I got it working. I just restarted the IIS and it seems to be ok again.

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.