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
1
vote
2 answers

Error: "The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)" when using CNAME

Running Get-WmiObject Win32_ComputerSystem -ComputerName 'MyCnameRecord' gives error: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA). However running Get-WmiObject Win32_ComputerSystem -ComputerName…
JohnLBevan
  • 1,134
  • 7
  • 20
  • 44
1
vote
2 answers

cassandra unable to create thrift socket

I do not know why i am not able to enable thrift protocol on cassandra. in cassandra.yaml rpc_start=true port=9160. OS centos 7 iptables not running firewalld not running cassandra ver 3.7 (datastax repo) up and running. java version…
Raffaello
  • 163
  • 1
  • 7
1
vote
2 answers

RPC Server is unavailable while trying to promote a domain controller. Open firewall

So I've been scratching my head around this problem for a few days now. This is a quick schema of our infrastructure : Our Primary Domain Controller is running in an hypervisor, in our datacenter. There are two stacks of firewalls (Fortigate FG200D…
1
vote
1 answer

How does data flow in a password change with Open Directory?

I'm trying to troubleshoot an OS X OD issue and I'm having a hard time finding anything concrete about just how data flows between clients and server. Specifically, I'd love to know what exactly happens when a password is changed by a user in the…
Chris
  • 83
  • 5
1
vote
1 answer

LDAP & RPC Causing A/D Issues

Having an issue with authentication on my network. Running Windows Server 2008 R2 Layout: Network is a non internet connected network using DCs running DNS/AD/File Sharing. NO DHCP all addresses are Static. DNS is pointing to DC1 & DC2. Working File…
1
vote
0 answers

Exchange 2010 sp3 RPC connectivity between separate physical sites

Good evening! I have installed Exchange 2010 a few times in my life but never in an environment like this. Please don't judge me for this architecture, it wasn't my idea! ;) I have two physical sites - one is a sort-of hot backup for the other. Each…
otter77
  • 11
  • 1
1
vote
1 answer

How can I independently measure the response times for MAPI calls between a workstation and Exchange server?

Outlook 2010 Exchange 2010 I'm troubleshooting a delay with an Outlook add-in and in discussing the issue with the add-in vendor support, the available information/symptoms suggest that MAPI call response times may be sluggish. How can I measure…
Mike B
  • 11,570
  • 42
  • 106
  • 165
1
vote
1 answer

How do I open the firewall for my monitoring software to access WMI?

I have a SQL Server machine and a monitoring machine, and I need the monitoring software on the monitor host to be able to read the WMI data on the SQL Server host. (The monitoring software is RedGate SQL Monitor). Both machines are running Windows…
1
vote
2 answers

Unable to install libtirpc1 due to dependecies error

I want to run some binary (which is definitely working on another PC) on virtual Debian PC. Debian 7.5 stable with added testing and unstable repositories. (I'm not an expert in this) This binary uses RPC protocol and it fails with message: "Cannot…
Tooluka
  • 33
  • 1
  • 8
1
vote
0 answers

Same WMI request is much slower on other machine

I posted this question some time ago on stackoverflow, but unfortunately I didn't get any answer yet. It's actually not very urgent, as this problem seems only to exist on my machine - for now. But I've been told, that there have been similar issues…
wodzu
  • 111
  • 3
1
vote
1 answer

Restart-Server Powershell Port

I just ran into a problem with my remoting project in Powershell. I'm trying to remotely reboot a server sitting in a DMZ from within our intranet but get an RPC server unavailable error. The RPC server is unavailable. (Exception from HRESULT:…
Ceuse
  • 13
  • 3
1
vote
0 answers

RPC over HTTP - Outlook

I'm trying to configure an Outlook client to use RPC over HTTP so that my client can read his mail without connecting to the VPN. The mailserver is an SBS2011 server and Outlook Anywhere has never worked. I've tried A LOT to get this working, so the…
Jente
  • 161
  • 1
  • 11
1
vote
1 answer

There are no more endpoints available from the endpoint mapper

I have a Windows Server 2008 R2 Datacenter part of a domain. The DebugView constantly spits out this error: [5592] 5592: 2014-01-08 13:32:39.410 [DirectResult] Error (Id=0) System.Runtime.InteropServices.COMException (0x800706D9): There are no more…
slybloty
  • 443
  • 2
  • 9
  • 30
1
vote
2 answers

RPC SERVER is unavailable

windows 2003 is getting this error. restart the machine or just the network connection fix the problem. date and time is the same one. tcp/ip is started and running remote registry is running the changes made lately to the network is that the DC…
Y.G.J
  • 317
  • 5
  • 14
1
vote
1 answer

Autodiscover configures clients for IMAP

I have a single Exchange 2010 server whose autodiscover service had previously worked fine (correctly configured RPC-over-HTTP) when I had a non-wildcard certificate. After I replaced the certificate with a wildcard certificate, the autodiscover…
tacos_tacos_tacos
  • 3,220
  • 16
  • 58
  • 97
1 2 3
8 9