Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Connection Established Successfully..Error during the log ..

 
   Database Forums (Home) -> Connect RSS
Next:  Compile PHP for adding MySQLi module  
Author Message
saw

External


Since: Feb 06, 2008
Posts: 3



(Msg. 1) Posted: Wed Feb 06, 2008 4:24 pm
Post subject: Connection Established Successfully..Error during the log process
Archived from groups: microsoft>public>sqlserver>connect (more info?)

Hello,

When trying to connect to the SQL SERVER 2005 through Microsoft SQL Server
Management Studio Express, I get the following error:

Cannot connect to (SERVER NAME) which both are on the same machine, I am
using one machine for everything since it is a lab machine.

Additional Information:
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: 223)

This error prevents my application on the same server machine from
connecting to the sql server on the same machine.

Please let me know what I can do to correct the issue.

Your help is greatly appreciated.

 >> Stay informed about: Connection Established Successfully..Error during the log .. 
Back to top
Login to vote
"Rick Byham,

External


Since: Jan 15, 2007
Posts: 80



(Msg. 2) Posted: Fri Feb 08, 2008 10:00 am
Post subject: Re: Connection Established Successfully..Error during the log process [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Any luck on this? I would be interested in knowing what the problem was.
I have documented some of the reasons in Books Online:
http://msdn2.microsoft.com/en-us/library/ms175496.aspx
but these shouldn't occur when you make a local connection.
More reasons would be nice to add to this topic.
--
Rick Byham (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights.

"saw" wrote in message

> Hello,
>
> When trying to connect to the SQL SERVER 2005 through Microsoft SQL Server
> Management Studio Express, I get the following error:
>
> Cannot connect to (SERVER NAME) which both are on the same machine, I am
> using one machine for everything since it is a lab machine.
>
> Additional Information:
> 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: 223)
>
> This error prevents my application on the same server machine from
> connecting to the sql server on the same machine.
>
> Please let me know what I can do to correct the issue.
>
> Your help is greatly appreciated.
>
>

 >> Stay informed about: Connection Established Successfully..Error during the log .. 
Back to top
Login to vote
Markus Bohse

External


Since: Apr 01, 2008
Posts: 1



(Msg. 3) Posted: Tue Apr 01, 2008 12:51 pm
Post subject: Re: Connection Established Successfully..Error during the log proc [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'm having the same problem.
Here's my situation. I have SQL 2005 SP2 (3042) DEV Edition and try to
connect through application on the same machine. When using a sql login I get
the error "provider: Shared Memory Provider, error: 0 - No process is on
the other end of the pipe.". In the SQL Errorlog i see failed login messages.
So I tried Integrated Security and I can connect.
You might think that the server is configured to accept only Windows logins,
but in SSMS I can open a connection using the sql account. I already enabled
TCP and Named Pipes but no succes. I also tried other sql accounts but the
same result.
When I change the connection string to a different server the sql login
works fine.

For the moment I use Integrated Security as a workaround, but I sincerely
pray I never have this issue on a production server.

Markus
"Rick Byham, (MSFT)" wrote:

> Any luck on this? I would be interested in knowing what the problem was.
> I have documented some of the reasons in Books Online:
> http://msdn2.microsoft.com/en-us/library/ms175496.aspx
> but these shouldn't occur when you make a local connection.
> More reasons would be nice to add to this topic.
> --
> Rick Byham (MSFT)
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "saw" wrote in message
>
> > Hello,
> >
> > When trying to connect to the SQL SERVER 2005 through Microsoft SQL Server
> > Management Studio Express, I get the following error:
> >
> > Cannot connect to (SERVER NAME) which both are on the same machine, I am
> > using one machine for everything since it is a lab machine.
> >
> > Additional Information:
> > 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: 223)
> >
> > This error prevents my application on the same server machine from
> > connecting to the sql server on the same machine.
> >
> > Please let me know what I can do to correct the issue.
> >
> > Your help is greatly appreciated.
> >
> >
>
 >> Stay informed about: Connection Established Successfully..Error during the log .. 
Back to top
Login to vote
Markus Bohse

External


Since: Apr 01, 2008
Posts: 1



(Msg. 4) Posted: Tue Apr 01, 2008 1:07 pm
Post subject: Re: Connection Established Successfully..Error during the log proc [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Just found something very weird.
When I use a sql login with a name of 8 characters I get the error.
If I use a shorter login name it works fine. The same with a longer
loginname.
Only 8 character like "TestUser" causes the problem.

Markus
"Markus Bohse" wrote:

> I'm having the same problem.
> Here's my situation. I have SQL 2005 SP2 (3042) DEV Edition and try to
> connect through application on the same machine. When using a sql login I get
> the error "provider: Shared Memory Provider, error: 0 - No process is on
> the other end of the pipe.". In the SQL Errorlog i see failed login messages.
> So I tried Integrated Security and I can connect.
> You might think that the server is configured to accept only Windows logins,
> but in SSMS I can open a connection using the sql account. I already enabled
> TCP and Named Pipes but no succes. I also tried other sql accounts but the
> same result.
> When I change the connection string to a different server the sql login
> works fine.
>
> For the moment I use Integrated Security as a workaround, but I sincerely
> pray I never have this issue on a production server.
>
> Markus
> "Rick Byham, (MSFT)" wrote:
>
> > Any luck on this? I would be interested in knowing what the problem was.
> > I have documented some of the reasons in Books Online:
> > http://msdn2.microsoft.com/en-us/library/ms175496.aspx
> > but these shouldn't occur when you make a local connection.
> > More reasons would be nice to add to this topic.
> > --
> > Rick Byham (MSFT)
> > This posting is provided "AS IS" with no warranties, and confers no rights.
> >
> > "saw" wrote in message
> >
> > > Hello,
> > >
> > > When trying to connect to the SQL SERVER 2005 through Microsoft SQL Server
> > > Management Studio Express, I get the following error:
> > >
> > > Cannot connect to (SERVER NAME) which both are on the same machine, I am
> > > using one machine for everything since it is a lab machine.
> > >
> > > Additional Information:
> > > 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: 223)
> > >
> > > This error prevents my application on the same server machine from
> > > connecting to the sql server on the same machine.
> > >
> > > Please let me know what I can do to correct the issue.
> > >
> > > Your help is greatly appreciated.
> > >
> > >
> >
 >> Stay informed about: Connection Established Successfully..Error during the log .. 
Back to top
Login to vote
"Rick Byham,

External


Since: Jan 15, 2007
Posts: 80



(Msg. 5) Posted: Wed Apr 02, 2008 8:33 am
Post subject: Re: Connection Established Successfully..Error during the log proc [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Very weird. Sorry, I have no suggestions.
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.


"Markus Bohse" wrote in message

> Just found something very weird.
> When I use a sql login with a name of 8 characters I get the error.
> If I use a shorter login name it works fine. The same with a longer
> loginname.
> Only 8 character like "TestUser" causes the problem.
>
> Markus
> "Markus Bohse" wrote:
>
>> I'm having the same problem.
>> Here's my situation. I have SQL 2005 SP2 (3042) DEV Edition and try to
>> connect through application on the same machine. When using a sql login I
>> get
>> the error "provider: Shared Memory Provider, error: 0 - No process is
>> on
>> the other end of the pipe.". In the SQL Errorlog i see failed login
>> messages.
>> So I tried Integrated Security and I can connect.
>> You might think that the server is configured to accept only Windows
>> logins,
>> but in SSMS I can open a connection using the sql account. I already
>> enabled
>> TCP and Named Pipes but no succes. I also tried other sql accounts but
>> the
>> same result.
>> When I change the connection string to a different server the sql login
>> works fine.
>>
>> For the moment I use Integrated Security as a workaround, but I sincerely
>> pray I never have this issue on a production server.
>>
>> Markus
>> "Rick Byham, (MSFT)" wrote:
>>
>> > Any luck on this? I would be interested in knowing what the problem
>> > was.
>> > I have documented some of the reasons in Books Online:
>> > http://msdn2.microsoft.com/en-us/library/ms175496.aspx
>> > but these shouldn't occur when you make a local connection.
>> > More reasons would be nice to add to this topic.
>> > --
>> > Rick Byham (MSFT)
>> > This posting is provided "AS IS" with no warranties, and confers no
>> > rights.
>> >
>> > "saw" wrote in message
>> >
>> > > Hello,
>> > >
>> > > When trying to connect to the SQL SERVER 2005 through Microsoft SQL
>> > > Server
>> > > Management Studio Express, I get the following error:
>> > >
>> > > Cannot connect to (SERVER NAME) which both are on the same machine, I
>> > > am
>> > > using one machine for everything since it is a lab machine.
>> > >
>> > > Additional Information:
>> > > 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: 223)
>> > >
>> > > This error prevents my application on the same server machine from
>> > > connecting to the sql server on the same machine.
>> > >
>> > > Please let me know what I can do to correct the issue.
>> > >
>> > > Your help is greatly appreciated.
>> > >
>> > >
>> >
 >> Stay informed about: Connection Established Successfully..Error during the log .. 
Back to top
Login to vote
Mj Machuisa

External


Since: Dec 14, 2009
Posts: 1



(Msg. 6) Posted: Mon Dec 14, 2009 4:00 am
Post subject: Error in SQL Connection [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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: 223)




saw wrote:

Connection Established Successfully..Error during the log process
06-Feb-08

Hello,

When trying to connect to the SQL SERVER 2005 through Microsoft SQL Server
Management Studio Express, I get the following error:

Cannot connect to (SERVER NAME) which both are on the same machine, I am
using one machine for everything since it is a lab machine.

Additional Information:
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: 223)

