Hello,
Here is the error I encounter when I try to generate a report with a log.blg
```
Erreur :
Aucune donnée à renvoyer.
MergeConvertFilterPerfmonLogs : [MergeConvertFilterPerfmonLogs] ERROR: Unable t
o find the converted log file:"C:\Users\administrateur\AppData\Local\Te
mp\3\{9ee4d2c0-4627-4835-9ed8-bd090d3d9d6a}\_FilteredPerfmonLog.csv"
At C:\Program Files\PAL\PAL\PAL.ps1:5319 char:42
+ MergeConvertFilterPerfmonLogs <<<< -sPerfmonLogPaths $Log
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
tion
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
n,MergeConvertFilterPerfmonLogs
MergeConvertFilterPerfmonLogs : Relog.exe failed to process the log. Review the
results above this line. If relog.exe continues to fail, then try running Relo
g.exe manually and/or contact Microsoft Customer Support Servers for support on
Relog.exe only. PAL is not supported by Microsoft.
At C:\Program Files\PAL\PAL\PAL.ps1:5319 char:42
+ MergeConvertFilterPerfmonLogs <<<< -sPerfmonLogPaths $Log
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
tion
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
n,MergeConvertFilterPerfmonLogs
```
Comments: ** Comment from web user: ClintH **
Here is the error I encounter when I try to generate a report with a log.blg
```
Erreur :
Aucune donnée à renvoyer.
MergeConvertFilterPerfmonLogs : [MergeConvertFilterPerfmonLogs] ERROR: Unable t
o find the converted log file:"C:\Users\administrateur\AppData\Local\Te
mp\3\{9ee4d2c0-4627-4835-9ed8-bd090d3d9d6a}\_FilteredPerfmonLog.csv"
At C:\Program Files\PAL\PAL\PAL.ps1:5319 char:42
+ MergeConvertFilterPerfmonLogs <<<< -sPerfmonLogPaths $Log
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
tion
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
n,MergeConvertFilterPerfmonLogs
MergeConvertFilterPerfmonLogs : Relog.exe failed to process the log. Review the
results above this line. If relog.exe continues to fail, then try running Relo
g.exe manually and/or contact Microsoft Customer Support Servers for support on
Relog.exe only. PAL is not supported by Microsoft.
At C:\Program Files\PAL\PAL\PAL.ps1:5319 char:42
+ MergeConvertFilterPerfmonLogs <<<< -sPerfmonLogPaths $Log
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
tion
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
n,MergeConvertFilterPerfmonLogs
```
Comments: ** Comment from web user: ClintH **
Conversion of the BLG log to a CSV log failed. You must be using Windows Vista or later because the counter log formats changed between Windows XP and Windows Vista.
Also, please try using an English locale. I don't have the resources to test it in other languages. A common problem is that if the counter log is recorded in non-English, then none of the counters defined in the PAL threshold files will match resulting in a conversion failure due to non-matching counters. Please ensure that the counter log is recorded in English. If the counter log is not in English, then consider using the Perfmon Log Translator Tool to convert it at http://pal.codeplex.com/releases/view/21261.