Page 1 of 1

Audit log table for webservice

Posted: Mon Feb 17, 2014 9:13 pm
by skywayterrace
Hi
I am using the ISD input-->Transformer ---> isd output and oracle Db connection to write the all webservice request to oracle database


any time when i get request..message is passed to isd output ...(i can see response in SOAP UI) but its not writing to oracle Db.

when undeploy the service..its writes to oracle db.I tried to transformer link ordering,increase isd output timeout value,buffer etc..


I appreciate inputs for unique problem.

thanks

Posted: Mon Feb 17, 2014 11:51 pm
by chulett
It is writing them but not committing them, I'll wager. Use a small transaction size or an ODBC stage so you can specifically issue a 'commit' when needed.

Posted: Tue Mar 25, 2014 5:05 am
by skywayterrace
Thank you, issue was resolved. Apologize for the delayed reply.

thanks,

Posted: Tue Mar 25, 2014 7:51 am
by chulett
Out of curiosity - what was your actual resolution?