0

I am working on the this Scheduled database polling with WSO2 Data Services Server blog on linux Ubuntu with WSO2 DSS 3.0.1 and ESB 4.7. 0

While i am inserting the values into student_registration table,

Nothing displaying in WSO2 ESB terminal side and WSO2 DSS terminal side. Scheduling in not working, some one please help me to solve this.

Community
  • 1
  • 1
Kanchetianeel
  • 189
  • 2
  • 3
  • 15

2 Answers2

0

If you inserted any baseline timestamp record into "timestamp table" ?

Ex.

insert into imestamp_table(ID, timestamp) values (1, SYSDATE());

Gordon Yang
  • 85
  • 10
0

Please share your DB content, you need to have an intial timestamp set in the timestamp table

Nadeesha
  • 825
  • 2
  • 9
  • 12