“commit failed: more than 1 local trans enlisted”
This means that you are using 2 (or more) connections with “LOCAL_TRANSACTION”; and this is not allowed…
If it fails only in your production when you use the scheduler, check if the “Transaction Type” of your JDBC adapters are the same between your different environnement.
If it fails in all your environnement (this should be the case), explain the logic of your scheduler and when/why you use differents connections. May be you can use an XA_TRANSACTION in one of yours connections but we need to know the logic before.
#Integration-Server-and-ESB#webMethods#webMethods-Archive