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.

 View Only
Expand all | Collapse all

unable to validate flatfile

  • 1.  unable to validate flatfile

    Posted Wed September 19, 2007 06:41 AM

    Hi guys,

        My criteria is to validate a flat file so for tat i am using [B]pub:schema:validate [/b]flow step,In the input i had mapped my flatfileDT to object and copied schema in confirmsTO . While executing the service i am getting the following error (version 6.5)
    

    [ISS.0062.9024] Integration Server does not support this type of object in validation >>>BasicData:recordWithNoID=[0]>>>BasicData:@record-id=recordWithNoID,@delimiters=>>>BasicData:record=\n,field=;,subfield=:,FormatInfo=>>>BasicData:<<<<<<,@segment-id=recordWithNoID,name=prad,desig=ei[,@loops-id=prad<<<<<<

    thanks in advance
    pradeep.


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


  • 2.  RE: unable to validate flatfile

    Posted Wed September 19, 2007 04:22 PM

    pub.schema:validate works only for XML documents in node form. As the error message states it does not work for flat files. Refer to the Built-in Services Reference and the Flat File Schema Developer’s Guide for more details.


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


  • 3.  RE: unable to validate flatfile

    Posted Thu September 20, 2007 07:38 AM