Proposed Answer Microsoft SQL server error:233

  • domenica 30 settembre 2007 10:03
     
     

    I am getting this error when connecting to sql. I cant get into my databases now- its pretty ugly.

     

    "A connection was succesfulyl established with the server, but then an error occured during the login process.

    (provider: Shared Memeory Provoder, error: 0 - No Process is on the other end of the pipe.)Microsoft SQL server error:233

     

    Anyone who knows what is going on soem help would be much appreciated.

    Mat

Tutte le risposte

  • lunedì 1 ottobre 2007 06:19
    Moderatore
     
     

     


    Which application do you use connecting to SQL Server ? Did you try another one ? Did you try to see if there are any event log entires for the time trying to connect ?


    Jens K. Suessmeyer

    ---
    http://www.sqlserver2005.de
    ---

  • lunedì 1 ottobre 2007 12:21
    Moderatore
     
     
    You may also want to try connecting with a different login if you haven't already.

    Joe
  • martedì 2 ottobre 2007 08:24
     
     

    Thanks for the answers guys. I tried every possible login to no avail. I ended up having to remove visual studio, sql server 2005 then .NET framwork. Then reinstalling in that order. Just removing/reinstalling SQL did not work. Took around 5 hours all up.

     

    Pretty soul destroying stuff but thems the breaks I guess.

  • martedì 2 ottobre 2007 10:28
     
     

    You could try first checking if the following protocols are enabled from the SQL Server Configuration Manager:

     

    1. Named Pipes

    2. TCP/IP

     

    Also, check from the Surface Area Configuration Manager to find out if your SQL Express Instance is configured to accept remote connections.

     

    Please refer the following link for more help:

    http://msdn2.microsoft.com/en-us/library/bb326280.aspx

     

    HTH

  • martedì 2 ottobre 2007 11:30
    Moderatore
     
     
    OUCH! Thanks for posting your resolution. I would have hoped you could have found a less drastic measure.

    Joe

  • mercoledì 8 ottobre 2008 17:47
     
     
    I meet , restart your database. To restart your databse at "SQL Server Configuration Manager.

     

  • venerdì 5 giugno 2009 10:03
     
     Risposta suggerita
    hie.. all the solutions are right..
    after trying all.. see your sql server agent[ sql Server configuration manager] also start your server from run-->services.msc]
    it might be stopped.. if it is so.. make it connected from both way i mentioned..

    me too getting same error...

    • Proposto come risposta Dlang martedì 11 agosto 2009 14:11
    •  
  • martedì 11 agosto 2009 14:22
     
     Risposta suggerita

    After several frustrating attempts to get this resolved, I completed the following steps to resolve the "Microsoft SQL Server, Errorf:233.  

    1. Log into an administrative account that has access to both the machine and sql server 2005 database
    2. Open up SQL Server Management studio with "Windows Authentication" 
    3. Click on the security folder
    4. Click on "logins"
    5. Then click on the account that is not working 
    6. Answer - Make sure there is a database within the "Database Default"  specified "I placed the admin account to master"

    In my case there was no database specified within the default which put the login into limbo causing the Error:233

    • Proposto come risposta Dlang martedì 11 agosto 2009 14:23
    •  
  • martedì 11 agosto 2009 15:53
     
     
    After restarting the SQL server, i'm able to connect to the Database from my application.
  • mercoledì 18 novembre 2009 17:53
     
     
    I had similar issue.

    Scenario

    I had an user on SQl as abc(name changed), I deleted the user and without rebooting I created a user with same name as "abc", and tried login to SQL with abc credentials.
    -----
    Error:
    A connection was succesfulyl established with the server, but then an error occured during the login process.

    (provider: Shared Memeory Provoder, error: 0 - No Process is on the other end of the pipe.)Microsoft SQL server error:233

    ---
    I created another user xyz and tried login with same xyz and I was able to login.
    Then I rebooted the machine and tested with abc account and I was able to login.

    Now I deleted xyz and created xyz again, now I was not able to login with xyz with same error.

    It seems when we deleted a user SQL Server requires a reboot, if we want to create user with same name again.
  • lunedì 14 dicembre 2009 21:55
     
     

    Make sure the user is not disabled

    1. Login as an Administrator into the SqL Server
    2. Expand Security/ Logins folder
    3. Right Click on the particular user and go to properties
    4. Click Status Permission: Granted
     Login : Enabled

    It worked for me after it is enabled

  • lunedì 4 gennaio 2010 12:25
     
     Risposta suggerita

    1. Login as Administartor
    2. Right click on the Instance name - Server Properties
    3. Security page
    4. Set the Server Authentication - 'SQL Server and Windows Authentication mode'
    5. Restart the SQL Service
    • Proposto come risposta Dynamic lunedì 29 novembre 2010 18:41
    •  
  • lunedì 29 marzo 2010 16:04
     
     

    I have suddenly this same problem with an express 2005 running on XP for years. I've tried evrything you suggested to no avail! the sa login is now useless. Any new suggestion?

     

    Thanks

  • venerdì 28 maggio 2010 06:10
     
     

    Hiiii

     

    Thanks Guys its worked for me.Especially Thanks 2 Moshez

  • martedì 31 agosto 2010 19:25
     
     

    Thanks for the answers ,i tried everything from the start of the post ,my sql server had everything mentioned here like allow remote connections,tcp/ip,in security in login the user allowed,default db set.finally the one that worked for me was a simple step go to the services and click sql server and stop it and then start it again there,it worked :-) cant believe this simple thing kept me wondering for hours how to fix it

     

  • giovedì 2 settembre 2010 05:51
     
     

    Goto Services.msc and start "SQL Server Browser" Service. It will work.

    Kulbhushan

  • lunedì 29 novembre 2010 18:42
     
     
    Thanks MosheZ :)
  • martedì 30 novembre 2010 16:26
     
     Risposta suggerita

    Hi guys... Here are a few things to check out...

    Make sure that the server is setup to accept both windows and SQL authentication. Right click on the server name in your manement studio and go to properties then security.

    Once you change this setting you will have to restart SQL services.

    Make sure that SA account is enabled and a default database assigned. Also , reset the password just to make sure you know the correct password.

    test logging in to SQL Management Studio using the SA account with the new password after you have restarted the services. Other wise it will not work.

    • Proposto come risposta eamadhavan mercoledì 19 ottobre 2011 01:59
    •  
  • martedì 14 dicembre 2010 09:16
     
      Contiene codice
    Make sure your firewall (Windows Firewall/Internet Connection Sharing (ICS)) on the computer is turned off.
    It worked for me, hope same is for you !!
  • martedì 1 febbraio 2011 08:42
     
     

    Thanks....I had a similar problem today and resolved by applying above solution.

    Rgds,

    Naresh Pathak

     

  • lunedì 7 febbraio 2011 08:46
     
     

    Thanks Amit Benerjee, i had similar problem connecting to SQL Server 2008 R2 and now it is resolved by applying your solution.

    Regards,

    Shravankumar Durbha

     

  • giovedì 28 aprile 2011 11:11
     
     
    this worked. although i had the database default selected but not master. once i set it to master, no error.
  • mercoledì 22 giugno 2011 23:46
     
     

    1. Log into an administrative account that has access to both the machine and sql server 2005 database
    2. Open up SQL Server Management studio with "Windows Authentication"
    3. Click on the security folder
    4. Click on "logins"
    5. Then click on the account that is not working
    6. Answer - Make sure there is a database within the "Database Default" specified "I placed the admin account to master"

    7. Uncheck "Enforce password policy"

  • giovedì 8 settembre 2011 13:50
     
     
    Thank you Moshez, it worked for me by adding SQL authentication.
  • sabato 12 novembre 2011 11:16
     
     
    Thanks Jesus N, this worked for me.
  • venerdì 24 febbraio 2012 11:34
     
     

                 Plz first login Windows Authentication and when connect database. Right click the SQL Server and select properties and select security tab. and choose second opation SQL Server and Windows Authentication mode. And restart sql service.

    please connect and enjoy.

    Muhammad Imran

  • domenica 29 aprile 2012 22:22
     
     
    Make sure the login is mapped to existing SQL user:

    1. Login as an Administrator into the SqL Server
    2. Expand Security/ Logins folder
    3. Right Click on the particular user and go to properties
    4. Tick the box next to the SQL profile that you want to map this user to.


    It worked for me after it was mapped correctly. Must to have become unmapped when truncating DB logs had to unmapp the DB etc.
  • mercoledì 8 agosto 2012 20:33
     
     

    Just to add another solution...

    Another possible cause of this error is that the maximum number of connections has been exceeded. When I checked the event log, this is the error I found.

    Here's the KB for how to deal with that issue: http://support.microsoft.com/kb/320728

    Shut down the SQL services and run SQL in single user mode from the command line, login as an admin and then change the connection setting.


    - cawood

     blog |  twitter

  • giovedì 13 dicembre 2012 13:44
     
     

    thanks

  • sabato 22 dicembre 2012 18:02
     
     

    After several frustrating attempts to get this resolved, I completed the following steps to resolve the "Microsoft SQL Server, Errorf:233.  

    1. Log into an administrative account that has access to both the machine and sql server 2005 database
    2. Open up SQL Server Management studio with "Windows Authentication" 
    3. Click on the security folder
    4. Click on "logins"
    5. Then click on the account that is not working 
    6. Answer - Make sure there is a database within the "Database Default"  specified "I placed the admin account to master"

    In my case there was no database specified within the default which put the login into limbo causing the Error:233


    That worked for me too! Thanks a lot.
  • domenica 23 dicembre 2012 19:07
     
     
    works for me. :)