Hi All,
I am getting the below error when i ran my service, which internally update the backend table status
com.wm.app.b2b.server.ServiceException: [ART.117.4018] Adapter Runtime (Adapter Service): Error while closing transactions at service completion Error:[ART.117.4015] Adapter Runtime (Adapter Service): Error(s) occurred while closing adapter connections.
[ART.117.4015] Adapter Runtime (Adapter Service): Error(s) occurred while closing adapter connections…
[ART.117.4015] Adapter Runtime (Adapter Service): Error(s) occurred while closing adapter connections.
[ART.117.4015] Adapter Runtime (Adapter Service): Error(s) occurred while closing adapter connections.
My code is like below
Scheduler service calls 4 transaction initiate services
each initiate transaction service contains the flow like beloe
Select the data from tables where status is x
Loop over on the document list
update the status to Inprocess
submit the document to TN
update the status to Compelted
Here i am using Local_Transaction as JDBC connection type and backend system is BAAN.
If i sue the connection type as No_Transaction, getting another error like the connection is being used by parent transaction :sad:.
Could any one help me out how to resolve the above problem.
Thanks & Regards,
Nagendra Kumar.R
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB