
ccasum does not finish cron job
To correct unfinished cron jobs:
- Determine if the system is transferring to more than 100 numbers.
- If more than 100 numbers are being transferred, kill the cron job:
- Type ps -ef | grep ccasum and press Enter.
- Search for the parent process id (PID) for ccasum (located in the second column from the left).
- For PID number pid#, type kill pid# and press Enter.
- Create an index for ccasum by doing the following:
- Log in to SQL*Plus as sti/sti.
- Type create index cca_idx on cca(phone_num); and press Enter.
- To exit the SQL*Plus Utility, type :quit and press Enter.
- When the call traffic is light, type /vs/bin/util/ccasum and press Enter.
- When ccasum is finished, type /vs/bin/util/ccadel and press Enter.