Installation guide

Appendix E: MSG_Exception Messages
182 FlashCONNECT Administrators Guide
MSG_Exception: Event Handler
Messages
FlashCONNECT provides the MSG_Exception messages that display in either the
Windows Event Handler or in the UNIX Log file. The following describes the different
message types, their meaning, the severity and what action to take.
There are two types of severity:
400, CONTENT_LENGTH must be set for CGI
400, CONTENT_TYPE!=application/x-www-form-url encoded
400, CONTENT_TYPE must be set for CGI
Page will fail Processing of the submitted page will fail. FlashCONNECT can
continue processing valid requests.
FCService will fail FCService will stop.
Meaning: Web server did not set the CONTENT_LENGTH parameter. It must be
specified for CGI.
Severity: Page will fail.
Action: Contact the Web server provider.
Meaning: FlashCONNECT expects the CONTENT_TYPE to be set to application/
x-www-form-urlencoded. Other encodings are not supported.
Severity: Page will fail.
Action: Change the encoding on the Web page being submitted.
Meaning: Web server did not set the CONTENT_TYPE parameter. It must be
specified for CGI.
Severity: Page will fail.
Action: Contact the Web server provider.