outlook.prf ans SP2

G

Guest

I've had a lot of success over the last year using the %userprofile%...
variable in my Outlook Profile Script, i.e., outlook.prf. I've set it to
redirect the default paths for archives and osts.

Recently I updated my Office 2003 Admin share, patched it with SP2 and
redeployed it using software installation GPO and same transform. Everything
went fine accept several end users have gotten an error when opening Outlook,
come to find out it kicked them out of cache mode. Now I have a few dozen
users operating outside of cace mode. When I go to the client I have to
manually
replace "%userprofile% with c:\documents and settings\username." to get it
to work.

really a pain for something that worked so well for so long, any ideas?

Steve
 
S

Sue Mosher [MVP-Outlook]

Could you post a copy of the first 5 sections of your PRF for testing?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Guest

;Automatically generated PRF file from the Microsoft Office Customization and
Installation Wizard

; **************************************************************
; Section 1 - Profile Defaults
; **************************************************************

[General]
Custom=1
ProfileName=test
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=FALSE

; **************************************************************
; Section 2 - Services in Profile
; **************************************************************

[Service List]
ServiceX=Microsoft Outlook Client
ServiceEGS=Exchange Global Section
Service1=Microsoft Exchange Server
ServiceEGS=Exchange Global Section

;***************************************************************
; Section 3 - List of internet accounts
;***************************************************************

[Internet Account List]

;***************************************************************
; Section 4 - Default values for each service.
;***************************************************************

[ServiceX]
CachedExchangeMode=0x00000002
CachedExchangeSlowDetect=TRUE

[ServiceEGS]
CachedExchangeConfigFlags=0x00000100
MailboxName=%UserName%
HomeServer=servername
RPCoverHTTPflags=0x0027
RPCProxyServer=domain.com
RPCProxyPrincipalName=msstd:domain.com
RPCProxyAuthScheme=0x0001

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=%UserName%
HomeServer=servername
OfflineAddressBookPath=%USERPROFILE%\application data\microsoft\outlook\
OfflineFolderPath=%USERPROFILE%\application data\microsoft\outlook\outlook.ost
AccountName=Microsoft Exchange Server

;***************************************************************
; Section 5 - Values for each internet account.
;***************************************************************

;***************************************************************
; Section 6 - Mapping for profile properties
;***************************************************************

The server name and domain have been changed for obvious reasons

Steve
 
G

Guest

I guess Sue "just gave up..."

Anyone else know why the %userprofile% variable in Outlook offline folder
files settings stopped working after Office SP2 was deployed????

Any help would be appreciated, thanks!

Steve

Stevef said:
;Automatically generated PRF file from the Microsoft Office Customization and
Installation Wizard

; **************************************************************
; Section 1 - Profile Defaults
; **************************************************************

[General]
Custom=1
ProfileName=test
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=FALSE

; **************************************************************
; Section 2 - Services in Profile
; **************************************************************

[Service List]
ServiceX=Microsoft Outlook Client
ServiceEGS=Exchange Global Section
Service1=Microsoft Exchange Server
ServiceEGS=Exchange Global Section

;***************************************************************
; Section 3 - List of internet accounts
;***************************************************************

[Internet Account List]

;***************************************************************
; Section 4 - Default values for each service.
;***************************************************************

[ServiceX]
CachedExchangeMode=0x00000002
CachedExchangeSlowDetect=TRUE

[ServiceEGS]
CachedExchangeConfigFlags=0x00000100
MailboxName=%UserName%
HomeServer=servername
RPCoverHTTPflags=0x0027
RPCProxyServer=domain.com
RPCProxyPrincipalName=msstd:domain.com
RPCProxyAuthScheme=0x0001

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=%UserName%
HomeServer=servername
OfflineAddressBookPath=%USERPROFILE%\application data\microsoft\outlook\
OfflineFolderPath=%USERPROFILE%\application data\microsoft\outlook\outlook.ost
AccountName=Microsoft Exchange Server

;***************************************************************
; Section 5 - Values for each internet account.
;***************************************************************

;***************************************************************
; Section 6 - Mapping for profile properties
;***************************************************************

The server name and domain have been changed for obvious reasons

Steve

Sue Mosher said:
Could you post a copy of the first 5 sections of your PRF for testing?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
M

Milly Staples [MVP - Outlook]

Sue is probably busy with her personal life since all of us are volunteers
and not subject to "on demand" answers.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Stevef asked:

