Skip to main content

Handling "table not found" errors

By default, when a writer's Tables property specifies a table that does not exist in the target database, when it receives an event for that table it will terminate with a TargetTableNotFoundException error.

Writers with the Ignorable Exception Code property may be configured to ignore such errors and continue by setting that property's value to TABLE_NOT_FOUND. All dropped events will be written to the exception store (see CREATE EXCEPTIONSTORE) and the first 100 will appear in the Flow Designer's exception list. Even. if the missing table is added, Striim will not write to it until the application is restarted.CREATE EXCEPTIONSTORE