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.  EDIINT AS2 user issue

    Posted Thu September 22, 2011 03:08 PM

    Have a AS2 EDIINT issue.

    I have the partners certs setup in TN for partner as well as the enterprise.I have the partner posting to service wm.EDIINT:receive, I have set the service ACLs to anonymous.

    Now the communication works just fine as I can see the EDIINT document getting posted into TN but the payload is not getting processed and EDI MDN’s status is set to Done with errors.

    I have seen the processing of these two documents is done my user default.

    and in activity log says the user doesn’t have admin rights to process.

    Planning to create a user with Tn admin acls and provide to partner.

    Or is there any other approach.

    Thanks!
    -Vkram


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: EDIINT AS2 user issue

    Posted Thu September 22, 2011 06:31 PM

    What IS/TN/EDIModule version having issues with?

    I believe there is a TNS/EDIINT fix for 7.1.2 checkUser issue if i remember correctly…can you check on Empower/SAG support also?

    Also changing gateway EDIINT:receive to Anonymous ACL is not good idea:

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 3.  RE: EDIINT AS2 user issue

    Posted Tue September 27, 2011 02:49 PM

    rmg,

    Version is 8.0.

    I have changed the execute acl’s to TNpartners and created a user whih chas TN partners ACLs.

    now the Http post to EDIINT:receive works and the X12 is extracted. but the processing service for X12 fails with error.

      <JavaClass>com.wm.app.b2b.server.ServiceException</JavaClass>
    
    <Message>You do not have the authority to retrieve this document.  Only administrators may access documents that they did not send or receive.</Message>
    

    Until what level shud I be changing the acls to ,also some of them are common services and changing their acls may effect other interfaces.

    Any Ideas?

    Thanks!
    -Vkram


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: EDIINT AS2 user issue

    Posted Tue October 04, 2011 05:54 PM

    The service is calling: wm.tn.doc:view
    it has such requirement as shown in error message.
    You can replace it with: wm.tn.doc:viewAs
    it will allow you to retrieve the doc without restriction.


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 5.  RE: EDIINT AS2 user issue

    Posted Tue October 04, 2011 06:19 PM

    You can replace it with: wm.tn.doc:viewAs

    This a custom change to the standard, but it does work as expected:


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: EDIINT AS2 user issue

    Posted Tue October 04, 2011 09:56 PM

    tongwang & rmg,

    Worked as expected.

    Thanks!


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 7.  RE: EDIINT AS2 user issue

    Posted Tue October 04, 2011 10:38 PM


  • 8.  RE: EDIINT AS2 user issue

    Posted Tue October 04, 2011 11:23 PM

    now I have one more question (related).

    I get EDIINT (as2) and send EDIINT MDN back if its a one post at a time the partner (seeburger in this case) is getting MDN and its a success.

    but when I post multiple docs to the EDIINT:receive at the same time. the MDN posted partner is erroring on the partner end saying invalid or missing MDN.

    the MDN that is in TN looks just fine ( status is success) and doesn’t match the one that is in seeburger.

    ANY IDEA’s.

    Thanks!


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 9.  RE: EDIINT AS2 user issue

    Posted Wed October 05, 2011 02:56 PM

    No idea…about see burger issue…but technically doesn’t matter multiple MDN’s it should work concurrently.


    #webMethods
    #Integration-Server-and-ESB
    #edi