This error prevents my application on the same server machine from
connecting to the sql server on the same machine.

Please let me know what I can do to correct the issue.

Your help is greatly appreciated.

Previous Posts In This Thread:

On Wednesday, February 06, 2008 4:24 PM
saw wrote:

Connection Established Successfully..Error during the log process
Hello,

When trying to connect to the SQL SERVER 2005 through Microsoft SQL Server
Management Studio Express, I get the following error:

Cannot connect to (SERVER NAME) which both are on the same machine, I am
using one machine for everything since it is a lab machine.

Additional Information:
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: 223)

This error prevents my application on the same server machine from
connecting to the sql server on the same machine.

Please let me know what I can do to correct the issue.

Your help is greatly appreciated.

On Friday, February 08, 2008 1:00 PM
Rick Byham, \(MSFT\) wrote:

Any luck on this?
Any luck on this? I would be interested in knowing what the problem was.
I have documented some of the reasons in Books Online:
http://msdn2.microsoft.com/en-us/library/ms175496.aspx
but these shouldn't occur when you make a local connection.
More reasons would be nice to add to this topic.
--
Rick Byham (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights.

"saw" wrote in message


On Tuesday, April 01, 2008 3:51 PM
Markus Bohs wrote:

I'm having the same problem. Here's my situation.
I'm having the same problem.
Here's my situation. I have SQL 2005 SP2 (3042) DEV Edition and try to
connect through application on the same machine. When using a sql login I get
the error "provider: Shared Memory Provider, error: 0 - No process is on
the other end of the pipe.". In the SQL Errorlog i see failed login messages.
So I tried Integrated Security and I can connect.
You might think that the server is configured to accept only Windows logins,
but in SSMS I can open a connection using the sql account. I already enabled
TCP and Named Pipes but no succes. I also tried other sql accounts but the
same result.
When I change the connection string to a different server the sql login
works fine.

For the moment I use Integrated Security as a workaround, but I sincerely
pray I never have this issue on a production server.

Markus
"Rick Byham, (MSFT)" wrote:

On Tuesday, April 01, 2008 4:07 PM
MarkusBohs wrote:

Just found something very weird.
Just found something very weird.
When I use a sql login with a name of 8 characters I get the error.
If I use a shorter login name it works fine. The same with a longer
loginname.
Only 8 character like "TestUser" causes the problem.

Markus
"Markus Bohse" wrote:

On Wednesday, April 02, 2008 11:33 AM
Rick Byham, \(MSFT\) wrote:

Very weird. Sorry, I have no suggestions.
Very weird. Sorry, I have no suggestions.
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

On Tuesday, May 12, 2009 8:16 PM
Roy Higgs wrote:

8 chars too
The same thing is happening for me. Trying to connect on the same server and my username is 8 characters. If that is indeed the cause chalk this one up as one of the wierdest bugs ever!!!

On Tuesday, May 12, 2009 8:20 PM
Roy Higgs wrote:

Still happens with 7 chars
Alright, just tried it with a username of 7 chars and still get the issue. Back to the drawing board.


Submitted via EggHeadCafe - Software Developer Portal of Choice
Design Pattern Interview questions part 2
http://www.eggheadcafe.com/tutorials/aspnet/5867c955-638f-435f-b720-2d...c35fb66
 >> Stay informed about: Connection Established Successfully..Error during the log .. 
Back to top
Login to vote
sajjad ahmad

External


Since: Jul 17, 2010
Posts: 1



(Msg. 7) Posted: Sat Jul 17, 2010 2:08 am
Post subject: Microsoft SQL server error:233 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

1. Login with windows authentication.
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.

Then close the sqlserver and restart. It should work.



if the above steps donot work then try thebelow ones:

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



Mj Machuisa wrote:

Error in SQL Connection
14-Dec-09

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: 223)

