Troubleshooting tips

This topic identifies and provides solutions for known issues. For additional information, you can also refer to the Kofax Knowledge Base.

Problem Solution
Error in component script causes component to hang. You can insert On Error Resume Next in a routine to continue a function and avoid hanging the application processing should an error occur in a script. For more information about using On Error Resume Next, see the following MSDN references: