05-16-2014 11:16 AM
I'm working to submit large set of VIs as a toolkit.
Many of these VIs are in LLBs.
I have created a dedicated progect and put there a whole toolkit folder. Before that I have checked all VIs for being executable - everithing clean.
Than I have converted this folder into LVLIB without any troubles and, further, run Add-On application. When it comes to the "Finish" stage I'm getting Error 1052.. see attached snapshot.
I was suspecting some VI names formatting - some of them had characters like "7, (...) and []". But, removal of those characters didn't help. The very same error persisted.
Please help.
Oleg
05-16-2014 11:23 AM
Do you have a hierarchy of lvlibs and are any of them locked? What version of LabVIEW and TPLAT are you using?
05-16-2014 11:49 AM
There is no locked/password protected VIs in the originating folder. The LVLIB was created by conversion and there were no additional actions from my side.
LabVIEW 2013.0f2 (32 Bit).
What is TPLAT?
Thenk you for help.
05-16-2014 11:51 AM
There is just one library.
05-16-2014 02:33 PM
TPLAT = Third-Party Licensing and Activation Toolkit
Could you add the following INI token to your LabVIEW INI?
DPrintfLogging=True
Then restart LabVIEW and reproduce this issue, afterwards check the log file (<labview_cur.txt>) for statements starting with LV2P in the temp directory and send the file over to us at labviewpartnerprogram@ni.com.
(In Windows at : C:\Users\\AppData\Local\Temp\)
Thanks,
-R
05-16-2014 03:39 PM
I added this key to the labVIEW.ini and followed your further instructions.
I couldn't locate this (labview_cur.txt) log file.
05-16-2014 03:54 PM
Sorry, these messages keep getting stripped of text because my replies default to the HTML editor without me realizing it. The file is under:
C:\users\<username>\appdata\local\temp\ and the filename will look similar to the following:
05-16-2014 04:03 PM
I thinc I found these file(s):
LabVIEW_32_13.0f2_ofinodeyev_log.txt
and
LabVIEW_32_13.0f2_ofinodeyev_cur.txt
05-16-2014 04:06 PM
Great, send them over and we'll take a look. labviewpartnerprogram@ni.com
05-16-2014 04:14 PM
I was searching for that file in the whole computer and there no such file being generated anywhere...