Custom Web Publishing Guide

Table Of Contents
Error codes for Custom Web Publishing 95
Error code numbers for the Web Publishing Engine
When the Web Publishing Engine is in Development mode, it generates a specific error page when an error
occurs in the Web Publishing Engine itself. This type of error may result from a variety of causes, such as if
the Web Publishing Engine is unable to:
1 find a requested or nested (via <xsl:include>) stylesheet file
1 parse a requested or nested stylesheet file because of an XML error with the file
1 generate a stylesheet from the file because of an XSLT or XPath error in the file
1 process the request because the XML grammar is not properly specified in the CGI
1 communicate with the Web Publishing Core to retrieve XML
When the Web Publishing Engine is operating in Development mode, the error page for this type of error
contains an error message and error number in parentheses. For example:
1223 The function referred to does not exist
1400 ODBC driver initialization failed; make sure the ODBC drivers are properly installed.
1401 Failed to allocate environment (ODBC)
1402 Failed to free environment (ODBC)
1403 Failed to disconnect (ODBC)
1404 Failed to allocate connection (ODBC)
1405 Failed to free connection (ODBC)
1406 Failed check for SQL API (ODBC)
1407 Failed to allocate statement (ODBC)
1408 Extended error (ODBC)
Error Number Description
Example of error page when the Web Publishing Engine is in Development mode