📝 Overview
This function allows you to change system path names by performing a find-and-replace across various GGP configuration files. It is commonly used when moving GGP to a new server.
⚙️ How It Works
The tool replaces all occurrences of the old source path with the new destination path in:
The MasterOverlay Table
All Department and User INI files within department system subfolders
All Overlay Table INI files (GGPOTB) referenced
All scripts referenced in any of the folders
Print templates (
*.gptfiles) located in the same folders as script (*.scr) files
📝 Input Fields
| Field | Description | Example |
|---|---|---|
| Source path | Part or full original source path to be replaced | \\oldserver\gis\ggp\ggpwin\ |
| Replacement path | New path to replace the source path | \\newserver\ggp\ggpwin\ |
⚙️ Options
| Option | Description |
|---|---|
| Update Master Overlay table only | Limits changes exclusively to the Master Overlay Table |
| Backup Files and Update Raster DBs | Includes subfolders from department/user INI files and script folders in the update process |
💡 Tips
If you have scripts or print templates stored in folders not listed in any
[Directories]section of your department or personal INI files, add temporary[Directories]keys in one of the department INI files for the conversion process.Example of adding
[Directories]keys:[Directories] ScriptFolder1=path to first script folder\ ScriptFolder2=path to second script folder\ TemplateFolder1=path to first print template folder\ TemplateFolder2=path to second print template folder\The keys like
ScriptFolder1,TemplateFolder1can be named arbitrarily.Important: Include the trailing backslash (
\) as it is not automatically validated.
Comments
0 comments
Article is closed for comments.