Previous Posts In This Thread:

On Wednesday, February 06, 2008 4:24 PM
saw wrote:

Connection Established Successfully..Error during the log process
Hello,

When trying to connect to the SQL SERVER 2005 through Microsoft SQL Server
Management Studio Express, I get the following error:

Cannot connect to (SERVER NAME) which both are on the same machine, I am
using one machine for everything since it is a lab machine.

Additional Information:
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: 223)

This error prevents my application on the same server machine from
connecting to the sql server on the same machine.

Please let me know what I can do to correct the issue.

Your help is greatly appreciated.

On Friday, February 08, 2008 1:00 PM
Rick Byham, \(MSFT\) wrote:

Any luck on this?
Any luck on this? I would be interested in knowing what the problem was.
I have documented some of the reasons in Books Online:
http://msdn2.microsoft.com/en-us/library/ms175496.aspx
but these shouldn't occur when you make a local connection.
More reasons would be nice to add to this topic.
--
Rick Byham (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights.

"saw" wrote in message


On Tuesday, April 01, 2008 3:51 PM
Markus Bohs wrote:

I'm having the same problem. Here's my situation.
I'm having the same problem.
Here's my situation. I have SQL 2005 SP2 (3042) DEV Edition and try to
connect through application on the same machine. When using a sql login I get
the error "provider: Shared Memory Provider, error: 0 - No process is on
the other end of the pipe.". In the SQL Errorlog i see failed login messages.
So I tried Integrated Security and I can connect.
You might think that the server is configured to accept only Windows logins,
but in SSMS I can open a connection using the sql account. I already enabled
TCP and Named Pipes but no succes. I also tried other sql accounts but the
same result.
When I change the connection string to a different server the sql login
works fine.

For the moment I use Integrated Security as a workaround, but I sincerely
pray I never have this issue on a production server.

Markus
"Rick Byham, (MSFT)" wrote:

On Tuesday, April 01, 2008 4:07 PM
MarkusBohs wrote:

Just found something very weird.
Just found something very weird.
When I use a sql login with a name of 8 characters I get the error.
If I use a shorter login name it works fine. The same with a longer
loginname.
Only 8 character like "TestUser" causes the problem.

Markus
"Markus Bohse" wrote:

On Wednesday, April 02, 2008 11:33 AM
Rick Byham, \(MSFT\) wrote:

Very weird. Sorry, I have no suggestions.
Very weird. Sorry, I have no suggestions.
--
Rick Byham (MSFT), SQL Server Books Online
This posting is provided "AS IS" with no warranties, and confers no rights.

On Tuesday, May 12, 2009 8:16 PM
Roy Higgs wrote:

8 chars too
The same thing is happening for me. Trying to connect on the same server and my username is 8 characters. If that is indeed the cause chalk this one up as one of the wierdest bugs ever!!!

On Tuesday, May 12, 2009 8:20 PM
Roy Higgs wrote:

Still happens with 7 chars
Alright, just tried it with a username of 7 chars and still get the issue. Back to the drawing board.

On Monday, December 14, 2009 7:00 AM
Mj Machuisa wrote:

Error in SQL Connection
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: 223)


