- Code: Select all
WARN 2015-11-27 02:40:47.813 {00} <NOSCOPE> # Warning: found an outdated RecordSet (1562) inside DBI (1188 dbi). Time elapsed: 2400 sec / Warn counter: 4
Any idea what is causing this?
WARN 2015-11-27 02:40:47.813 {00} <NOSCOPE> # Warning: found an outdated RecordSet (1562) inside DBI (1188 dbi). Time elapsed: 2400 sec / Warn counter: 4
TiTANSTORM wrote:Any idea what is causing this?
TiTANSTORM wrote:I have tried not running any mods/admin tools and these warnings still come up.
TiTANSTORM wrote:This is still happening even without lifds-cp running. Also, the "RecordSet (xxxx)" is always varying but "inside DBI (1188 dbi)" is always the same.
Custodian wrote:TiTANSTORM wrote:This is still happening even without lifds-cp running. Also, the "RecordSet (xxxx)" is always varying but "inside DBI (1188 dbi)" is always the same.
Share your server log.
KhaimovMR wrote:By the way - here is the log with lifdscp_stats.cs included in main.cs - S_KHAIMOVMR-PC_2015-11-30-04-28-33_p6092.log
Custodian wrote:KhaimovMR wrote:By the way - here is the log with lifdscp_stats.cs included in main.cs - S_KHAIMOVMR-PC_2015-11-30-04-28-33_p6092.log
When you got message about outdated recordset, you can:
1) dbi.listObjects();
to check if there are any attached child recordsets
2) (from your log):
# Warning: found an outdated RecordSet (13508) inside DBI (1188 dbi). Time elapsed: 600 sec / Warn counter: 1
Call "13508.dump();" and try to call "echo(13508.getSQL());" to get source of the troubles.