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
1 answer

No more endpoints in the endpoint mapper

I was just transferred to a new factory and there is this issue that keeps popping up and the error says "There are no more endpoints in the endpoint mapper." This error occurs when trying to rejoin a computer to a domain. We have these XP embedded…
Alex Manley
  • 121
  • 11
0
votes
1 answer

"Access Denied" for Windows Remote Administration (schtascks, eventvwr, default SMB shares)

I have a domain with a couple of DCs (Win 2k8 R2) and about 15 workstations (Win7, x64) or so. When trying to (remote-) access a specific Win 7 workstation (which shouldn't really be any different from the others) most remote adminstration tasks…
0
votes
2 answers

Issue when connecting to Hyper-V Server 2012 throw Hyper-V manager(Windows7) and Powershell

I know there is many topic, but i cannot find solution that works. There is issue when connecting to hyper-v server throw hyper-v manager and also powershell. Can not connect to RPC service. According this problem with enabling remote management…
Stepchik
  • 99
  • 4
  • 11
0
votes
3 answers

Client/server application RPC connection gets disconnected very frequently

I have a client/server application that uses RPC for the client to communicate with the server. Fairly regularly, I get an event in the Application log that the RPC connection was disconnected: Client callback failed ((0x80010108) ) I have the…
Chris Thompson
  • 537
  • 1
  • 13
  • 22
0
votes
1 answer

'The RPC server is unavailable' when converting a physical ISA/Forefront TMG machine to virtual (P2V) in SCVMM

When I try to convert a physical ISA/TMG machine to virtual using SCVMM, i keep getting an error in the Collect machine configuration step ('Scan Now' button): VMM is unable to complete the request. The connection to the agent MACHINE_NAME was…
Goran
  • 53
  • 1
  • 9
0
votes
3 answers

RPC Server Unavailable When Trying to Join W2003 Server to W2003 Active Directory Domain

I have an Active Directory Domain with a Windows 2003 Standard SP2 Server as the DC. When trying to join an additional Windows 2003 Standard SP2 server to the domain I get message "The following error occurred attempting to join the domain 'My…
Roel Vlemmings
  • 151
  • 2
  • 4
0
votes
1 answer

Exchange RPC CAS won't start

This weekend Exchange 2010 stopped working with Outlook clients. Researching the problem I found out that the Exchange RPC Client Access Service is not starting. Looking at the event log this is what I get: Message: Failed to register service…
Arturo Martinez
  • 101
  • 1
  • 5
0
votes
4 answers

How to force Outlook 2003 / Exchange 2003 to use static RPC ports?

I have a requirement to set the Outlook client to use a specific RPC port that will allow me to poke Outlook through our secure Application Level Gateway (Appgate). I have found article : KB 833799 That tells you how to setup a profile with a PRF…
Kip
  • 897
  • 1
  • 12
  • 22
0
votes
1 answer

Unable to connect to one server at all + RDP logon problems on other servers

All servers I am writing about below are running Windows 2003 R2. We have a 2003 native domain with two sites (connected by VPN) and two DCs (one DC in each site). It started a few hours ago - my database server stopped responding gradually, and I…
Seishun
  • 196
  • 1
  • 2
  • 8
0
votes
3 answers

2008 R2 - RPC Server Unavailable

Fresh install of 2008 R2 Domain Controller. Unable to connect via RDP, receiving "RPC Server is unavailable" with RDP and when trying to force replication. I have checked my SRV records with both DNS servers, they appear normal. RPC service is…
Seth
  • 334
  • 2
  • 9
  • 21
0
votes
2 answers

svchost.exe runs at 90% CPU, tasklist /svc shows RpcSs is the culprit

I'm running Windows Server 2003 Standard (Much to my distaste), I've applied all the security updates and now I'm stuck with a box that's constantly being hammered by svchost. The process ID is always around the 700 mark and if I use tasklist /svc,…
Squeeb
  • 152
  • 1
  • 13
0
votes
2 answers

The RPC server is unavailable. with hMailServer

Everything was running fine, until I restarted the server (there may have been some updates installed as well during that restart) and now I can't connect to retrieve mail and Administrator comes up with this exception when I try to view the…
Shagglez
  • 181
  • 1
  • 7
0
votes
1 answer

rpc over https certificate error

Possible Duplicate: rpc over https certificate error i'm trying to get rpc over https working. the only thing i cant figure out is the certitificate i have heard that i need a ucc or uuc certificate? does somebody have a manual of tutorial how to…
ton wittenberg
0
votes
0 answers

approval relationship: the local security authority cannot get an RPC connection to the XXX.lan CD

I have two domains domain1.en (functional level 2016) and domain2.lan (functional level 2003) I would like to make an approval relation between these domains (forest relation) DC1.domain2 is the primary server in WS2003 and DC2.domain2 is in…
Ours
  • 1
  • 1
0
votes
1 answer

What is the difference between mount -t nfs3 and mount -t nfs -o nfsvers=3?

While mounting a share I had issues with idmapping. Mounting with sudo mount -t nfs 192.168.0.23:/myshare ./myshare -o nolock and listing its contents yielded this (note the nobody and 4294967294): -rwx------ 1 nobody 4294967294 48 Sep 27 1998…
gmelodie
  • 105
  • 5
1 2 3
8
9