IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

convertToValues and the error codes it raise

  • 1.  convertToValues and the error codes it raise

    Posted 05/30/11 02:14 PM

    Hi,

    Can someone tell me why when a “[FFP.0012.0004] Found no valid records” error appears (while using convertToValues with “validate” to “true”), it raises an error; and the “isValid” field and the “errors” documentField aren’t declared/filled ?

    It works fine ie. with “[FFP.0011.0011] Unrecognized record.” no error raises, but “isValid” and “errors” are filled.

    IS 8.0.1


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: convertToValues and the error codes it raise

    Posted 05/31/11 11:58 AM

    Hi,

    It normally goes like this.

    If there is no valid record matching to the schema in the entire flatfile then it throws FFP.0012.0004 Found no valid records errors (isValid not set).

    If there is some problem in the record itself (record split and gone to next line etc.) then it throws [FFP.0011.0011] Unrecognized record error (isvalid=false).

    If there is atleast one valid record it does not throw any error (isvalid=true).

    You can try running flatfile schema with a flat file to generate the below errors and then use it in your service as required.

    Regards,
    Amol.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB