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.  flatfile conversion

    Posted Mon January 07, 2008 12:44 PM

    i need flow steps for conversion of a flat file to database
    i used the following but i m not getting result

    getTransportinfo
    getfile
    convert to values

    after these steps which step i have to use to insert data into database


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


  • 2.  RE: flatfile conversion

    Posted Mon January 07, 2008 01:17 PM

    1) Open your flatfile schema
    2) Run the flatfile schema service
    3) select the sample flatfile data and run the service
    4) is it giving correct output?

    If above step is giving correct output, you can use converttovalues service to convert your flatfile data to IS Document.

    after that you can use your adapter service to insert the values into table/database from IS document.


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


  • 3.  RE: flatfile conversion

    Posted Wed January 09, 2008 04:32 AM

    i m getting correct output if i run the schema
    but i m not getting values to adapter service
    my problem
    i m getting output for convertToValues step
    if i mapped that output to adapterservice i m not getting values
    i attached my package
    PurchaseOrderAddressUpdate.zip (28 KB)


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


  • 4.  RE: flatfile conversion

    Posted Wed January 09, 2008 04:45 AM

    Hi,
    My requirement is to take a flatfile by filepooling from localfolder
    and to retrieve data from that flatfile and insert that data into local database and map that values to a canonical document and publish it this at integrationserver1 side work

    at another integrationserverside i need to subscribe that canonical document and retrieve data and again that data i have to insert in database
    kindly send step by step process interms of flowsteps
    thanks


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