EDI 855 Outbound processing
493055Jul 31 2007 — edited Jan 24 2008All ,
I am facing some issues while processing EDI Outbound 855 -
I have set the IP message type with the four parameters - sender-name, reciever_name, doc_type and doc_revision, and also using IP_OUT_QUEUE. But, its throwing an error relating to payload. Below is extract from the Log files -
Other questions that I have relating to outbound processing of 855 -
If I get an order (850) which contains 5 orders (ST-SE segments); while sending back the acknowledgment (855) I need to ensure that all 5 POA go-out in the same EDI(855) file. 1. How do I correlate messages in B2B, and make sure there are from the same file while sending out POA?
2. B2B creates a new message for each ST/SE segment, so how do I ensure that while sending back the acknowledgments of the same order are send out together?
thanks,
Shailesh
2007.07.31 at 10:19:59:651: Thread-12: B2B - (DEBUG) DBContext commit: Enter
2007.07.31 at 10:19:59:667: Thread-12: B2B - (DEBUG) DBContext commit: Transaction.commit()
2007.07.31 at 10:19:59:667: Thread-12: B2B - (DEBUG) DBContext commit: Leave
2007.07.31 at 10:19:59:667: Thread-12: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Exit
2007.07.31 at 10:19:59:667: Thread-12: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Enter
2007.07.31 at 10:19:59:667: Thread-12: B2B - (DEBUG) DBContext beginTransaction: Enter
2007.07.31 at 10:19:59:667: Thread-12: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
2007.07.31 at 10:19:59:667: Thread-12: B2B - (DEBUG) DBContext beginTransaction: Leave
2007.07.31 at 10:19:59:683: Thread-12: B2B - (ERROR) IPMessage Exception From :HarperCollins Publishers To: ABC Doc Type: 855 Revision: 004010 Payload: oracle.sql.CLOB@145c761 - null
2007.07.31 at 10:19:59:683: Thread-12: B2B - (ERROR) java.lang.NullPointerException
at oracle.tip.adapter.b2b.data.IPMessageOld.<init>(IPMessageOld.java:100)
at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:494)
at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:353)
at java.lang.Thread.run(Thread.java:534)
Message was edited by:
Shailesh