The Problem is when the partner submit using wm.tn:receive
When they submit the document, the document is recognizing and posting in the trading network successfully. But the processing status is changing to “ABORTED” and the error is : The user that posted this document (Default) could not be associated with a partner to check their identity.
In the activity log, the user is “default”
The customer is posting thru https,
Created User on TNPartner group and provided username and passwrd to customer…
Suspect
According to the error, it looks like “Default” user does not have proper priviledge and most probably is not part of the group TNAdministrator it is failing in TN.
wm.tn:receive service:
This service ensures that the sender of the document matches the current user. If you are
sending documents from within processing rules or services and this identify check fails,
see wm.tn.doc.xml:routeXml.
wm.tn.doc.xml:routeXml
Recognizes an XML document and submits it for processing.
This service does not check the identity of the sender against the currently logged in user.
Only invoke this service from within processing rules or services; do not expose directly
to trading partners. Trading partners should use wm.tn:receive.
Possible Solution
Solution to this could be in 2 option:
Change related service to use wm.tn.doc.xml:routeXml instead of wm.tn:receive
Assign “Default” user to TNAdministrator group. But by adding this, you might need to review if there is any security impact to your system.
And please check if “Default” user or a proper user has been created in TN - partner ID. If they have, try mapping the partner ID to the IS user by using wm.tn.profile:addUsers and try again.