WebLink Error Code Format.

April 30, 2004 | KB: 1000211
WebLink 6

Summary

WebLink error codes are displayed in hexadecimal format.

Note: Not all error codes are returned in hexadecimal format. The WebLink error handler can also return error codes in decimal format.

More Information

The error handler for WebLink is the file named “500-100.asp.” This file can be found in the ASPs folder in your WebLink installation folder. Whenever an error occurs, this file will generate JavaScript. The generated script will display a message box in the browser containing the error code as an eight-digit hexadecimal number.

If the higher-order digits of the error code are 0x8004, then the lower-order digits correspond to an error generated by WebLink. The lower four digits of the hexadecimal error code should convert into a decimal number that falls between 2000 and 3000 or 5000 and 8000. Error codes between 2000 and 3000 correspond to WebLink errors. Error codes between 5000 and 8000 correspond to LaserFiche errors.

Note: Be aware that Microsoft Internet Information Services (IIS) can also generate its own errors.