sp_ctrl (fndb-1p:52220)> activate config {config name}
Encountered errors parsing the configuration file. Type "verify config {config name}" for details.
sp_ctrl (fndb-1p:52220)> verify config {config name}
Verified config file too large to display
View detailed config in {vardir/temp/{config name}
sp_ctrl (fndb-1p:52220)> exit
$ more {vardir/temp/{config name}
1: datasource:o.{source SID}
2: "{SOURCE OWNER}"."{TABLE_NAME}" "{TARGET OWNER}"."{TABLE_NAME}" {source host}:{queue name}*{target 1 hostname}@o.{target 1 sid}
3: +{source host}:{queue name}*{target 2 hostname}@o.{target 2 sid}+{source host}:{queue name}*{target 3 hostname}@o.{target 3 sid}
Error --> Schema name is too long
The third route in the routing map of the config file wrapped into its own line
1. Clean up the compound routing maps by removing spaces and ensuring that the source table, target table and compound routing map with three routes are all in a single line in the config file
Example:
datasource:o.{source SID}
{SOURCE OWNER}.{TABLE_NAME} {TARGET OWNER}.{TABLE_NAME} {source hostname}:{queue name}*{target_1 hostname}@o.{target_1 sid}+{source hostname}:{queue name}*{target_2 hostname}@o.{target_2 sid}+{source hostname}:{queue name}*{target_3 hostname}@o.{target_3 sid}
2. Activate config