08-06-2018 09:19 AM - edited 03-14-2019 06:23 PM
Hi All,
How to find out configuration data mismatch on both Loggers
Thanks,
Rafi
08-06-2018 09:31 AM
You can find out if there's a mismatch by looking at the top recovery key and datetime. Run this query against both Loggers
select max(DateTime) from t_Termination_Call_Detail
select max(RecoveryKey) from t_Termination_Call_Detail
You can also check out the used space summary in ICMDBA that will provide a Min/Max DateTime and HDS replication
08-06-2018 09:35 AM
08-06-2018 09:36 AM
Yes, you can run this against the HDS databases as well
08-06-2018 09:43 AM
08-06-2018 09:52 AM
You'll need to familiarize yourself with the database schema document. There's a lot of historical data spread across several tables and you can put together SQL queries to return the data that you're looking for. The biggest historical table is the Termination_Call_Detail table, and for all I know, this would suffice for you... but only you know. And unless you change the number of days in the registry, the Logger by default only holds 30 days worth of data. Config data is in the Logger as well... like I said, familiarize yourself with the database schema document.
08-07-2018 09:30 PM
@Omar Deen wrote:
the Logger by default only holds 30 days worth of data.
Unless something has recently changed (and that is certainly possible), the Logger has (by default) retention set to 14 days. It's always been 14 days as long as I can recall.
Regards,
Geoff
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide