Version 2.4 didn't have any issues, but just upgraded to the lasted 2.7.2 and now it doesn't work.
Any hints?
Current directory is set to a different directory than where PAL.ps1 is located so the following PAL cmdline is used :
```
Powershell -NoProfile "& 'C:\Program Files\PAL\PAL.ps1' -Log 'D:\Performance\PAL\BI\PerfData\SERVER-01\SERVER-01_20150420-000006\PAL_Quick_System_Overview.csv' -ThresholdFile 'C:\Program Files\PAL\QuickSystemOverview.xml' -Interval '3600' -IsOutputHtml $True -OutputDir 'D:\Performance\PAL\BI\PALReports' -HtmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm' -IsOutputXml $False -XmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml' -AllCounterStats $False -NumberOfThreads 1 -IsLowPriority $False -OS '64-bit Windows Server 2008 R2' -PhysicalMemory '54' -UserVa '2048' -DisplayReport $false "
```
The file "PAL_Quick_System_Overview.csv" is created by a perfmon collection created using an 2.4 version of a PAL Quick System Overview XML export, but looking at the errors it doesn't look like this is the problem.
When running the above command I get 5 different error-reports, a blank error-report and finally a report without data/details, see attached.
One error seems related to PAL.ps1 expecting to have the <PALInstallDir> as current-dir (= Cannot find path).
Any help will be appreciated :)
BR,
Nicolaj
Any hints?
Current directory is set to a different directory than where PAL.ps1 is located so the following PAL cmdline is used :
```
Powershell -NoProfile "& 'C:\Program Files\PAL\PAL.ps1' -Log 'D:\Performance\PAL\BI\PerfData\SERVER-01\SERVER-01_20150420-000006\PAL_Quick_System_Overview.csv' -ThresholdFile 'C:\Program Files\PAL\QuickSystemOverview.xml' -Interval '3600' -IsOutputHtml $True -OutputDir 'D:\Performance\PAL\BI\PALReports' -HtmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm' -IsOutputXml $False -XmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml' -AllCounterStats $False -NumberOfThreads 1 -IsLowPriority $False -OS '64-bit Windows Server 2008 R2' -PhysicalMemory '54' -UserVa '2048' -DisplayReport $false "
```
The file "PAL_Quick_System_Overview.csv" is created by a perfmon collection created using an 2.4 version of a PAL Quick System Overview XML export, but looking at the errors it doesn't look like this is the problem.
When running the above command I get 5 different error-reports, a blank error-report and finally a report without data/details, see attached.
One error seems related to PAL.ps1 expecting to have the <PALInstallDir> as current-dir (= Cannot find path).
Any help will be appreciated :)
BR,
Nicolaj