How WorldServer Handles Task Import Errors
When you import assets, WorldServer generally only imports error-free segments of the asset rather than halting the import operation. Segments with errors are not imported.
- The import error summary at the end of the import dialog box, if you are running in foreground mode.
- The WorldServer log.
The translated content for these failed segments is not imported, leaving the previous content. You can either fix the failed segments in your offline tool and reimport or you can work on them directly in the Browser Workbench.
The default behavior for import is set in the exchange.properties file. The property catasset.failOnError is now set to false as the default. If you would prefer to have the entire import fail when WorldServer encounters errors, change the setting to catasset.failOnError=true.