-----Original Message-----
Interesting scenario. I may have missed a reference to Exchange 2003 in the
message that started this thread, so it's good to keep the discussion going.
One approach might be to run a one-time script to rename the old archive
..pst file. Outlook should automatically create a new one. You can then
distribute instructions to the users as to how to access their old archive,
either to open it directly or to import it into the new .pst file.
I've also just learned that you can set the default AutoArchive file as part
of a .prf file. Here's the information from Microsoft:
You must change the AutoArchive through profile generation by using the
Outlook.prf file with the Modprof.exe file or the Newprof.exe file. The
following is a sample of the changes that you must make in the Outlook.prf
file:
[Service1]
;----Outlook AutoArchive------
;True=On and False=Off
DoAutoArchive=True
;specify the full path to the archive pst file
AutoArchiveFileName = "M:\temp\archive.pst"
Along those same lines, you could potentially use the .prf file to put the
users' old archive file in the profile, so they don't have to go looking for
it.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
Saw your article on pst(s), it's very good.
We have been using Outlook since Outlook 97 so the users
have legacy pst(s). We are going to migrate the users
from Office 9 and 10. Have the Office 2003 Resource Kit
and have been testing configurations made up from CIW and
a Default OPS created by Profile Wizard with just Outlook
chosen that is imported into the MST.
In testing when I try to manually activate AutoArchive
and setup the location to the legacy pst get !
message. "Microsoft Office Outlook is running in Unicode
mode against Microsoft Exchange server and cannot archive
items to non-Unicode Outlook 97-2002 Personal Folders
archive file. Please select or create a new Personal
Folders file that supports Unicode."
Since I am a Desktop Engineer and don't setup the Exhange
server is this a configuration issue with the Server or
can this be corrected in CIW "?" Ultimately, if in the
case of new users we would like to have them make the
unicode pst so I would like to keep the CIW default
settings in CIW if possible?
What we would ultimately like to do is have AutoArchiving
preconfigured and greyed out. In otherwords we have a
predetermined spot...a user's home drive that has an
existing Exchange folder with their existing pst. Still
have not been successful with this since the field Move
old items to: is defaulted (by MS) to users local
profile\local source\... on machine
Thank You,
Glenn
-----Original Message-----
A PST cannot be both legacy and Unicode. It's either one
or the other. Both
work in OL2003. Only legacy (otherwise known as ANSI)
works in earlier
versions.
What is your configuration issue?
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
I see this is possibly via CIW. OK so a pst can be both
Legacy and Unicode. But why am I having a configuration
issue with AutoArchive if the pst setting is left at
default?
.
.