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.  Modeler not subscribing to TN document

    Posted Thu July 26, 2007 11:54 PM

    The version of the Modeler is 6.1.5

    The modeler is not subscribing to TN Document.

    I have notices the the trigger generates only the following three entries

    Model Control Events
    Subprocess start event
    Status control events

    I beleive one more entry is missing.

    I did run the scan package twice.

    The document is submitted to the TN with Conv. ID

    I have tried subscribing the document from the broker and it works.

    Need help


    #webMethods
    #webMethods-BPMS
    #BPM


  • 2.  RE: Modeler not subscribing to TN document

    Posted Fri July 27, 2007 06:49 AM

    Your process model looking like not yet started…

    1) your model is enabled in wmMonitor?
    2) after reaching to TN, how you are invoking process model.
    Do you have any processing rule to invoke processDocument service to initiate a process model.
    3) after reaching in TN, in transaction analysis (activity log) what type message you are getting.


    #webMethods-BPMS
    #BPM
    #webMethods


  • 3.  RE: Modeler not subscribing to TN document

    Posted Fri July 27, 2007 06:35 PM
    1. The process model is enabled. Well, do I have to do something different to start the model.
      Note : I have sucessfully processed document using model by subscribing document from the broker.
    2. Well in the model, the first step is subscribing to the TN document. So I don’t need processing rule. (please correct me if I am wrong)
    3. I only see one single entry for Document Persisted.

    #BPM
    #webMethods-BPMS
    #webMethods


  • 4.  RE: Modeler not subscribing to TN document

    Posted Mon July 30, 2007 06:26 AM

    1. Create a Processing Rule based on your Sender, Receiver and TN Document Type.
    2. In Processing rule action , invoke your service from Developer.
    3. Processing rule invoking service, you can call “wm.ip.cm:processDocument” and specify the input document(IS Document).
    4. now your process model will start.


    #webMethods-BPMS
    #webMethods
    #BPM


  • 5.  RE: Modeler not subscribing to TN document

    Posted Mon July 30, 2007 07:37 PM

    The flow service which was submiting the Document to TN was calling the Process Document service after successfully submiting the document. So I did not had to configure the Processing rule.

    But I found the problem and fixed it. I was playing around with the Process Document service and had accidently disabled the Start Conv Script service.

    Anyways, thank you very much and your help was greatly appreciated.


    #webMethods-BPMS
    #webMethods
    #BPM