3Com 900-0234-01 IP Phone User Manual


 
302 APPENDIX E: MANUALLY CONFIGURING THE BILLING SUPPORT SERVER
Manually Resuming
a Job
To resume a job (after fixing the problem of job broken):
1 From a SQL Plus command line, login as the cwbss user.
2 Execute the SQL script:
begin
DBMS_JOB.RUN(job_number);
end;
The broken job is resumed.
Viewing the Log
Files
The billing support server’s log files are located in the
/opt/3com/VCX/bss/log directory. There are two types of log files for
the billing support server: the database creation log and the bulkload
logs.
Database creation log—The database creation log
(cwbss_install_yyyymmdd_hhmmss) logs the messages returned when
the makedb.pl was run
Bulkload logs—Oracle creates an output file for each table that is
bulkloaded. This file (<tablename>_output.txt) contains the data the
data was bulkloaded and the number of records input into the
database.