Quantcast
Channel: Performance Analysis of Logs (PAL) Tool
Viewing all articles
Browse latest Browse all 913

Reopened Issue: Cannot access file, in use by another process [23576]

$
0
0
here is what I am executing:

Powershell ".\PAL.ps1"
-Log 'C:\PALReports\SRV-MBX-WVA06_Mbx_11010849.blg'
-ThresholdFile 'C:\Program Files\PAL\PAL\Exchange2007-MBX-TechNet.xml'
-Interval 'AUTO'
-IsOutputHtml $True
-HtmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].htm'
-IsOutputXml $False
-XmlOutputFileName '[LogFileName]_PAL_ANALYSIS_[DateTimeStamp].xml'
-OutputDir 'C:\PALReports'
-AllCounterStats $False
-NumberOfThreads 1
-DatabaseDisks 'E:'
-LogDisks 'L:'
-PagingDisks 'D:'
-TempDisk 'C:'
-MajorityClientsCached $False
-CCR $False
-NumberOfProcessors '2'

Here is the exact error message:

Generating the HTML Report...WARNING: Please post errors or problems with this t
ool to the PAL web site
located at http://www.codeplex.com/PAL with the following error message and a
brief description of what you were trying to do. Thank you.
The process cannot access the file 'C:\PALReports\SRV-MBX-WVA06_Mbx_11010849_PA
L_ANALYSIS_2012-11-01_13-31-36.htm' because it is being used by another process
.
At C:\Program Files\PAL\PAL\PAL.ps1:4851 char:146
+ $sPart00 + $sPart01 + $sPart02 + $sPart03 + $sPart04
+ $sPart05 + $sPart06 + $sPart07 + $sPart08 + $sPart09 + $sPart10 >> <<<< $h
+ CategoryInfo : OpenError: (:) [], IOException
+ FullyQualifiedErrorId : FileOpenFailure


C:\Program Files\PAL\PAL>

This occurs regularly though sometimes it does finish properly. The HTML file is always partially completed when this error occurrs. Things I have tried:

-Run as administrator
-Number of processing threads, tried the values of 1 and also 4 (my system has 4 cores), same resultes either way.

Thought I would throw this up here so maybe someone else might have an idea why it's happening.

Viewing all articles
Browse latest Browse all 913

Trending Articles