Answered by:
Forum for questions regarding RPC?

Question
-
Hello everyone,
what is the proper forum for questions regarding RPC? I mean, *not* JSON-RPC, XML-RPC or whatever newfanglish else, I am talking about RPC as it exists as a variant of DCE-RPC in Windows NT since the beginnings. I mean those APIS starting with Rpc... that exist since Windows NT 3.1. Where can I ask questions?
--
S
Tuesday, August 28, 2012 6:27 PM
Answers
-
Since you don't say what API specifically you are looking for assistance on, we will have a tough time helping you.
I'd do a quick bing or google search of a specific API I was looking for help with, and the word "TechNet" and see what comes up.
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
My Blog: http://unlockpowershell.wordpress.com
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join ("6B61726C6D69747363686B65406D742E6E6574"-split"(?<=\G.{2})",19|%{[char][int]"0x$_"})- Proposed as answer by Ed Price - MSFTMicrosoft employee Wednesday, August 29, 2012 7:03 AM
- Marked as answer by Ed Price - MSFTMicrosoft employee Friday, September 7, 2012 4:48 AM
Tuesday, August 28, 2012 7:27 PM -
It's hard to pinpoint specifics, but here are some forums that have related threads:
http://social.msdn.microsoft.com/Forums/en-US/netfxremoting/threads
http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/threads
http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/threads
Thanks!
Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)
- Proposed as answer by Ed Price - MSFTMicrosoft employee Wednesday, August 29, 2012 7:07 AM
- Marked as answer by Ed Price - MSFTMicrosoft employee Friday, September 7, 2012 4:48 AM
Wednesday, August 29, 2012 7:07 AM
All replies
-
Since you don't say what API specifically you are looking for assistance on, we will have a tough time helping you.
I'd do a quick bing or google search of a specific API I was looking for help with, and the word "TechNet" and see what comes up.
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
My Blog: http://unlockpowershell.wordpress.com
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join ("6B61726C6D69747363686B65406D742E6E6574"-split"(?<=\G.{2})",19|%{[char][int]"0x$_"})- Proposed as answer by Ed Price - MSFTMicrosoft employee Wednesday, August 29, 2012 7:03 AM
- Marked as answer by Ed Price - MSFTMicrosoft employee Friday, September 7, 2012 4:48 AM
Tuesday, August 28, 2012 7:27 PM -
A couple of possibilities.
http://social.technet.microsoft.com/Forums/en/category/w7itpro/
http://social.technet.microsoft.com/Forums/en-US/winservergen/threads
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.- Proposed as answer by Ed Price - MSFTMicrosoft employee Wednesday, August 29, 2012 7:03 AM
- Unproposed as answer by Ed Price - MSFTMicrosoft employee Wednesday, August 29, 2012 7:03 AM
Wednesday, August 29, 2012 2:59 AM -
Hello Karl,
OK, I think I must be more specific although I thought the purpose of this forum here is to not ask too specific questions. I would like to know what I have to do to make an unauthenticated call to one of my RPC server's interfaces succeed if I use named pipes as the protocol sequence. It works fine if I do this via the tcp protocol sequence but not over ncacn_np. I already tried to set a NULL DACL on the security descriptor that is passed to RpcServerUseProtseq, but to no avail, my client always gets ERROR_ACCESS_DENIED when calling the RPC.
Do you now know a proper forum for this question?
Regards,
--
Stefan
Wednesday, August 29, 2012 6:02 AM -
Hi David,
please see my reply to Karl, can you now imagine of a proper forum? It is a developer question regarding RPC.
Thanks,
--
Stefan
Wednesday, August 29, 2012 6:03 AM -
It's hard to pinpoint specifics, but here are some forums that have related threads:
http://social.msdn.microsoft.com/Forums/en-US/netfxremoting/threads
http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/threads
http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/threads
Thanks!
Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)
- Proposed as answer by Ed Price - MSFTMicrosoft employee Wednesday, August 29, 2012 7:07 AM
- Marked as answer by Ed Price - MSFTMicrosoft employee Friday, September 7, 2012 4:48 AM
Wednesday, August 29, 2012 7:07 AM