Hello all,
Please help me with the following issue.
I'm encountering the following error when attempting to parse multiple .blg files at once:
Overall progress... Status: Creating the HTML report, PAL 2.7.5 Progress: 94%... Creating the HTML report,
An error occurred on...
$Date1 = Get-Date $([datetime]$global:oPal.aTime[0]) -format $global:sDateTimePattern
At D:\Cloud\OneDrive - Microsoft\Software\PAL\PAL\PAL.ps1:4502 char:25 + $Date1 = Get-Date $([datetime]$global:oPal.aTime[0]) -format $glo ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cannot convert null to type "System.DateTime".
SCRIPT ARGUMENTS:
Log: D:\Work zone\116032913891472\Daily perf\ExchangeDiagnosticsDailyPerformanceLog_03251156.blg;D:\Work zone\116032913891472\Daily perf\ExchangeDiagnosticsDailyPerformanceLog_03261156.blg;D:\Work zone\116032913891472\Daily perf\ExchangeDiagnosticsDailyPerformanceLog_03271256.blg;D:\Work zone\116032913891472\Daily perf\ExchangeDiagnosticsDailyPerformanceLog_03281256.blg;D:\Work zone\116032913891472\Daily perf\ExchangeDiagnosticsDailyPerformanceLog_03291117.blg
ThresholdFile: D:\Cloud\OneDrive - Microsoft\Software\PAL\PAL\Exchange2013.xml
AnalysisInterval: AUTO
IsOutputHtml: $True
IsOutputXml: $False
HtmlOutputFileName: [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm
XmlOutputFileName: [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml
OutputDir: [My Documents]\PAL Reports
AllCounterStats: $False
NumberOfThreads: 8
IsLowPriority: $False
DisplayReport: True
Everything is fine when parsing only one file; anyone else encountering the same problem?
Thank you,
Please help me with the following issue.
I'm encountering the following error when attempting to parse multiple .blg files at once:
Overall progress... Status: Creating the HTML report, PAL 2.7.5 Progress: 94%... Creating the HTML report,
An error occurred on...
$Date1 = Get-Date $([datetime]$global:oPal.aTime[0]) -format $global:sDateTimePattern
At D:\Cloud\OneDrive - Microsoft\Software\PAL\PAL\PAL.ps1:4502 char:25 + $Date1 = Get-Date $([datetime]$global:oPal.aTime[0]) -format $glo ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cannot convert null to type "System.DateTime".
SCRIPT ARGUMENTS:
Log: D:\Work zone\116032913891472\Daily perf\ExchangeDiagnosticsDailyPerformanceLog_03251156.blg;D:\Work zone\116032913891472\Daily perf\ExchangeDiagnosticsDailyPerformanceLog_03261156.blg;D:\Work zone\116032913891472\Daily perf\ExchangeDiagnosticsDailyPerformanceLog_03271256.blg;D:\Work zone\116032913891472\Daily perf\ExchangeDiagnosticsDailyPerformanceLog_03281256.blg;D:\Work zone\116032913891472\Daily perf\ExchangeDiagnosticsDailyPerformanceLog_03291117.blg
ThresholdFile: D:\Cloud\OneDrive - Microsoft\Software\PAL\PAL\Exchange2013.xml
AnalysisInterval: AUTO
IsOutputHtml: $True
IsOutputXml: $False
HtmlOutputFileName: [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm
XmlOutputFileName: [LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml
OutputDir: [My Documents]\PAL Reports
AllCounterStats: $False
NumberOfThreads: 8
IsLowPriority: $False
DisplayReport: True
Everything is fine when parsing only one file; anyone else encountering the same problem?
Thank you,