Nuix / Tiered-Report

This script allows you to define and generate reports on data ingested into one or more Nuix cases
Apache License 2.0
3 stars 2 forks source link

Unable to Run the report on NUIX 8 #5

Closed Venny2020 closed 4 years ago

Venny2020 commented 4 years ago

I downloaded the ZIP file and extracted it to NUIX script directory. I opened a case and tried running the script from Ruby module. I am getting below error.

(LoadError) no such file to load -- C:/Users/venny/AppData/Roaming/Nuix/Scripts/Tiered-Report-master (1)/Tiered-Report-master/Ruby/TieredReport.nuixscript/Nx

Should I copy anything else into the script directory along with the Tiered script?

JuicyDragon commented 4 years ago

Hello @Venny2020 I believe you downloaded using the big green download button rather than from the releases section. The green download button downloads a copy of the repository, which is basically just the source code, so that won't contain the compiled JAR files (such as Nx.jar) that the script relies on. If you download a Zip from the releases section that should contain all the bits you need to run the script.

Venny2020 commented 4 years ago

Hi Jason,

You are right, I did the download from the green download button. Good to know, where to download from ;)

It is working now Jason. Thanks again!

-- Regards, Venny.

On Thu, May 14, 2020 at 7:00 PM Jason Wells notifications@github.com wrote:

Hello @Venny2020 https://github.com/Venny2020 I believe you downloaded using the big green download button rather than from the releases section https://github.com/Nuix/Tiered-Report/releases. The green download button downloads a copy of the repository, which is basically just the source code, so that won't contain the compiled JAR files (such as Nx.jar) that the script relies on. If you download a Zip from the releases section https://github.com/Nuix/Tiered-Report/releases that should contain all the bits you need to run the script.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Nuix/Tiered-Report/issues/5#issuecomment-628947574, or unsubscribe https://github.com/notifications/unsubscribe-auth/APSXXE5EM65MJ6N3XMMM6BDRRSAZTANCNFSM4NBBORHA .

JuicyDragon commented 4 years ago

Excellent, glad to hear it.