Groups > EMAIL > Microsoft Solution for Hosted Exchange > Re: ReAllocOrgMailNoMove - Adding new DBs for Organization?




ReAllocOrgMailNoMove - Adding new DBs for Organization?

ReAllocOrgMailNoMove - Adding new DBs for Organization?
Wed, 12 Mar 2008 16:50:34 +000
Hello,

for Backup-Reasons we want to controll the distribution of mailboxes over
Storage Groups. Know, as i allready learned (hrm), there is the
"database"-Parameter in the CreateMailbox-Procedure. But when i use 
it, it tells me that "There were no ranked resources found in the candidate
set". Seems logical, since the Org has no space allocatet in this db.

Now: How do i add store in another DB to an Organization? Is
ReallocateOrganizationMailNoMove the correct Procedure? What irritates me is the
"Re" in the beginning. Is the "old" store affected by it?
Will it be deallocated and only the new can be used in future?

 
Thanks

 

Filipp
Post Reply
Re: ReAllocOrgMailNoMove - Adding new DBs for Organization?
Thu, 13 Mar 2008 16:25:34 +000
Hi,

I just gave it a try

 <?xml version="1.0" encoding="utf-8"
?>-<request>-<data>
<organization>LDAP://OU=...</organization>
<preferredDomainController>dc...</preferredDomainController>-<mai
lStore>
<shared>1</shared>-<sourceMailStores>-<sourceMailStore>
<serverName>...</serverName>
<mailStoreName>STG3_DB1</mailStoreName>
<megabytes>100000</megabytes> </sourceMailStore>
</sourceMailStores> </mailStore>
</data>-<procedure>-<execute namespace="Exchange 2007
Resource Manager" procedure="ReallocateOrganizationMailNoMove"
impersonate="1"> <beforesource="data"
destination="executeData" mode="merge" />
<aftersource="executeData" destination="data"
mode="merge" /> </execute> </procedure>
</request> did exactly what i wanted: it added 100.000 MB Space in Stg3,
DB1 for my org, without changing the assignement it allready had in other DBs.
Checked this afterwards with QueryRessourcesByOrganization. Bye Filipp
Post Reply
about | contact