No announcements
Found 1188209 threads
-
0 Votes
"Timeouts are not supported on this stream."
A Read Timeout will cause reads that are idle for the timeout duration to throw InvalidOperationException If you are not reading, and want to detect ...Answered | 1 Replies | 3876 Views | Created by Bryan Valencia - Friday, December 12, 2014 11:41 PM | Last reply by Heldsat Hg - Monday, December 15, 2014 6:53 AM -
0 Votes
Windows Named Pipes and WCF named pipes
On the other side I have client written in C++ and I want to communicate with server by using Windows named pipes.Answered | 1 Replies | 3734 Views | Created by Novak Savic - Friday, May 29, 2009 1:13 PM | Last reply by Stephen Cleary - Friday, May 29, 2009 1:18 PM -
5 Votes
Deleting Named Pipe?
You can see, you cannot find a handle of a named pipe by its name.Answered | 15 Replies | 17747 Views | Created by mikezat - Tuesday, May 8, 2012 12:54 AM | Last reply by Mike Feng - Thursday, May 17, 2012 10:44 AM -
0 Votes
Disabling Named Pipes
Hi, For moderate database traffic,not high loaded consider GB n/w the choice of tcp/ip & named pipes it wont differ much,but if the heavy ...Answered | 2 Replies | 1148 Views | Created by sqlstar - Monday, August 29, 2016 5:44 PM | Last reply by S_NO - Tuesday, August 30, 2016 12:48 AM -
0 Votes
Sharepoint + WCF Named Pipes
Hi Roei, It seems your sharepoint code cannot quite connect a WCF service endpoint hosted via named pipe binding.Answered | 1 Replies | 4004 Views | Created by Roei Bar [Cellcom LTD] - Sunday, August 2, 2009 10:49 AM | Last reply by Steven Cheng - MSFT - Monday, August 10, 2009 3:50 AM -
0 Votes
net named pipe help
In WCF, net named pipes are the preferred mode of interprocess communication between processes running on the same machine.Answered | 1 Replies | 4108 Views | Created by DratsAndDoubleDrats - Monday, January 4, 2010 2:54 PM | Last reply by Will.Rogers - Monday, January 4, 2010 3:56 PM -
1 Votes
Need help with Named Pipes
I have an two applications on the same machine with Named Pipes.Answered | 3 Replies | 845 Views | Created by btasa - Friday, May 15, 2015 3:02 PM | Last reply by - Friday, May 15, 2015 4:38 PM -
0 Votes
.net Named Pipes question
If they are asynchronous pipes, yes.Answered | 2 Replies | 4351 Views | Created by CodeDuyvil - Friday, May 20, 2011 9:21 PM | Last reply by Paul Zhou - Monday, May 30, 2011 7:53 AM -
0 Votes
Credentials for named pipe?
You need to pass in a security descriptor when you create the named pipe.Answered | 5 Replies | 5549 Views | Created by Jon Q Jacobs - Thursday, May 12, 2011 2:24 PM | Last reply by Jon Q Jacobs - Thursday, June 2, 2011 4:27 PM -
0 Votes
Named Pipe woes
The main sample, the multithreaded pipe server deals with the different pipe instances by simply closing the handle to the pipe on the server each time.Answered | 7 Replies | 4750 Views | Created by Neil Weicher - Monday, April 16, 2012 4:57 PM | Last reply by Jesse Jiang - Tuesday, April 24, 2012 7:36 AM -
0 Votes
Named Pipes provider error
https://www.mssqltips.com/sqlservertip/2340/resolving-could-not-open-a-connection-to-sql-server-errors/ https://blog.sqlauthority.com/2009/05/21/sql-server ...Answered | 3 Replies | 1153 Views | Created by Suriya Subash - Friday, February 10, 2017 12:18 AM | Last reply by Jason_Clark03 - Wednesday, February 15, 2017 5:46 AM -
0 Votes
Named pipes for two or more instances.
The named pipe stream have an option that limite the instances...then I change to 10 and function...hrrr....Answered | 6 Replies | 741 Views | Created by Bisewski01 - Wednesday, July 2, 2014 1:28 PM | Last reply by Bisewski01 - Friday, July 4, 2014 10:11 AM -
0 Votes
Problems with Named Pipes over Ethernet
My named pipe server code is like below m_NamedPipeStream = new NamedPipeServerStream(pipeName, ...Answered | 2 Replies | 9702 Views | Created by ebbidos - Tuesday, April 28, 2009 7:20 AM | Last reply by igaiga - Thursday, June 10, 2010 2:00 PM -
0 Votes
Issue with Named Pipe Protocol
To make long story short, we realized that AD RMS 2008 R2 use named pipe protocol to connect to SQL Server instance of old RMS farm to be able ...Answered | 2 Replies | 2668 Views | Created by Farshid Nasrollahzadeh - Friday, May 17, 2013 7:51 PM | Last reply by Farshid Nasrollahzadeh - Sunday, May 19, 2013 9:21 AM -
1 Votes
SOLVED: Named Pipes Error: 0
I enabled Named Pipes and TCP/IP as well as Shared Memory for both Local and Network connections.Answered | 4 Replies | 7818 Views | Created by M. David Johnson - Saturday, December 18, 2010 3:14 PM | Last reply by M. David Johnson - Tuesday, December 21, 2010 7:11 PM -
1 Votes
Named pipes provider error 40
I would suggest you to have a look at ...Answered | 3 Replies | 10002 Views | Created by lizbethbabyk - Thursday, September 20, 2012 8:13 AM | Last reply by Iric Wen - Friday, September 21, 2012 6:28 AM -
0 Votes
Named Pipe Connection
Do not reference to text box as it is opened to SQL Injection, instead use parameters "Data Source=\\MyServer\pipe\\MSSQL$MICROSOFT##SSEE\\sql\\query;Connect ...Answered | 1 Replies | 4735 Views | Created by Raamakarthikeyan - Thursday, December 29, 2011 10:53 AM | Last reply by Uri Dimant - Thursday, December 29, 2011 11:35 AM -
1 Votes
Not the normal Named Pipes error: 40
To check it : - succeed to connect thru SSMS ( SQL Server Management Studio ) to a database of your SQL Server Express instance - in the ...Answered | 2 Replies | 2947 Views | Created by SSMS Browse has Server Name but not Instance Name - Friday, May 17, 2013 6:48 PM | Last reply by Papy Normand - Tuesday, May 21, 2013 1:12 PM -
0 Votes
linked servers force named pipe
(And I not that in the error message the name is truncated by one letter.)Answered | 2 Replies | 1736 Views | Created by Stéphane Herrbrecht - Friday, May 2, 2014 7:27 AM | Last reply by Erland Sommarskog - Friday, May 2, 2014 9:09 AM -
1 Votes
Named Pipe Communcation C#
The pipe is in byte transfer mode not message transfer mode.Answered | 9 Replies | 5452 Views | Created by williamtholmes - Thursday, January 10, 2013 3:09 PM | Last reply by SAGSa - Wednesday, July 11, 2018 1:01 PM - Items 1 to 20 of 1188209 Next ›
No announcements