Hi,
We are working on JDBC to Proxy Asynchronous scenario. When this interface runs, it fetches data from the Oracle database using JDBC adapter. We are then performing Message Mapping where all the fields are mapped one to one and also total number of records are counted and sent to server proxy. As the part of the proxy code, we are writing the data fetched, in a file.
We could see the success message in SXMB_Moni. But when we check AL11, we could not see the generated text file.
It seems the proxy is not hit by the XI.
Moreover, when the proxy is run independently, it is writing the data to the file.
Please help as we are not able to understand the reason behind this.