Answered by:
Exchange 2007 SCR Upgrade to SP3 fails

Question
-
HUB/CAS servers suceesfully upgraded to exchange 2007 sp3
have exchange CCR - already upgraded to exchange 2007 sp3
may be i am missing something
when try to upgrade the SCR to SP3
its fails setup cannot continue with the upgarde because the powershell (machine: WAT0450 process id :6052 has open files close the process and restart setup
is there a specfic steps to follow to upgrade a SCR server
thanks
AK
Tuesday, March 19, 2013 1:38 PM
Answers
-
but this document is for SCC in SCR there is one server with mailbox role and logs files replicate.
Thanks
AK
Aha sorry about that. I got lost in the acronyms. With a Standby Copy Replication Server, it might be good to stop replication, but its not mandatory.
...and like I wrote above, need to close whatever application/process with PID 6052. Use Task Manager to find out or use Powershell.
Example: Get-Process -id 6052 (not sure if that works in EX07)Martina Miskovic
- Marked as answer by asifikhan Tuesday, March 19, 2013 3:45 PM
Tuesday, March 19, 2013 2:33 PM
All replies
-
Hi,
Use Task Manager to look for the processes with PID 6052 and kill it.
Could be your backup- or monitoring software that has open files and then need to be closed.
See the below TechNet Article on how to upgrade Exchange 2007 SCR. Its different from non-clustered Exchange 2007 Servers.
How to Upgrade a Single Copy Cluster to Exchange 2007 SP1 or later
http://technet.microsoft.com/en-us/library/bb691226(v=exchg.80).aspxMartina Miskovic
Tuesday, March 19, 2013 2:01 PM -
Thanks for the information
but this document is for SCC in SCR there is one server with mailbox role and logs files replicate.
Thanks
AK
Tuesday, March 19, 2013 2:26 PM -
but this document is for SCC in SCR there is one server with mailbox role and logs files replicate.
Thanks
AK
Aha sorry about that. I got lost in the acronyms. With a Standby Copy Replication Server, it might be good to stop replication, but its not mandatory.
...and like I wrote above, need to close whatever application/process with PID 6052. Use Task Manager to find out or use Powershell.
Example: Get-Process -id 6052 (not sure if that works in EX07)Martina Miskovic
- Marked as answer by asifikhan Tuesday, March 19, 2013 3:45 PM
Tuesday, March 19, 2013 2:33 PM -
need to stop the replication service as mentioned by you.
then it successfully completed
Tuesday, March 19, 2013 3:45 PM