Date Posted:
Product: E-Notebook Enterprise
Product: E-Notebook Enterprise
Problem:
Why is some text not searchable immediately in E-Notebook?
Solution:
Database text indexes are synchronized by jobs which run on schedule.
You can check the current schedule of jobs on your database:
select * from
dba_scheduler_jobs;
For your E-Notebook schema name (e.g. 'ENDB', 'EN1103', etc. - depends
on the system), look at the 'SYNC...' in JOB_NAME. You should be able
to see all the details, like REPEAT_INTERVAL, NEXT_RUN_DATE, etc.
To force synchronization at any time, execute the following file on
your Application Server:
C:\Program Files
(x86)\CambridgeSoft\E-Notebook
13.x\database\Oracle\Maintenance\ForceSyn.cmd
Comments
0 comments
Article is closed for comments.