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
  • 1.  Flat Files

    Posted 02/14/07 09:09 PM

    hi,

    I have a problem while creating tables regarding a purchase order flat file on sql database after having used the convert to values java service in the flow service. can anyone help me out with the procedure??

    regards,
    munna.


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


  • 2.  RE: Flat Files

    Posted 02/14/07 10:21 PM

    Munna,

    Did you created JDBC Adapter connection(to SQL DB),adapter service (InsertSQL template) that interacts with SQL Server inorder for inserting data??

    OK for parseFFandInsert…Once you parsed the flatfile using flatfile:convertToValues service successfully then in next steps call the above insert adapter service and perform mapping flatfile document/fields to inputs of your insert dbservice…How ever you need to build a flow service with the above logic in a wrapper flow or generic flows which you might have already in your builds.

    HTH,
    rMG


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


  • 3.  RE: Flat Files

    Posted 02/14/07 10:42 PM

    thanx a lot rmg, i was actually wondering how to proceed after the convert to values service…will proceed as u said n will post any doubts if any in future.

    regards,
    munna.


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


  • 4.  RE: Flat Files

    Posted 02/15/07 03:32 PM