Follow the steps below to re-run data in TIM Plus:
- Locate the backup files
Take a copy of the data you want to re-run
data for and copy them to a separate folder. By default, the backup files are stored in the following location:Keywordmacro Label C:\Program Filesback in the system, stored by default in the backup folder of the main installation program.
Code Block {Program Files}\Tri-Line\TIM Plus\backup
- Log in to TIM Plus as a
user, select theReferencemacro Label root
tab and click on theReferencemacro Label Settings
button.Buttonmacro Label Query browser To check the datasource for the PBX object you want to delete calls for, enter the following query:
Code Block language java SELECT name, fullkey from dir where type = 'pbx';
Screenshotmacro URL /download/attachments/13436056/rerunning_data_1.png To delete the calls for a specific PBX object and a specific time period, enter the following query:
Code Block language java Deletedelete from calls where datasource = '43\21\' and datetime between '2013-01-01 00:00:00' AND '2013-02-01 00:00:00';strftime('%Y-%m-%d',datetime) >= '2011-01-22' and strftime('%Y-%m-%d',datetime) <= '2011-01-23';
Info The
andReferencemacro Label datasource
values must be modified accordingly, in order to match your requirements for the time period and the PBX object you want to delete calls for.Referencemacro Label datetime The query should return the message a
message, confirming the selected calls have been deleted.Keywordmacro Label No results set Screenshotmacro URL /download/attachments/13436056/rerunning_data_2.png To re-run spool the data back in the system, copy the previously-saved backup files you have previously copied to separate folder and paste them into the following location:
Keywordmacro Label C:\Program Files
EnterpriseCode Block {Program Files}\Tri-Line\TIM
Plus\spool
While the system is processing the data, you can check click on the
screen to view monitor the calls that are being logged.Referencemacro Label Call view Info The time to re-spool the data will vary, depending on the amount and size of the files your system is processing.