Questions tagged [rpc]

A remote procedure call (RPC) is an inter-process communication that allows software to cause a subroutine or procedure to execute on another computer.

A remote procedure call (RPC) is an inter-process communication that allows software to cause a subroutine or procedure to execute on another computer without the programmer explicitly coding the details for the remote interaction.

128 questions
0
votes
0 answers

up2date login & patch APIs for RHEL7

I am trying to achieve controlled patching of the RHEL machines in my network, for which I need to get the list of all patches onto a windows machine & distribute the missing ones. I have already familiazired myself with the login & update RPCs for…
0
votes
0 answers

VMware tools warning: Couldn't restart RpcOut channel

I have a recently converted a 2008R2 RDS server to a VM. I'm getting the following error in the Application event logs: [ warning] [vmusr:vmusr] Couldn't restart RpcOut channel; bad things may happen until the RPC channel is reset. The warning is…
Jason Massey
  • 123
  • 5
0
votes
2 answers

How can I manage services on a remote computer with the Services MMC snap-in in Windows 8.1 in a workgroup

I'm trying to manage services of a remote computer in a workgroup via the Services MMC snap-in. Both computers are running Windows 8.1 Pro and are in a private (private as in Windows) network. RDP works between them, but is sometimes unreliable and…
piotrek
  • 127
  • 1
  • 3
0
votes
2 answers

RPC over HTTPS with Linux Web App

I have a PHP/MySQL web application that runs on a Linux server running postfix. I use a phpmailer script which I can configure to relay via IMAP/SSL for accounts with valid login credentials. I have an email account that runs on Exchange server…
RikT
  • 1
0
votes
2 answers

RPCProxy loses ValidPorts data (randomly?)

At least sometimes, when our Exchange server gets rebooted for whatever reason, the ValidPorts data at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\RpcProxy resets to using only the bare machine name and the FQDN for the local domain, but loses the…
austinian
  • 1,699
  • 2
  • 15
  • 29
0
votes
0 answers

RPC Ports getting reset to 5000-5002 on reboot

I've run into a very common issue with RPC Endpoint Mapper ports not being available. The default RPC ports are 5000-5002. When I edit the registry and set the ports to a wider range (say, xx100 - xx500 ) and reboot, it seems to work. Funny thing…
0
votes
1 answer

Force Removal of Exchange and External Outlook Connectivity

I have just performed a force removal of an erroring Exchange 2010 server from an Exchange organisation, which involved performing a cleanup in Active Directory to remove the server properly as we couldn't uninstall Exchange cleanly. This server…
Antix
  • 383
  • 1
  • 6
  • 19
0
votes
0 answers

RPC connectivity issue

I am experiencing a RPC connectivity issue. I have two RPC servers built on C++. RPC Server 1: Windows 2000, IIS5, network 1 RPC Server 2: Windows Server 2008, IIS7, network 1 RPC Server 2 is more like an upgrade of RPC Server 1 machine They both…
alex.pulver
  • 101
  • 2
0
votes
2 answers

Not able to rejoin an XP Pro PC to a windows 2008 Domain Endpoint mapper error

I know many people claim to get this error and that this could be caused by the RPC services or some other registry port limits, however I have spend hours trying to resolve an issue that all started when one computer crashed due to a bad system…
0
votes
1 answer

RPC program gets de-registered

I am deploying my ONC-RPC application in Solaris x86 platform for the first time. It was working for years in Solaris SPARC platform. I am seeing a weird issue. When I start my main process, rpc program is registered, which I can see in rpcinfo.…
cppcoder
  • 101
  • 3
0
votes
1 answer

Outlook Anywhere remote https connection issue

We have SBS 2003, and we use DYNDNS. We forward dyndns address 443 to local server ip 443 port. mycompany.dyndns.org:443 --> server.mycompany.local:443 In android phone i can check my mails with Outlook Active Snyc. From remote machine i can check…
holian
  • 227
  • 1
  • 8
  • 14
0
votes
2 answers

SQL Server crashes when remote query fails

Setup: I have a linked server setup on SQL Server 2005 which is pointing to an Oracle DB. The linked server has RPC enabled. Problem: When a query throws an exception on the remote server (Oracle DB) the SQL Server instance crashes. The logs say…
Hemanshu Bhojak
  • 111
  • 1
  • 4
0
votes
0 answers

RPC over HTTP on Exchange 2003 - Server Unavailable Error

OK, I've been working on this for two days, there's a ton of documentation and I've read everything I can find however I cannot get past this problem. I want to migrate off this 2003 server to Office365 but I need to enable RPC over HTTP to…
Ross R
  • 21
  • 6
0
votes
1 answer

nfs daemon doesn't listen 2049 port

I have some problem with nfs. Looks like its doesn't listen 2049 port on client. Both client and server has Debian linux. serv$ rpcinfo -p program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 …
vld
  • 3
  • 3
0
votes
4 answers

Exchange 2003: how to enable RPC/HTTPS in a custom OWA website?

I have an Exchange 2003 SP2 FE/BE topology where the company is hosting two separate SMTP domains for two different sub-companies, so I created an additional OWA website as per this article. Everything works fine: users in the first company access…
Massimo
  • 68,714
  • 56
  • 196
  • 319
1 2 3
8 9