[IgnorePluginCheck] section in Eilocal.ini

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

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 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
 

Installed plugins: [ModuleName::PluginName] - Eilocal.ini

DebugLevel [RuntimeSettings] - Eilocal.ini