Answered by:
hub transport change disc for c:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Temp

Question
-
Hi i like change the localization of the temp directory where exchange 2007 hub transport make the conversion of messages c:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Temp from c: (system files) to e:
Thanks.
Regards
mcse 200x + mesaging 2000 2003 2007 2010Friday, February 18, 2011 12:48 PM
Answers
-
Hi,
- Stop Exchange Transport Service
- Navigate to C:\Program Files\Microsoft\Exchange Server\V14\Bin or wherever your exchange install path is
- Open EdgeTransport.exe.config and edit the location on the line that has the " TemporaryStoragePath" entry (You should see "C:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Temp" there by default, so in your instance change it to E:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Temp
- Start Edge Transport Service
That should do the trick let me know how you get on :)
Friday, February 18, 2011 1:09 PM -
This is more easy , no touch files and is automatic , make this powershell:
Move-TransportDatabase -TemporaryStoragePath e:\Temp
mcse 200x + mesaging 2000 2003 2007 2010- Marked as answer by ivantv Friday, February 25, 2011 9:19 AM
Friday, February 25, 2011 9:19 AM
All replies
-
Hi,
- Stop Exchange Transport Service
- Navigate to C:\Program Files\Microsoft\Exchange Server\V14\Bin or wherever your exchange install path is
- Open EdgeTransport.exe.config and edit the location on the line that has the " TemporaryStoragePath" entry (You should see "C:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Temp" there by default, so in your instance change it to E:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Temp
- Start Edge Transport Service
That should do the trick let me know how you get on :)
Friday, February 18, 2011 1:09 PM -
HI Ivantv,
Above gave some good information, please follow that.
Other tips, or restart the Microsoft Exchange Transport service.
Regards!
Gavin
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.Wednesday, February 23, 2011 8:02 AM -
This is more easy , no touch files and is automatic , make this powershell:
Move-TransportDatabase -TemporaryStoragePath e:\Temp
mcse 200x + mesaging 2000 2003 2007 2010- Marked as answer by ivantv Friday, February 25, 2011 9:19 AM
Friday, February 25, 2011 9:19 AM