cancel
Showing results for 
Search instead for 
Did you mean: 

DBRemote - Strange Log File Processing

1,149

I've run into a situation that I have never seen before. Whenever DB remote starts, it starts processing logs from a really old offset. It starts processing the first log with an offset of 02671972308733. The lowest confirm_sent value in sysremoteusers is 2721805774848. DBRemote spends about 2 hours going through the log files from 5/5 to 5/28, and doesn't create a single message until it gets to the log files from 5/28. Does anybody know why it would process through all of those old log files when it doesn't need to? If it did it quickly, maybe I could live with it, but it takes 2 hours every time, creating a long delay when it needs to send messages out. In checking through the old dbrmeote.log files, it looks like this has only been occurring for roughly the last 3 weeks, but I can't see anything that's changed in that time frame on the server.

The Delete_old_logs option is set to Delay.

I. 2020-05-28 14:46:57. Scanning logs starting at offset 02755084370055
I. 2020-05-28 14:46:57. Transaction log "D:/HomeWorks/Prod/btihw.log" starts at offset 02755140297562
I. 2020-05-28 14:46:57. Processing transaction logs from directory "d:\\Homeworks\\Prod"
I. 2020-05-28 14:46:58. Transaction log "d:\\Homeworks\\Prod\\200508BA.LOG" starts at offset 02671972308733
I. 2020-05-28 14:46:58. Processing transactions from transaction log "d:\\Homeworks\\Prod\\200508BA.LOG"
I. 2020-05-28 14:46:58. Scanning logs starting at offset 02672016196979
I. 2020-05-28 14:47:04. Transaction log ends at offset 02672021652236
I. 2020-05-28 14:47:04. Transaction log "d:\\Homeworks\\Prod\\200508BB.LOG" starts at offset 02672021652236
I. 2020-05-28 14:47:04. Processing transactions from transaction log "d:\\Homeworks\\Prod\\200508BB.LOG"
I. 2020-05-28 14:47:06. Transaction log ends at offset 02672032365473

Accepted Solutions (0)

Answers (1)

Answers (1)

Oldest trick in the book, a restart of the database server resolved this issue.

Reg - Thanks for taking a look at this, I appreciate it!