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

Problems with getInternalID service

  • 1.  Problems with getInternalID service

    Posted Mon September 08, 2008 11:28 PM

    Hi,

    I am using getInternalID service in one of my flow services in the developer.

    When I trace through the flow service, I get the internal ID, but when I run this flow service, it gives me a flow exception with the following error:

    com.wm.lang.flow.FlowException:
    0003.4089
    Could not get internal ID for partner (id=null, typeCode=null, typeDesc=null).

    I am not able to understand why the service runs fine on tracing and why gives an error on running.
    Please help me in this regard.

    Thanks
    Nishant


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Problems with getInternalID service

    Posted Tue September 09, 2008 05:31 AM

    It could be your id, typeCode, typeDesc didn’t came over when you on run service.
    you can add savepipline and restorepipline before getInternalID service. To check whether these values has came through or not.

    If still has same problem, restart your IS server and developer.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods