Migrating Customized UI Strings
The existing customization information for UI strings is stored in the resourceCustomize.rbinfo file within the wtCustom folder. These customizations must be migrated from these RBINFO files to the database so that they can be accessed and customized using the new Text Tailoring utility.
To migrate customized UI strings, run the following command in the Windchill shell:
windchill com.ptc.core.lwc.server.TextTailoringMigrator -u <userName> -p <password>
For help, run the tool with -h parameter.
On execution, the system backs up custom files. The location of the backup folder is displayed in the command line. If you find an issue with the migrated data, access the backed up files for troubleshooting.
After the migration, the RBINFO files stored within the wtCustom folder are removed. A log file is generated in the Windchill/logs folder with details about the data that was migrated.
You can verify the migrated UI strings in the Text Tailoring utility.
Was this helpful?