Message is being dequeued but not sent to the remote TP
614169Jul 14 2008 — edited Aug 13 2008I am using a BPEL process to load a 3B2 message in IP_OUT_QUEUE. The b2b is dequeing from that queue , but generating the following error message:
<errorCode>AIP-50547</errorCode>
<errorText>Trading partner agreement not found for the given input values: From party[NAME] <From Party>, To party[NAME] <To_party>, Business action name "n
ull"; also verify agreement effectiveToDate</errorText>
<errorDescription>
<![CDATA[Machine Info: (b2bidev)^M
Description: Unable to identify the trading partner agreement from the given input values. Also verify agreement effectiveToDate^M
StackTrace: ^M
Error -: AIP-50547: Trading partner agreement not found for the given input values: From party[NAME] "<From_party>", To party[NAME] "<To_party>", Business actio
n name "null"; also verify agreement effectiveToDate
at oracle.tip.adapter.b2b.tpa.RepoDataAccessor.getAgreementNameByBaTPName(RepoDataAccessor.java:2208)
at oracle.tip.adapter.b2b.tpa.TPAIdentifier.identifyTPA(TPAIdentifier.java:182)
at oracle.tip.adapter.b2b.tpa.TPAProcessor.processTPA(TPAProcessor.java:497)
at oracle.tip.adapter.b2b.tpa.TPAProcessor.processOutgoingTPA(TPAProcessor.java:208)
at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:986)
at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:698)
at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:375)
at java.lang.Thread.run(Thread.java:534)
]]>
</errorDescription>
<errorSeverity>2</errorSeverity>
</Exception>
I have set the ip_message_type-->action name as "Seller" , but even then it is saying Business action name "n
ull". I have the agreement deployed between from and to party. Is there any other reason for this message to come.