Previous | Contents | Index |
Update the queue cache database so as to reflect all messages currently present in the message queues.
PMDF CACHE/SYNCHRONIZE
Command Qualifiers Defaults None. None.
Requires sufficient privileges to scan the PMDF_QUEUE:[*]
subdirectories and add entries to the queue cache database.
None.
The CACHE/SYNCHRONIZE utility updates the active queue cache database by updating it to reflect all non-held message files currently present in the
PMDF_QUEUE:[*]
subdirectories.The PMDF CACHE/CLOSE command does not need to be issued in conjunction with the PMDF CACHE/SYNCHRONIZE command.
The queue cache database is the file pointed at by the PMDF_QUEUE_CACHE_DATABASE logical. Normally, this is the file
queue_cache.dat
in thePMDF_TABLE:
directory. This file should be protected against world and group access and be owned by the same UIC as the directory filesqueue.dir
andlog.dir
in thePMDF_ROOT:
directory.
To synchronize the queue cache, for instance after renaming a message file, issue the command
$ PMDF CACHE/SYNCHRONIZE
Previous | Next | Contents | Index |