Whilst generating a PAL report using 3 .blg files separated by a semi-colon in the Counter Log Path, the following error occurred. See attached screen print for better detail. The 3 .blg files generate reports successfully when executed separately. Might just be a case of the 3 .blg files being too big for 1 report?
The '-split' operator failed: Exception of type 'System.OutOfMemoryException' w
as thrown..
At C:\Program Files\PAL\PAL\PAL.ps1:2059 char:42
+ $aLine = $oCSVFile[$i].Trim('"') -split <<<< '","'
+ CategoryInfo : InvalidOperation: (:) [], ParentContainsErrorRec
ordException
+ FullyQualifiedErrorId : OperatorFailed
The '-split' operator failed: Exception of type 'System.OutOfMemoryException' w
as thrown..
At C:\Program Files\PAL\PAL\PAL.ps1:2059 char:42
+ $aLine = $oCSVFile[$i].Trim('"') -split <<<< '","'
+ CategoryInfo : InvalidOperation: (:) [], ParentContainsErrorRec
ordException
+ FullyQualifiedErrorId : OperatorFailed