| I guess Sue "just gave up..."
|
| Anyone else know why the %userprofile% variable in Outlook offline
| folder files settings stopped working after Office SP2 was
| deployed????
|
| Any help would be appreciated, thanks!
|
| Steve
|
| "Stevef" wrote:
|
|| ;Automatically generated PRF file from the Microsoft Office
|| Customization and Installation Wizard
||
|| ; **************************************************************
|| ; Section 1 - Profile Defaults
|| ; **************************************************************
||
|| [General]
|| Custom=1
|| ProfileName=test
|| DefaultProfile=Yes
|| OverwriteProfile=Yes
|| ModifyDefaultProfileIfPresent=FALSE
||
|| ; **************************************************************
|| ; Section 2 - Services in Profile
|| ; **************************************************************
||
|| [Service List]
|| ServiceX=Microsoft Outlook Client
|| ServiceEGS=Exchange Global Section
|| Service1=Microsoft Exchange Server
|| ServiceEGS=Exchange Global Section
||
|| ;***************************************************************
|| ; Section 3 - List of internet accounts
|| ;***************************************************************
||
|| [Internet Account List]
||
|| ;***************************************************************
|| ; Section 4 - Default values for each service.
|| ;***************************************************************
||
|| [ServiceX]
|| CachedExchangeMode=0x00000002
|| CachedExchangeSlowDetect=TRUE
||
|| [ServiceEGS]
|| CachedExchangeConfigFlags=0x00000100
|| MailboxName=%UserName%
|| HomeServer=servername
|| RPCoverHTTPflags=0x0027
|| RPCProxyServer=domain.com
|| RPCProxyPrincipalName=msstd:domain.com
|| RPCProxyAuthScheme=0x0001
||
|| [Service1]
|| OverwriteExistingService=No
|| UniqueService=Yes
|| MailboxName=%UserName%
|| HomeServer=servername
|| OfflineAddressBookPath=%USERPROFILE%\application
|| data\microsoft\outlook\ OfflineFolderPath=%USERPROFILE%\application
|| data\microsoft\outlook\outlook.ost AccountName=Microsoft Exchange
|| Server
||
|| ;***************************************************************
|| ; Section 5 - Values for each internet account.
|| ;***************************************************************
||
|| ;***************************************************************
|| ; Section 6 - Mapping for profile properties
|| ;***************************************************************
||
|| The server name and domain have been changed for obvious reasons
||
|| Steve
||
|| "Sue Mosher [MVP-Outlook]" wrote:
||
||| Could you post a copy of the first 5 sections of your PRF for
||| testing?
|||
||| --
||| Sue Mosher, Outlook MVP
||| Author of Configuring Microsoft Outlook 2003
|||
||| and Microsoft Outlook Programming - Jumpstart for
||| Administrators, Power Users, and Developers
|||
|||
|||
||| |||| I've had a lot of success over the last year using the
|||| %userprofile%... variable in my Outlook Profile Script, i.e.,
|||| outlook.prf. I've set it to redirect the default paths for
|||| archives and osts.
||||
|||| Recently I updated my Office 2003 Admin share, patched it with SP2
|||| and redeployed it using software installation GPO and same
|||| transform. Everything went fine accept several end users have
|||| gotten an error when opening Outlook, come to find out it kicked
|||| them out of cache mode. Now I have a few dozen users operating
|||| outside of cace mode. When I go to the client I have to manually
|||| replace "%userprofile% with c:\documents and settings\username."
|||| to get it to work.
||||
|||| really a pain for something that worked so well for so long, any
|||| ideas?
||||
|||| Steve
 
S

Sue Mosher [MVP-Outlook]

Unfortunately, I can't duplicate the problem here on SP2. A new profile created with your .prf works fine, and Outlook populates the OST file as expected. Dumb question, but did you check to see what %userprofile% itself returns on these machines?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Stevef said:
I guess Sue "just gave up..."

Anyone else know why the %userprofile% variable in Outlook offline folder
files settings stopped working after Office SP2 was deployed????

Any help would be appreciated, thanks!

Steve

Stevef said:
;Automatically generated PRF file from the Microsoft Office Customization and
Installation Wizard

; **************************************************************
; Section 1 - Profile Defaults
; **************************************************************

[General]
Custom=1
ProfileName=test
DefaultProfile=Yes
OverwriteProfile=Yes
ModifyDefaultProfileIfPresent=FALSE

; **************************************************************
; Section 2 - Services in Profile
; **************************************************************

[Service List]
ServiceX=Microsoft Outlook Client
ServiceEGS=Exchange Global Section
Service1=Microsoft Exchange Server
ServiceEGS=Exchange Global Section

;***************************************************************
; Section 3 - List of internet accounts
;***************************************************************

[Internet Account List]

;***************************************************************
; Section 4 - Default values for each service.
;***************************************************************

[ServiceX]
CachedExchangeMode=0x00000002
CachedExchangeSlowDetect=TRUE

[ServiceEGS]
CachedExchangeConfigFlags=0x00000100
MailboxName=%UserName%
HomeServer=servername
RPCoverHTTPflags=0x0027
RPCProxyServer=domain.com
RPCProxyPrincipalName=msstd:domain.com
RPCProxyAuthScheme=0x0001

[Service1]
OverwriteExistingService=No
UniqueService=Yes
MailboxName=%UserName%
HomeServer=servername
OfflineAddressBookPath=%USERPROFILE%\application data\microsoft\outlook\
OfflineFolderPath=%USERPROFILE%\application data\microsoft\outlook\outlook.ost
AccountName=Microsoft Exchange Server

;***************************************************************
; Section 5 - Values for each internet account.
;***************************************************************

;***************************************************************
; Section 6 - Mapping for profile properties
;***************************************************************

The server name and domain have been changed for obvious reasons

Steve

Sue Mosher said:
Could you post a copy of the first 5 sections of your PRF for testing?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



I've had a lot of success over the last year using the %userprofile%...
variable in my Outlook Profile Script, i.e., outlook.prf. I've set it to
redirect the default paths for archives and osts.

Recently I updated my Office 2003 Admin share, patched it with SP2 and
redeployed it using software installation GPO and same transform. Everything
went fine accept several end users have gotten an error when opening Outlook,
come to find out it kicked them out of cache mode. Now I have a few dozen
users operating outside of cace mode. When I go to the client I have to
manually
replace "%userprofile% with c:\documents and settings\username." to get it
to work.

really a pain for something that worked so well for so long, any ideas?

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top