Hello, I found a way to work around this problem, however I didn't actually solve it. I found from reading the log, that every day at 0 am, the master node performs a job doing "dropping trigger" stuff, which exactly dropped the triggers for the table I wanted to sync! I don't know why this would happen, but by reading the manual, I found if I set the start.synctriggers.job option to false after the initial load, and restart the tool, the said triggers will remain there, and the data changes will...
Hello, I found a way to work around this problem, however I didn't actually solve it. I found from reading the log, that every day at 0 am, the master node performs a job doing "dropping trigger" stuff, which exactly dropped the triggers for the table I wanted to sync! I don't know why this would happen, but by reading the manual(https://www.symmetricds.org/doc/3.13/html/user-guide.html), I found if I set the start.synctriggers.job option to false after the initial load, the said triggers will remain...
Hello Fabian, right now I am coming across the same problem as you described, just one thing that is different is that: Everything worked fine(even if I do not reload node) after bin/sym has just been started, but when I simply let it be, and after a night passed (during which I did nothing), no matter I insert or update into the source table, the target table won't show any changes. However the symmetric.log file does show new output like below every 15 minutes or so: [qc_tl_interval-slave] - RouterService...
Very much appreciate your response here. I will give my code in part as below: First, the below two lines of code try to log into the server and use a method to retrieve the Issues. remedy = myRemedy.Remedy(configure['auth']['username'], configure['auth']['password'], server=configure['auth']['server'], logger=logger, constraint=configure['constraint']) found = remedy.getIssuesFromSupervisorFullName(configure['supervisor']) Then it goes to the method it calls, which has only one line, returning the...
Very much appreciate your response here. I will give my code in part as below: First, the below two lines of code try to log into the server and use a method to retrieve the Issues. remedy = myRemedy.Remedy(configure['auth']['username'], configure['auth']['password'], server=configure['auth']['server'], logger=logger, constraint=configure['constraint']) found = remedy.getIssuesFromSupervisorFullName(configure['supervisor']) Then it goes to the method it calls, which has only one line, returning the...
conv2QualifierStruct: LoadQualifier failed!