9.4.6.3 Troubleshooting and Diagnostics
- Ensure that all the required transform parameters are declared
under the replicat properties file.
When the data transform is not configured appropriately and the replicat properties file has missing/invalid
gg.transform
properties, replicat will just skip this transform and continue.Replicat will also throw the following Warning messages for these scenarios.
Transform property is not set [gg.transform.{name}.matcher.tableRegex]
.Transform property is not set [gg.transform.{name}.matcher.columnRegex]
. - Ensure that the regex specified under each of the
matcher/converter properties are valid regex strings.
Replicat will throw the following error message and exception in case there’s an invalid regex configured:
PatternSyntaxException – If the regular expression's syntax is invalid
.Fix the regex errors in order to continue with the replicat process.
- For the custom transform, ensure the implemented custom class
has been correctly added to the classpath.
Replicat will throw the following error message in this case and it will just skip this transform and continue:
Ensure to add the custom class to theCould not find transform class instance for type {type}
.gg.classpath property
.
Parent topic: Configuring Data Transforms