Hi folks,
I have a stored procedure which its transaction mode is set to ‘Unchained’ upon creation.
However, I can not execute this stored procedure via adapter service. Below is the error thrown by Sybase:-
[ADA.1.316] Cannot execute the SQL statement "exec po_vas_search_member ?, ?, ?, ?, ?, ?, ?
". "
(ZZZZZ/7713) Stored procedure ‘po_vas_search_member’ may be run only in unchained transaction mode. The ‘SET CHAINED OFF’ command will cause the current session to use unchained transaction mode.
I also tried to execute ‘SET CHAINED OFF’ in custom SQL template prior to invoking the stored procedure. However, I get error below:-
[ADA.1.316] Cannot execute the SQL statement “SET CHAINED OFF”. "
(ZZZZZ/226) SET CHAINED command not allowed within multi-statement transaction.
I am not suppose to change transaction mode of this stored procedure to “any mode”. May I know if there is any other way to invoke this service via adapter service?
Thanks in advance 
#webMethods#Integration-Server-and-ESB