I’m trying to make 2 program documents which schould run just before my backup is running.1. Drop all
- Dbcache flush
I’ve tried different ways to set this up, but every time I get this message in the log:
20-07-2004 20:57:26 Running Program document for ‘drop -all’
20-07-2004 20:57:26 Unable to run program drop.EXE: Unable to locate program
20-07-2004 20:59:26 Running Program document for ‘dbcache -flush’
20-07-2004 20:59:26 Unable to run program dbcache.EXE: Unable to locate program
I hope anyone can help me, so the backup can run proberly.
Thanks
Rene.
Subject: Drop all in program document
This might help … similar kind of thing.
http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/72c878a6e1553b3985256e6200483c1a?OpenDocument
Basically a scheduled agent that uses “session.SendConsoleCommand”
HTH
Subject: Drop all in program document
Hi Rene,
Try this:
Create a new program document.
In the field “Program Name” enter nserver
In the field “Command Line” enter -c “drop all”
Choose your server to run on and the time/days to run it.
Do the same for -c “dbcache flush”.
HTH
Craig
Subject: RE: Drop all in program document
Thanks a lot - it works perfect!!