Share via


CCertRequest::Submit: The RPC server is unavailable. 0x800706ba (WIN32: 1722 RPC_S_SERVER_UNAVAILABLE)

Question

Tuesday, March 24, 2015 9:54 AM

We have Stand alone CA(Server 2012 R2); previously I have generated the certificate without any issue. but now I am receiving below error.I am requesting the certificate from the same CA server.

Troubleshooting steps performed

1)Checked permission

2) Restarted the all certificates services/IIS server services

3)Restarted the CA server.

After all no luck..please help me out

Your request failed. An error occurred while the server was processing your request.

Contact your administrator for further assistance.

<input id="locBtnDetails" type="button" value="Details >>" />

Request Mode:
newreq <locid id="locModeSpacer">-</locid> <locid id="locModeNewReqIE">New Request</locid>

Dis
<locid id="locDispNeverSet">(never set)</locid>

Disposition message:
<locid id="locDispMsgNone">(none)</locid>

Result:
The RPC server is unavailable. 0x800706ba (WIN32: 1722 RPC_S_SERVER_UNAVAILABLE)

COM Error Info:
CCertRequest::Submit: The RPC server is unavailable. 0x800706ba (WIN32: 1722 RPC_S_SERVER_UNAVAILABLE)

LastStatus:
The RPC server is unavailable. 0x800706ba (WIN32: 1722 RPC_S_SERVER_UNAVAILABLE)

Suggested Cause:
<locid id="locSugCauseNotStarted1">This error can occur if the Certification Authority Service has not been started. </locid>

Thanks

Sandeep 

All replies (12)

Wednesday, March 25, 2015 8:45 AM

Hi Sandeep,

I am requesting the certificate from the same CA server.

Do you mean that you are requesting certificate from the CA itself?

Are you trying to request certificate through MMC?

I suggest you check whether the CA’s A (host) record is present in corresponding DNS zone.

More information for you:

CCertRequest::Submit: The RPC server is unavailable. 0x800706ba (WIN32: 1722)

https://social.technet.microsoft.com/Forums/windowsserver/en-US/eb9bcabc-f770-4e88-b4a8-1fa6cead5a00/ccertrequestsubmit-the-rpc-server-is-unavailable-0x800706ba-win32-1722?forum=winserverDS

Problem with ADCS Web Enrollment

https://social.technet.microsoft.com/Forums/windowsserver/en-US/361e4784-770b-4ac7-93ef-a8260d95fa6c/problem-with-adcs-web-enrollment?forum=winserversecurity

Best Regards,

Amy

Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected].


Thursday, March 26, 2015 12:49 PM

Hi,

I am requesting the certificate via web browser.It's a Standalone CA.

Previously I created and issued the certificates for some of the server but now while submitting the new certificate request it's giving error.In event log also not giving any error.


Friday, March 27, 2015 3:30 AM | 1 vote

Hi Sandeep,

Here are a few suggestions for you:

  1. Log onto the CA, check whether Remote Procedure Call services (including RPC and RPCLocator services) are running, if not, start them manually.
  2. Ensure ports TCP 135 and randomly allocated high TCP ports are not blocked, or you may temporarily disable firewall on the CA to test.

More information for you:

Service overview and network port requirements for Windows

http://support.microsoft.com/en-us/kb/832017#method4

Best Regards,

Amy

Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected].


Wednesday, April 1, 2015 2:22 AM

Hi Sandeep,

Do you have any progress at the moment?

Best Regards,

Amy

Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected].


Wednesday, May 18, 2016 3:27 PM | 9 votes

I hit this error too. Hopefully someone can benefit from how I addressed it.

After requesting a new cert over web enrollment I also got the error.

CCertRequest::Submit: The RPC server is unavailable. 0x800706ba (WIN32: 1722 RPC_S_SERVER_UNAVAILABLE)

Without going into all the detail of DCOM permissions you need to ensure you are accessing the Certificate web server remotely and not locally from the CA server.

Michael


Saturday, October 22, 2016 4:11 AM | 1 vote

I hit this error too. Hopefully someone can benefit from how I addressed it.

After requesting a new cert over web enrollment I also got the error.

CCertRequest::Submit: The RPC server is unavailable. 0x800706ba (WIN32: 1722 RPC_S_SERVER_UNAVAILABLE)

Without going into all the detail of DCOM permissions you need to ensure you are accessing the Certificate web server remotely and not locally from the CA server.

Michael

Michael... You are the man!!!!

WOWOWOWOWOW... I've been searching for a week for this issue... I couldn't figure out where my mistake in the configuration was This is simply ridiculous....

Why wouldn't it work locally everything else works that way from the CA... I'm pretty sure I've tested CA requests locally on 2008R2 without issues... is this an issue with 2012R2 ?

Wowowowow I cannot thank you enough... I was ready to blow up everything for the 5th time... (working with an Offline CA, including a Enterprise Sub. makes it a little more work, but these stupid little errors make you question all your work...)

Thanks again everything is working just as it should.

G.

G-EDGE


Tuesday, December 20, 2016 5:58 PM

Lifesaver! thanks.


Tuesday, January 3, 2017 11:18 AM | 1 vote

Glad it helped G-EDGE.

You asked why it works remotely and not locally. I'm doing this from memory and I can't even remember putting in that post (7 months ago). But from what I recall its permissions on the DCOM object.

Open an MMC console and add the Component Services snap-in. OPen Component Services and DCOM Config. Then find the CertSRV Request. Check the Properties, Security and Access Permissions. There are separate permissions for Local and Remote access.

Michael


Friday, April 6, 2018 6:09 PM

Makes total Sense! this answer should go at the top of the list...

Thanks Mic

G-EDGE


Wednesday, May 23, 2018 5:31 PM

this work for me 


Friday, June 22, 2018 5:18 PM

Another vote that Micmaher has the correct answer.   Do not use IE on the CA server itself, use IE on another system.


Monday, March 4, 2019 10:05 AM

Micmaher thanks a lot. Was trying from teh CA server also. Got to work it out on the mail server and all went fine.

Thanks.