I’m currently using WM 6.1 and I’m trying to send EDI data out. When I execute service wm.EDIINT.util:getProfileFromTN and input both either the internal/external id’s it runs to completion (no errors. However, when I try to execute the wm.EDIINT:send service which uses the aforementioned service, I am receiving an error that it’s unable to retrieve the profiles from TN. I am completely stumped on how to resolve this issue. Any help on this would be most appreciated.
wm.tn.doc:getContentPart pub.io:bytesToStream
wm.EDIINT.util:getProfileFromTN (gets receiverid - obtained from bizdoc)
wm.EDIINT.util:getProfileFromTN (gets senderid - obtained from bizdoc)
wm.EDIINT:send (it fails in this step)
There’s a sequence in the wm.EDIINT:send service that also executes the getProfileFromTN service and it fails here. I’m confused as to why it would be able to retrieve the profile in the prior step, but fails in this one.
When I simply run the getProfileFromTN service and manually input both the internal/external id’s for the Trading Partners, it works.
Please let me know if you need additional information to assist.
The wm.EDIINT.send() uses the TNExternalID type for Profile retrieval/getProfileFromTN(). Please make sure that you are passing the appropriate IDType (TNExternalID) from your calling service/pipeline.
I was getting the following message: Unable to get profile(s) from TN, After reading Tahira’s post, I realized that on my receiver profile, I had selected the Internal IS as the input to the send service. DUH?!? Thanks for being so helpful/patient with us newbies!!!
Maruthi, please do not click “Report Post” in an effort to get attention for your post. That is not what the “Report Post” feature is for. The “Report Post” feature is intended for users to notify administrators that a post violates the site’s terms of service in some way. E.g. profanity, recruiting, selling, etc.