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.  com.wm.data.BasicData error

    Posted Mon December 02, 2002 02:17 PM

    I am having this error when I try to insert only one record within a flat file into an oracle table. The error disappears when the flat file contains two or more records. I am using convertToValues service (which converts data based on an EDI Template) and it looks like it doesn’t like it when I pass only one record.

    Your help is greatly appreciated.

    Thanks in advance.

    Nour.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: com.wm.data.BasicData error

    Posted Tue December 17, 2002 05:52 PM

    We are experiencing the same problem !

    need help !

    Thx


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: com.wm.data.BasicData error

    Posted Wed December 18, 2002 09:37 AM

    I’m not familiar with the EDI stuff, but this sounds like an error that can happen with documentToRecord when the recordName parameter is not used. This means that documentToRecord will not know that the expected output type is a StringList even if there is just one element in the incoming document.

    In EDI the template is used for a similar purpose. Check the field in question’s definition in the template. If the field is not defined it may be defaulting to ‘best-guess’ behaviour based on the incoming document.

    HTH,
    Fred


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB