View Single Post
  #2 (permalink)  
Old May 13th, 2008, 07:18
james_foran james_foran is offline
Member
 
Join Date: Dec 2007
Posts: 65
Thanks: 5
Thanked 10 Times in 10 Posts
Groans: 1
Groaned at 1 Time in 1 Post
Rep Power: 1
james_foran is on a distinguished road
Re: Error while sending inbound data into OTM

Dont know if this will help, but you might get a better message from the I_LOG table. Try the following SQL Script:

SELECT * FROM I_LOG
WHERE I_TRANSMISSION_NO ='13682'


May give you a better description of the error.
Reply With Quote