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
Expand all | Collapse all

SAP Adapter or Business Connector

  • 1.  SAP Adapter or Business Connector

    Posted Fri October 03, 2003 09:18 AM

    Guys,

    does anyone know if is it possible to eliminate automatically, once the idocs are processed, the .values files that generates the routing rules in the file system under /packages/pub/mailbox…?

    thanks,


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 2.  RE: SAP Adapter or Business Connector

    Posted Mon October 06, 2003 11:48 AM

    You have two choices: either schedule the sweeper service to clean up the transaction store or use the routing only way.

    They are both explained in the doc.

    Basically you schedule a job to run the sweeper deleting files based on the parameters you specify. Transactions that have remained on a the status you specifiy for longer than the length of time you specify, will be deleted.

    The othe way is to populate the pipeline parameter $routeOnly.
    You can register a generic service and just add in the pipeline this parameter.
    WmPartners when it finds this parameter will not generate any files in the transaction store. So, you will get better performance but you will loose any trace log.

    hope this helps
    vasilis


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods