Hi,
I just downloaded the evaluation version of Intel Parallel Studio XE 2015 cluster addition. I am trying to build a project in visual studio 2010 but it is giving me the following error:
icl: : error #10310: Failed to enable trusted storage check for licensing: WARNING: Enable Trusted Storage failed (flexnet error code 20). Trusted Storage based license could not be supported
It is similar to the problem discussed here for fortran: https://software.intel.com/en-us/forums/topic/531753
Thanks for your help,
Regards,
Ashutosh
- 标记:
- Development Tools
- Intel® License Manager for FLEXlm*
- Intel® Software Development Products Registration Center
链接已复制
Ashutosh,
I'll send you the license file as a workaround for the Trusted Storage problem. I guess you installed the product without serial number in the evaluation mode? Copy the license file (.lic) into c:\Program Files (x86)\Common Files\Intel\Licenses\ (for a 64-bit Windows OS) or c:\Program Files\Common Files\Intel\Licenses\ (for a 32-bit Windows OS). If this directory doesn't exist yet, create it and copy the license file into it.
Regards, Hubert.
me too,
the build log:
icl.exe /nologo /G5 /I"C:\Program Files (x86)\Intel\System Studio 2015 for Windows.2.020\compiler" /I"C:\Program Files\Intel\System Studio 2015 for Windows.2.020" /I"C:\Program Files (x86)\Intel\System Studio 2015 for Windows.2.020" /c D:\Cplusprogram\test1.c /FoD:\Cplusprogram\test1.obj
icl: error #10310: Failed to enable trusted storage check for licensing: WARNING: Enable Trusted Storage failed (flexnet error code 20). Trusted Storage based license could not be supported
Process terminated with status 1 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Guohong,
Another option would be to run icl the first time as administrator (if possible). Could you please try that out:
Start menu -> Intel Parallel Studio XE 2015 > Compiler and Performance Libraries > Command Prompt and open one with right-click -> 'Run as Administrator' and invoke icl without parameters.
That should help and is faster to work around than installing the license file. However, if this will not help, let me know and I'll send the license file.
Regards, Hubert.
