Welcome Guest Search | Active Topics | Log In | Register

HMC4.0:Service queue error(prohibitSendQuota must be a positive integer between 1000 and 2147483647) Options · View
shahid.mehboob
#1 Posted : Tuesday, June 17, 2008 5:46:47 AM

Rank: eJadSPM Guru



Groups: Member

Joined: 1/25/2008
Posts: 9
Points: -258
If this occurs because of a prohibitSendQuota value be more than 2097151 KB i.e: 2 GB (approx) in your Exchange service plan. Its an MPS restriction imposed on this very variable. This wont let you create plans, and in turn create mailboxes more than 2 GB size.
Here is the workaround to bypass this restriction

Open Provisioning Manager on MPS01, browse to Namespaces -> Hosted Email 2007, open ValidateUserPlanData_ procedure, click on XML tab. Now you must see procedure's source code. Comment out very first <execute> node after <procedureData/> node. It must look like this:

Code:
<procedure name="ValidateUserPlanData_" description="Validate the contents of a user plan" access="private" type="read" perfEnabled="0" saveDataForRollback="0" auditEnabled="0">
  <procedureData/>
  <!--
  <execute namespace="Error Provider" procedure="SetError">
    <when source="data" sourcePath="features/prohibitSendQuota[. &gt; 2147483647 or . &lt; 1000]"/>
    <executeData>
      <hr>0x80070057</hr><desc>The prohibitSendQuota parameter must be a positive integer between '1000' and 2,147,483,647'.</desc>
    </executeData>
  </execute>
  -->
  <execute namespace="Error Provider" procedure="SetError">

Click Ok to Save changes.
This is it.

Regards

Shahid Mehboob
Lead Software Engineer
www.machsol.com
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.3 beta | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.094 seconds.