Here is the error you are referring to:

For mailbox backups to work, you have to add the path of your exchange's bin directory to the environment variables
We plan to do this automatically in the future, but for now we require the user to enter in the path as every server is different. I do not believe any backup software that does mailbox level does this automatically either, so we will try to be the first to do so.
To do so, follow these instructions.
- Right click on my computer icon on your desktop
- Choose Properties.
- Click the Advanced tab
- Click the Environment variables button.
- Locate the PATH variable in the System variables list box (the list box one on the bottom).
- Edit the Path variable.
- Append a semicolon followed by the path to your exchange's bin directory. DO NOT DELETE OR REPLACE ANY OF THAT STRING!
Typical example of this path is as follows, but it could be different on your computer:
C:\Program Files\Exchsrvr\bin
so for example if you see:
C:\windows\system32;C:\windows
Add the path to the end of that string. It should then look like:
C:\windows\system32;C:\windows;C:\Program Files\Exchsrvr\bin
Try running your schedule after that, everything should work fine.
|