Hi I have CCR setup on 2007 and i want to move the Database file path on the server as its currently set to C:\ - default. When I choose to move i get an error via - EMC - - Error: This operation cannot be performed on a remote server or a clustered mailbox server in a cluster continuous replication enviornment. Please use the -ConfigurationOnly option and then manually move the files. Parameter name: ConfigurationOnly Exchange Management Shell command attempted: move-DatabasePath -Identity 'Mail\Second Storage Group\Public Folder Database' -EdbFilePath 'C:\Program Files\Microsoft\Exchange Server\Mailbox\Second Storage Group\Public Folder Database.edb' When I run this from the EMS I get errors: Suspend-StorageGroupCopy : The operation could not be performed because object 'cms1\Mailstore2' could not be found on domain controller 'DC.domainname.com'. At line:1 char:25 + Suspend-StorageGroupCopy <<<< -Identity: cms1\Mailstore2. If I create a new mailstore in which I did - mailstore2 - i was not able to change the location of DB and log files. I can however do this from the Passive server. Any thoughts?
First Suspend-StorageGroupCopy, then dismount the Database and do a move using -configurationly. How to Move a Storage Group in a Cluster Continuous Replication Environment http://technet.microsoft.com/en-us/library/aa996391.aspx Ditto for Database How to Move a Database in a Cluster Continuous Replication Environment http://technet.microsoft.com/en-us/library/aa997646.aspx -- Bharat Suneja MVP - Exchange www.zenprise.com NEW blog location: exchangepedia.com/blog ---------------------------------------------- "Arthur" wrote in message news:e3xjADADIHA.5328@TK2MSFTNGP05.phx.gbl... > Hi > > I have CCR setup on 2007 and i want to move the Database file path on the > server as its currently set to C:\ - default. > When I choose to move i get an error via - EMC - > - > Error: > This operation cannot be performed on a remote server or a clustered > mailbox server in a cluster continuous replication enviornment. Please use > the -ConfigurationOnly option and then manually move the files. > Parameter name: ConfigurationOnly > > Exchange Management Shell command attempted: > move-DatabasePath -Identity 'Mail\Second Storage Group\Public Folder > Database' -EdbFilePath 'C:\Program Files\Microsoft\Exchange > Server\Mailbox\Second Storage Group\Public Folder Database.edb' > > When I run this from the EMS I get errors: > Suspend-StorageGroupCopy : The operation could not be performed because > object > 'cms1\Mailstore2' could not be found on domain controller > 'DC.domainname.com'. > At line:1 char:25 > + Suspend-StorageGroupCopy <<<< -Identity: cms1\Mailstore2. > > If I create a new mailstore in which I did - mailstore2 - i was not able > to change the location of DB and log files. > I can however do this from the Passive server. > Any thoughts? > > > > > >