I am receiving below error while creating a new share.My RPC server is enabled and running.Also, all ports are opened to communicate between server and client. How we can fix this error.
[System.Runtime.InteropServices.COMException] The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
at VI.JobService.ProcessorThread._ExecuteJob(Job job, JobResult result)
at VI.JobService.JobComponents.FileComponent._TaskCreateShare()
at VI.JobService.JobComponents.FileComponent._GetShareObject(String share, String server)
at System.Management.ManagementObjectSearcher.Get()
at System.Management.ManagementObjectSearcher.Initialize()
at System.Management.ManagementScope.Initialize()
at System.Management.ManagementScope.InitializeGuts(Object o)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)