Excuse me, I found two RDP license problem in my CE6 R2 image:

1) After RDP client connected to RDP Server (Windows server 2003, and
Windows Server 2008), I could not see the Licenses in "Terminal Server Client
Licenses" list of control panel.
I check the source code of licinfo.cpl, found that the function
InitializeLicenseInfo() failed because it called LSInitCertutilLib() and
failed.

2��In RDP server, I opened "TS Licensing Manager", the issued Licenses list
show the terminal device name is "Unkown". My terminal device has specified
name, not "Unkown".

Could you help me why they happened? How could I fix up?

RE: CE6 R2: RDP Licenses problem. by CEAssist

CEAssist
Wed May 14 13:56:02 PDT 2008

One possible issue could be that the call to CryptAcquireContext is failing.

Here is the provider that this call looks for:
PROV_RSA_FULL (http://msdn.microsoft.com/en-us/library/aa925202.aspx)


See http://msdn.microsoft.com/en-us/library/ms937733.aspx for
CryptAcquireContext, to troubleshoot why this is failing. For an overview of
the Licensing tool, see http://msdn.microsoft.com/en-us/library/aa917519.aspx
.


"zhizi" wrote:

> Excuse me, I found two RDP license problem in my CE6 R2 image:
>
> 1) After RDP client connected to RDP Server (Windows server 2003, and
> Windows Server 2008), I could not see the Licenses in "Terminal Server Client
> Licenses" list of control panel.
> I check the source code of licinfo.cpl, found that the function
> InitializeLicenseInfo() failed because it called LSInitCertutilLib() and
> failed.
>
> 2��In RDP server, I opened "TS Licensing Manager", the issued Licenses list
> show the terminal device name is "Unkown". My terminal device has specified
> name, not "Unkown".
>
> Could you help me why they happened? How could I fix up?
>
>
>
>