12-29-2021 09:36 AM
Hello Experts,
Could you please share me how can collect TCD and RCD from AW server
12-29-2021 10:12 AM
Hi Vinay,
Please Microsoft SQL Server Management Studio and connect AWD server as server name and password. and select awdb or hds database and execute the below query.
select * from Route_Call_Detail where DateTime between '2021-12-29 00:00:00' and '2021-12-29 23:59:59' order by DateTime desc
select * from Termination_Call_Detail where DateTime between '2021-12-29 00:00:00' and '2021-12-29 23:59:59' order by DateTime desc
Ram.S
12-30-2021 08:10 AM
Thank you so much
12-29-2021 07:35 PM
If you're running any type of ongoing reports on these tables (not just a one off to troubleshoot), you'll want to copy these off to another server, per the Cisco guidance.
"Because this table grows larger in size, running custom reporting queries against it while it is on the HDS can degrade performance. To optimize performance, extract data from the HDS into your custom database. The custom database must be on a separate server and ensure that other Unified ICM or Unified CC Enterprise components do not use it. Use only DBDateTime (date and time of the record when written to the HDS database) to perform the extraction. You can index the table on the custom database according to the custom reporting needs."
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