FFAPI: Understanding FFAPI Error Message Format

Last reviewed: October 20, 1997
Article ID: Q118533
3.00 MS-DOS kb3rdparty

The information in this article applies to:

  • Microsoft Mail Software Development Kit: FFAPI for Gateways and Applications, version 3.0

This article explains Microsoft Mail File Format API (FFAPI) error message formatting. Formats indicate the message and line number that caused problems with a FFAPI operation.

Errors appear in this format:

xxx-yyy-zzz Text describing the error

Where:

xxx = The error number, which is explained in the FFAPI SDK manual.

yyy = The position number of the message in the MMF file that FFAPI was

      operating on at the time.

zzz = The message line-number that produced the problem.

For example, here is a common error:

141-1-2 Cannot match token TO (has tail net/po/mailbox)

141 = cannot match token < > (has tail < >) 1 = the first message in the MMF file 2 = the second line of the message

The most common reason for this error is unsuccessful FFAPI parsing due to the presence of an incorrect "end of line" marker. See -f parameter for more information on this particular error.

REFERENCES

"Microsoft Mail for PC Networks, Software Development Kit Gateway File Format API"


Additional reference words: 3.00 ffapi error
KBCategory: kb3rdparty
KBSubcategory: MailGWFFAPI
Keywords : MailGWFFAPI kb3rdparty
Version : 3.00
Platform : MS-DOS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 20, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.