1. Is there a backlog of webdblog files? Check these locations for the existence of more that one of these log files:
2. If there is only one webdblog file, event processing is probably up-to-date. If there is more than one, you should verify that dblogd(8) (the database daemon) is running.In the Xinet Administration view, go to the Database, Admin Settings subtab. This will report the current state of dblogd(8), either Running or Stopped. If it is stopped, you can click on the Restart Daemon button to start dblogd(8). It will then read through the accumulated webdblog files and add missing changes to the database. These will then show up to users as they browse Xinet.
3. If dblogd(8) is not running—and, restarting it did not fix the problem—put the daemon in debug mode and send its log file to Xinet Technical Support for further investigation:Unix: ps -ef | grep dblogdc. Start the daemon again, this time in debug mode:Unix: /usr/etc/venture/bin/dblogd -D >& /tmp/dblogd.out
where /tmp/dblogd.out is the name of the file to which dblogd(8) will write its outputWindows: \PROGRA~1\Xinet\Venture\bin\dblogd -D 2> dblogd.out
where dblogd.out is the name of the file to which dblogd(8) will write its outputf. Finally, restart dblogd(8) normally by using the Database, Admin, Settings subtab and the Restart Daemon button.