View Single Post
  #2 (permalink)  
Old July 6th, 2009, 19:16
acuartero acuartero is offline
Member
 
Join Date: Jul 2006
Posts: 48
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 16
Thanked 11 Times in 9 Posts
Rep Power: 0
acuartero is on a distinguished road
Re: Automatic Refresh Cache Before Processing Inbound XML Message

Hi,

The first error does look like a cache issue. However the second looks like you have a record in the DB that you would need to delete for the pure insert 'I' to succeed.

Have you verified that the contact_gid PHL/SHAREDAIR_EXPORT is in fact not in the database at the time of the error? You may have that contact tied to multiple orders so deleteing it may not be reasonable.

Can you not use a transaction code of 'D' to delete the order rather than using PL/SQL outside of the application? This method should avoid any cache related issues.

--Alan
Reply With Quote
The Following User Says Thank You to acuartero For This Useful Post:
chrisplough (July 7th, 2009)