Hello.
I want to request a certificate on a standalone certification authority, and I have the next issue:
The RPC server is unavailable. 0x800706ba (WIN32: 1722 RPC_S_SERVER_UNAVAILABLE)
I did these tasks, but the problem follows:
Disable the firewall on the CA (OK)Get-WmiObject Win32_ComputerSystem –ComputerName (OK)netstat -ano | find "135" (OK)sc query Winmgmt and sc query rpcss (OK)service Remote Procedure Call (RPC) is running (OK)Test-NetConnection IP -port 135 (OK)Test-NetConnection IP -port 49703 (WARNING: TCP connect to (IP : 49703) failed)Event Viewer: Security (The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {D99E6E74-FC88-11D0-B498-00A0C90312F3} and APPID {D99E6E74-FC88-11D0-B498-00A0C90312F3} to the user SID (S-1-5-21-2052401950-75243191-622671684-9855) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.)Add Domain Users, Domain Controllers, Domain Computers groups to Certificate Service DCOM AccessUpdate the DCOM security settings on the server with the CA role (certutil -setreg SetupStatus -SETUP_DCOM_SECURITY_UPDATED_FLAG / net stop certsvc & net start certsvc)Nltest /Server:dc01 /query (OK)Certutil -ping (OK)
Thank so much.