Page 1 of 1

The set of Folders could not be opened solved

PostPosted: Mon Nov 17, 2008 8:14 am
by stephen
Error when starting Microsoft Outlook
Cannot start Microsoft Office Outlook. Unable to Open the Outlook Window. The set of Folders could not be opened

Solution:
Problem was the drive where MS Exchange was stored ran out of space.
Did some maintenance on the drive deleted old backup files and logs, to reclaim space.

Tried Restarting the MS Exchange Server

I have this batch file to Restart MS Exchange

Code: Select all
net stop "Microsoft Exchange IMAP4"
net stop "Microsoft Exchange Information Store"
net stop "Microsoft Exchange Management"
net stop "Microsoft Exchange MTA Stacks"
net stop "Microsoft Exchange POP3"
net stop "Microsoft Exchange Routing Engine"
net stop "Microsoft Exchange System Attendant"

net start "Microsoft Exchange IMAP4"
net start "Microsoft Exchange Information Store"
net start "Microsoft Exchange Management"
net start "Microsoft Exchange MTA Stacks"
net start "Microsoft Exchange POP3"
net start "Microsoft Exchange Routing Engine"
net start "Microsoft Exchange System Attendant"