[IgnorePluginCheck]

You can prevent a module from starting unless required extensions (such as ReadSoft optional products or other plug-ins) are loaded.

You do this by adjusting the ReadSoft Invoices database. The necessary adjustments can be done in two ways:

  • Via the GUI (using the ReadSoft Invoices Manager module). Refer to "Prevent Kofax ReadSoft Invoices modules from starting without extensions" in InvoicesHelp for instructions.
  • By accessing the database directly (described in a separate internal document).
  

At times (for example when testing or developing applications) it is necessary to temporarily override that requirement at individual workstations. To do this:

  1. Add an [IgnorePluginCheck] section to Eilocal.ini.
  2. Add the OLE class name of the plug-in to be excluded, followed by parameters that specify which ReadSoft Invoices modules the override should apply to, using a colon-separated list of modules:

    M = Manager
 S = Scan
 I = Interpret
 V = Verify
 T = Transfer
 O = Optimize

Example: M:T:O disables the extension load check for the Manager, Transfer and Optimize modules.

Alternatively, use an asterisk (*) to disable the check for all modules

Example

[IgnorePluginCheck]

eicommondlg.cserver=M:I

DBMaintenance.cserver=*

ERPImport.Connect=T:O