You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least for relog.exe 10.0.14393.0 on Server 2016 and 10.0.19041.546 on Win10 that solved it
ISSUE:
[MergeConvertFilterPerfmonLogs] ERROR: Unable to find the converted log file: C:\Users\THORST~1\AppData\Local\Temp\54f9a5ce-d8a9-4064-ae33-7c00c000f271_FilteredPerfmonLog.csv. Relog.exe failed to process the log....
SCRIPT ARGUMENTS:
Log: D:_DATA\XY\20210322DCPerf\SD01101_DCPerf-20210318.blg;D:_DATA\XY\20210322DCPerf\SD01101_DCPerf-20210319.blg
Finding the solution:
running it manually with the command from the "Queue" window i noticed that the files were enclosed by " resulting in double "" at the start and end.
Also fixed it by removing even quotes around $sTemp variable: $sCommand = $('relog.exe ' + $sTemp + ' -f csv -o ' + ""$($global:oPal.RelogedLogFilePath)"")
because quotes are already added while building this variable earlier.
Hi,
this seems like a quoting issue on my machines and i was able to fix it.
FIX: removing the extra Quotes around all the FileNames
At least for relog.exe 10.0.14393.0 on Server 2016 and 10.0.19041.546 on Win10 that solved it
ISSUE:
Finding the solution:
running it manually with the command from the "Queue" window i noticed that the files were enclosed by " resulting in double "" at the start and end.
-> manually executing it results in the same error and removing the doule quotes fixed it
cheers
Thorsten
The text was updated successfully, but these errors were encountered: