Hi
My Scenario as below:
JDBC to RFC.
The requirement is, Data availability on JDBC is not known, but whenever the data is available on database, they will send a file to FTP server saying that Data is available with some number of records.
There is no specific time indiacation, ie data can come anytime.
So here I need to process the file and also see that JDBC channel is open and process the data from Database.
Can somebody help me in configuring this design.