Author |
Message |
Alice
Joined: 29 Jan 2015 Posts: 295
|
Posted: Thu Jul 24, 2025 8:06 pm Post subject: LFN Support for the VV log file... |
|
|
ViceVersa Pro 6.0 - Build 6014 - (64-bit)
might seem like an odd question, but I was receiving an error when a Profile ran stating 'Failed creating log file...task aborted'.
It turned out the Log File path and Profile Name when combined exceeded 260 chars.
Code: | Log file : C:\- Working Files\- VV Log Files\<year>-<month>-<day> - <hour>.<min> [hrs-min] -- <profile>.log |
is there a notation to support LFNs/paths for the VV log file itself ?
'\\?\' did not seem to work |
|
Back to top |
|
 |
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8826
|
Posted: Fri Jul 25, 2025 9:29 am Post subject: |
|
|
Hi! I believe each component of the path is limited to 256 chars, i.e.
<year>-<month>-<day> - <hour>.<min> [hrs-min] -- <profile>.log
needs to be < 256 chars (regardless of \\?\ prefix).
Could that be the issue? _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
 |
Alice
Joined: 29 Jan 2015 Posts: 295
|
Posted: Fri Jul 25, 2025 8:03 pm Post subject: |
|
|
ok thank you.
Is there some way VV6 could write a log file to a path+filename combo > 260 chars though ? |
|
Back to top |
|
 |
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8826
|
Posted: Sun Jul 27, 2025 2:20 am Post subject: |
|
|
Hi, I tested this and it looks like the \\?\ prefix is not supported for the log file so max is 260 char in total for the path. I have added this to fix. _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
 |
|