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
  • 1.  FlatFileSchema-Field Type

    Posted Fri June 09, 2006 08:48 AM

    Hi,
    i am trying to create a flat file schema in 6.1,can u plz tell me how to give the field type(like Alpha,Alphanum,Num).
    i didnt mention the field types.
    when doing the testing without mentioning the field types i am getting the error like"Unrecognized element".
    i dont know whether that is bcoz of Filed type or something else.
    can u plz explain.

    thanks,
    vidya.


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


  • 2.  RE: FlatFileSchema-Field Type

    Posted Fri June 09, 2006 09:20 AM

    This problem might be coming because of Unrecognized record identifier.

    Please search on wmUsers for recordWithNoID, you will get lot of information regarding this.


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


  • 3.  RE: FlatFileSchema-Field Type

    Posted Fri June 09, 2006 09:20 AM

    we do not have a “Data type” in the flat file schema, as all the fields are treated as characters of the specified length.

    HTH
    Bhavani


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


  • 4.  RE: FlatFileSchema-Field Type

    Posted Fri June 09, 2006 09:22 AM

    Or you can have field delimiters to retrieve data from the file.


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


  • 5.  RE: FlatFileSchema-Field Type

    Posted Thu June 15, 2006 09:21 PM

    Hi sri
    “when doing the testing without mentioning the field types i am getting the error like"Unrecognized element”.

    we dont specify any field types in the flat file schema as mentioned in the previous posts.
    the error u have encountered is nothing to do with field type i guess.
    if u are using flat file adapter …check if u have specifyed all the record identifiers (if fixed length) or deliemeter for records and fields (if deliemited file) and perform the testing …
    HTH

    sri


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