Skip to main content
Kofax

MarkView All Components : Recompiling Filters Programmatically

3722
Article # 304364 - Page views: 83

Summary

3722

Applies To

  • ERP System: Oracle, SAP, Peoplesoft.
  • MarkView Version: 6.x and above.

Behavior

  • Is there a way to recompile SQL*Flow filters programmatically as opposed to via the SQL*Flow Designer?

Known Causes

  • Why the issue occurs

Resolution

  • Yes, via SQL*Plus, log into the MARKVIEW schema and run:
    SQL> execute SF_Designer.RebuildFilterDispatch;
Note-Icon.png Note that there is one argument to this procedure, but it defaults to FALSE, which is what you would want in this case, so there is no need to explicitly provide a value for it.

Keywords: dispatch, compile, recompile, filter, migrate, migration, designer, sqlflow, sql*flow