Run time error 6, overflow 00000048

Run time error 6, overflow 00000048

An overflow error means that the code is trying to put a number into a variable (or property, or table column, etc) and the data type of the variable doesn't allow numbers that large.

Check the data types of any variables you're working with and make sure they're capable of holding the value you're attempting to store or work with.

For example, a Small Integer can only hold values in the range of (-32768 to 32767) and a Byte can only hold (0-255).

If this doesn't happen to all processes on all machines all the time then more than likely something has happened to the machine where the error is occuring or the data being processed by MaxRecall on that machine is causing the problem.

Check the data.  For example, is the program handling a very large file?  Maybe the file bytes is too large for the fields in the DB where that's stored or the value is too large to be handled by the variables declared in the code; Or maybe a keyword value is too large for the kwval field in the keyword values table for that keyword.

Also, try rebooting the machine if it doesn't seem to be a MaxRecall data issue.

If this is happening on a new install or upgrade, or on a machine that has had some type of failure or malware infection then maybe try running the Programs Update with the Full Re-install option selected.

If this is happening to zzlouie.exe when it's trying to file docs then run the following query to see if there are any docs that aren't yet filed that exceed the currently allowable size (bytes of all pages).  If there are any then those DocIDs need to be removed from the Filer_UL table.  Then document the doc info and let the customer know because they'll need to re-add the doc with smaller page files.  This has been seen where a user scans a multipage doc in full color before adding to MaxRecall.

SELECT * FROM DOCS WHERE DOCSTATUS > 2 AND BINDERID = 0 AND PAGESBYTES > 1000000000

If this is happening when trying to email with MaxRecall keyword value entities in the email layout check the data types of the keywords.  It seems to have a problem with dates.  You could also potentially have trouble with numeric keywords if the value is large.




    • Related Articles

    • Run-time error 339 and Run-time error 7 00000088

      Component "xxxxxxxx.ocx" or one of its dependencies not correctly registered: a file is missing or invalid. or Component "xxxxxxxx.dll" or one of its dependencies not correctly registered: a file is missing or invalid. Try logging on to the console ...
    • Run Time Error 5 Invalid procedure call or argument (00000078)

      The primary cause of this error is that the software cannot access necessary drives/folders on the local machine or server. There is either a user/password/domain problem (security) or a necessary file or directory is not there at all, is not where ...
    • TAXI WRECKED

      Taxi wrecked entry in lou.log files.  This is not an error.  This is an event.  It is a symptom of another problem.  It means zztaxi.exe stopped in an abnormal way.  It is something that occured, most likely as a result of zzlouie.exe failing.  It's ...
    • SQL database connection error -2147467259 and 4060 (SF 00000244)

      Server rejected the connection; Access to selected database has been denied; Login failed. When starting any MaxRecall program and you receive MaxRecall's database not started error along with the standard connection failure error plus error 4060:  ...
    • Windows could not start the TPO Services Error 2: The system cannot find the file specified

      When you try to start the TPO Services and receive Error 2:  The system cannot find the file specified, make sure zzhms.exe is in the \MaxRecall\Programs\ folder.  If not then restore it - there might be a copy in the 3.3.0 folder in the ...