07-11-2011 03:12 AM
I followed the steps to create a licence file and tried to deactivate it using "Activate License - Activate Manually.vi" in the example folder but to no avail. I used trigger code as shown in the tutorial pdf file (https://decibel.ni.com/content/docs/DOC-13906).
I also tried suggestions from this comment:
https://decibel.ni.com/content/docs/DOC-9674
JervinJustin Oct 25, 2010 3:24 PM
Known Issues:
Trial DLLs installed by evaluation versions of Protection Plus. If you install the trial version of Protection Plus, this installs the trial versions of KeyLib32.dll and skca32.dll to the windows system32 folder (SysWow64 on 64 bit machines). If this happens, replace these DLLs with the ones installed by the Licensing & Activation Toolkit (<LabVIEW>\resource\)
I have attached the modified VI and licence file.
I'm using LV 2010 SP1, Protection PLUS LFEdit 4.6.0.4 (Trial) and windows 7
Thanks in advanced!!
Solved! Go to Solution.
07-11-2011 01:01 PM
Hello,
Thank you for bringing this to our attention. This is actually an error in the example program preventing you from activating. In the shipping example, the Activation Code terminals are outside of the while loop. Because of this, the incorrect value is being fed into the Activate License VI and therefore activation fails. The good news is that this is only a problem with the example and all you need to do is move the two control terminals inside the Activate Value Change event in order to get it working correctly (See image below). Hopefully this helps solve your problem, but let me know if you still experience difficulties. I will also submit this to R&D and post back here with a CAR number.
Have a great day,
David
07-11-2011 01:06 PM
Reported to R&D via CAR# 307538.
07-11-2011 09:19 PM
Many thank, i managed to activate it.
07-12-2011 09:22 AM
No problem, I'm glad I could help.