Submitted via EggHeadCafe - Software Developer Portal of Choice
Store ASP.NET Site Visitor Stats in MongoDb
http://www.eggheadcafe.com/tutorials/aspnet/3a73c6de-82a1-4690-a7aa-d0...58203f7
 >> Stay informed about: Connection Established Successfully..Error during the log .. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
connection error - I am using SQL OLE DB Provider to execute a series of stored procedures within a transaction. However, I got the error Description: Cannot create new connection because in manual or distributed transaction mode. Source Description: Microsoft OLE DB..

SQL Connection error - I have a Intouch App the connects to a MS SQL 2000 data base and I get this error in the client log.. It happens at random times so I have a hard time tracking what is the cause. Does anyone have any idea if the this is a quary statement problem or a...

Connection Error - I get the following error when I try to connect to SQL 2005 Beta from VS 2005. "A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 An existing connectio...

sql 2005 connection error - Hello, I am dealing with an issue, that although probably simple, is driving me crazy. I am trying to connect to a SQL 2005 Express database through a web service using the following code: [WebMethod] public XmlDocument GetAllAuthors() { ...

ODBC connections error - Hi, How do I disable in sql server ----- ansi quote identifiers in sql server. ansi nulls, padding, warnings. I set up an ODBC connection If I turn these off --- doesn't work , It works it tehy are checked. Any ideas? Thanks
   Database Forums (Home) -> Connect All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]