Hi Sudha, here are a couple of solutions to your problem:-
1:- you can write a “Stored Procedure” which will return you the data directly in a String Format and then you simply write the data to a file in your Integration Server. Call this Stored Procedure from Integration Server.
2:- Or instead of Adapter Service , you can write a Java Service which will make the Database call and will give you back a result set. Then in the Java Service itself you Loop over the Result Set to write the each row to the required file. Executing the Java Service will be more faster than Adapter Service which will save some time.
I dont know whether you have time to try this out, but i guess either of the 2 solutions will be more efficient than trying by Adapter Service.
Let me know if this helps. Also in mean time i will think of some other solution.
Regards,
Ramnish.
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards