Hi,the easiest way to invalidate the dispatcher cache would be to
execute a command like this on the system where the dispatcher runs:$
find . -name ".stat" -exec touch {} \;This touches every stat file and
marks the files as invalid.kind regards,Jörg