Hi Swaroop,
I need to trigger transaction when there is new entry from GE proficy. Currently I am using scheduler which will run the transaction every one hour. For connection to GE proficy, I am using SQL database. Proficy will update new entry in SQL table with status 1 and MII will execute the transaction to update entry in ECC with status 1 and make it 2.
But now this approach is taking time as there are more data with status 1. Please provide me some solution so that I can trigger transaction whenever there is new data inserted from MES.