Hi, I have created a DB polling (Logical delete) project as you guided but while updating data in DB there is neither change in DB nor any instance got created in EM for the same. please help me out
sometimes polling needs a service restart. If you are sure that you have done everything else correctly, just restart your service and it will work just fine.
5 transactions will be created with 2 records each, ideally, the first 2 rows will be polled in the first transaction, next 2 in next transaction and so on.
Very nice explanation keep the Gud work ,appreciation
Thanks.
hi, tahnks a lot for your work, your videos are amazing!! regards and I whish you all the best, good man
Thanks a lot for your encouraging words 🙏🏻
is it possible to poll a database table without using logical delete or the delete strategy..?
Yes, there are 3-4 different polling strategies in your database adapter that you can use.
@@IntegrationGuru Hi sir one more question.. Can we apply one OWSM policy to multiple composites in SOA?
Yes we can.
Hi, I have created a DB polling (Logical delete) project as you guided but while updating data in DB there is neither change in DB nor any instance got created in EM for the same. please help me out
sometimes polling needs a service restart. If you are sure that you have done everything else correctly, just restart your service and it will work just fine.
Hello sir,
Can you please post a video on polling data from multiple tables by creating a relation between them using db.
hi
only one record showing in write directory ,i want all records to display ,but every time it is showing one record
You might be appending the records on to same file ..
👌🏻👌🏻👌🏻👌🏻👌🏻
Thanks
If records in table are 10. How db adapter will poll the data with the same configurations that you had . Which 2 records will pick first?
5 transactions will be created with 2 records each, ideally, the first 2 rows will be polled in the first transaction, next 2 in next transaction and so on.
@@IntegrationGuru which 2 will be picked up first?
@@tarannumkhan6890 Rownum 1 and rownum2 will be picked first.
@@IntegrationGuru thanks.