democlient error

RCFProto support and general discussion.
Post Reply
markqiu
Posts: 18
Joined: Wed Sep 12, 2012 11:13 am

democlient error

Post by markqiu »

onWindows 7, DemoClient ERROR:
RCF::Exception: Client-side SSPI authorization failed. OS: -2146893016 -

I tried to grant administrator right with no luck.

Code: Select all

		// Add it to the root store of the local machine.
		caCert.addToStore(Cl_LocalMachine, Cs_Root);  //failed at this line

jarl
Posts: 238
Joined: Mon Oct 03, 2011 4:53 am
Contact:

Re: democlient error

Post by jarl »

Apologies for the late reply - I thought I had email notifications turned on for this board but apparently not.

I used Visual Studio -> Tools -> Error Lookup to look up the error id and got this:

-2146893016: The received certificate has expired.

The problem is that the demo certificates in RCFProto 0.9.0.4 have expired. I've generated new ones (this time with 10 years validity) , for 0.9.0.5 which you can download from the Downloads page:

http://www.deltavsoft.com/download.html

I've also made a note to improve the error message.

Thanks for reporting this.
Kind Regards

Jarl Lindrud
Delta V Software
http://www.deltavsoft.com

Post Reply