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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

TRNSERV error getting delivery job status deliveryId required

  • 1.  TRNSERV error getting delivery job status deliveryId required

    Posted Tue December 05, 2006 09:45 PM

    On Friday I rearranged my processing rules. I also modified the email address in Enterprise. Since that time I am getting the error shown below on this package. The person who originally wrote this has left our company and I am at a total loss this is the only transaction we have of this type.

    Document type is found
    Processing Rule is found
    The document is given an InternalID
    My trading partner says the connection is open… they also say they are NOT getting the documents

    The flow written is as follows

    Repeat
    wm.tn.delivery:getDeliveryStatus **** ERROR is thrown HERE ****
    Branch on ‘deliveryStatus’
    Done
    Failed
    default

    THE error

    SUMMARY INFORMATION: Message: Encountered an unexpected Service Exception webMethods Service Name: RmOutXMLOrder_Cooper.Control:processCCOrders RmCommon.Misc:handleError DETAILED MESSAGE(S): com.wm.app.tn.err.EXMLException: TRNSERV.000005.000070 Error getting delivery job status com.wm.app.b2b.server.ServiceException “deliveryId” is required. com.wm.app.b2b.server.ServiceException: “deliveryId” is required. at wm.tn.delivery.getDeliveryStatus(delivery.java:540) at sun.reflect.GeneratedMethodAccessor302.invoke(Unknown Source) at


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


  • 2.  RE: TRNSERV error getting delivery job status deliveryId required

    Posted Fri December 08, 2006 04:26 PM

    getDeliveryStatus should not be used

    TN task flows are more reliable


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


  • 3.  RE: TRNSERV error getting delivery job status deliveryId required

    Posted Fri December 08, 2006 07:42 PM

    Yes you would have to use get Task status flows to get any status on the Delivery method tasks that are logged in the ActivityLog/Tasks.

    HTH,
    RMG


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