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

pub.flatFile:convertToString add the document name

  • 1.  pub.flatFile:convertToString add the document name

    Posted 10/19/23 03:56 AM

    Hello,

    I have an issue after updating IS from version 10.3 to 10.15.

    For example - I have the document with some fields and in 10.3, the string looks like the below:

    value1;value2;value3
    value1;value2;value3
    value1;value2;value3
    value1;value2;value3

    now it looks like this:

    DocumentName;value1;value2;value3
    DocumentName;value1;value2;value3
    DocumentName;value1;value2;value3
    DocumentName;value1;value2;value3

    Any suggestions?


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: pub.flatFile:convertToString add the document name

    Posted 10/19/23 11:13 AM

    Hi Mark,

    did you check the readme for 10.15 if there were any changes to this service?

    Please check for available Fixes for 10.15 and apply them.

    I have found this in the readme for WFF_10.7_Fix9_Readme:

    WFF-755 (WFF_10.7_Fix3)
    
    When WmFlatFile config property "recordIdentifierPre105Version" is set to "true"
    and Nth field Record Identifier is used,
    
    a) "pub.flatFile:convertToString" adds the Record Identifier to the output.
    
    b) "pub.flatFile:convertToString" does not add the Record Identifier to the
    output when the field defined at the same position as Nth field Record 
    Identifier does not include Record Identifier as value.
    
    The above two issues are now resolved.
    

    Can you check your IS config for FlatFile handling?

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB