The set of Folders could not be opened solved

The set of Folders could not be opened solved

Postby stephen » Mon Nov 17, 2008 8:14 am

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"
stephen
 
Posts: 507
Joined: Thu Feb 09, 2006 9:37 am
Location: Brisbane

Return to Microsoft Office

Who is online

Users browsing this forum: No registered users and 3 guests

cron