09-12-2006 05:54 PM
Solved! Go to Solution.
09-12-2006 06:06 PM
Dave,
I've seen this problem before. When you unzip the patch files, you must preserve the folder structure included in the ZIP file. Specifically, it creates some subfolders (Windows, Mac, and Linux, I think) that reside next to the patch LLB. The patching VI will be looking for specific files in those folders next to the LLB (depending on your operating system)...if you just have all the files from the ZIP next to each other, with no folder structure, the patch VI will error out. This happened to me more than once, and it was always because I accidentally just dragged all the files out of the ZIP onto my Desktop instead of actually "unzipping" them into the proper folder structure...I believe the readme for the patch mentions this issue.
Let me know if this suggestion works. For future patches, I'll probably recommend we either include all patch files in a flat structure, or have some error checking code in the patch VI that checks next to the patch LLB if the expected location is not found.
-D
09-12-2006 07:24 PM