Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Error 233

Author  Topic 

marjan.sayyad
Starting Member

15 Posts

Posted - 2014-02-04 : 18:08:48
Hi, I am not very professional in sql server. I restored msdb from another server, but I did not pay attention because I was loggin with another sql server user. now my sa user is not able to login. I am just able to login with sql user which I restored my msdb database , and windows authentication user. When I want to log in with sa user I get this error:
A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)

How can I fix this without reinstalling sqlserver? I really appreciate your response.
Thanks, MP

Mp

Bustaz Kool
Master Smack Fu Yak Hacker

1834 Posts

Posted - 2014-02-04 : 18:25:22
A couple of thoughts:
1) It looks to be trying to use a shared memory Network Protocol. Have you tried explicitly setting this to another (e.g. TCP/IP) at connection time?
2) Are you local to the server (remote desktop) when you try to connect?
3) Can you restore the original MSDB?

===============================================================================
There are two kinds of light -- the glow that illuminates, and the glare that obscures. -James Thurber (1894-1961)
Go to Top of Page

marjan.sayyad
Starting Member

15 Posts

Posted - 2014-02-04 : 19:07:41
First of all thanks for your time. here is answer of your questions:
1) No
2)I set up a virtual server, and I am connecting locally.
3) That was my fault which I did not provide backup from msdb before restoring from other msdb.
It is not production server yet. I was working to build up a production server.
Thanks for your answer, MP

Mp
Go to Top of Page

Bustaz Kool
Master Smack Fu Yak Hacker

1834 Posts

Posted - 2014-02-05 : 11:51:36
Try explicitly setting this to another (e.g. TCP/IP) at connection time?

===============================================================================
There are two kinds of light -- the glow that illuminates, and the glare that obscures. -James Thurber (1894-1961)
Go to Top of Page

marjan.sayyad
Starting Member

15 Posts

Posted - 2014-02-05 : 18:54:47
Thanks. It did not work

Mp
Go to Top of Page

Bustaz Kool
Master Smack Fu Yak Hacker

1834 Posts

Posted - 2014-02-05 : 19:24:01
What protocols do you have enabled under network configuration?


===============================================================================
There are two kinds of light -- the glow that illuminates, and the glare that obscures. -James Thurber (1894-1961)
Go to Top of Page
   

- Advertisement -