Difference between revisions of "ReNamer:Failed renaming"

From den4b Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
There can be several reasons for a failed renaming operation. [[ReNamer:Validation|Validation]] process will try to prevent some common problems prior to renaming by raising warnings during the preview process, but it cannot catch all possible problems. The most common reasons for failed renaming are as follows:
 
There can be several reasons for a failed renaming operation. [[ReNamer:Validation|Validation]] process will try to prevent some common problems prior to renaming by raising warnings during the preview process, but it cannot catch all possible problems. The most common reasons for failed renaming are as follows:
  
# File path exceeds MAX_PATH characters
+
{| class="wikitable" border="1"
# Destination file already exists
+
|-
# Source file does not exist
+
! Problem
# No permission to rename the file
+
! Reason
# Invalid destination path
+
! Workaround
 +
|-
 +
| File path exceeds MAX_PATH characters
 +
|
 +
|
 +
|-
 +
| Destination file already exists (name conflict)
 +
|
 +
|
 +
|-
 +
| Source file does not exist
 +
| you [[ReNamer:Renaming_folders|renamed its folder first]]
 +
| Remove the items listed in Files pane, and add them again (with the new path).
 +
|-
 +
|You don't have sufficient privileges to rename the file
 +
|
 +
|
 +
|-
 +
|Invalid destination path
 +
|
 +
|
 +
|
 +
}

Revision as of 05:09, 26 September 2010

{{{iparam}}} This article needs to be expanded!
  • Give examples for all reasons
  • Include possible workarounds

There can be several reasons for a failed renaming operation. Validation process will try to prevent some common problems prior to renaming by raising warnings during the preview process, but it cannot catch all possible problems. The most common reasons for failed renaming are as follows:

Problem Reason Workaround
File path exceeds MAX_PATH characters
Destination file already exists (name conflict)
Source file does not exist you renamed its folder first Remove the items listed in Files pane, and add them again (with the new path).
You don't have sufficient privileges to rename the file
Invalid destination path

}