<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Microsoft Provisioning System (MPS)</title><link>http://forums.asp.net/167.aspx</link><description>Discuss the components that enable transactional provisioning of hosted services.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>CreateUser through MPS Active Directory Web Service Trouble</title><link>http://forums.asp.net/thread/3520525.aspx</link><pubDate>Wed, 18 Nov 2009 21:25:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3520525</guid><dc:creator>Markus OReilly</dc:creator><author>Markus OReilly</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/3520525.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3520525</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m trying to create a new user through the MPS Active Directory web service. &amp;nbsp;I got the authentication and everything going just &amp;nbsp;fine, but it chokes on actually adding a user. &amp;nbsp;I&amp;#39;ve imported the wsdl from the webservice on PROV01 into my project and am using the generated classes. &amp;nbsp;These are the parameters I&amp;#39;m sending over:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.container = &amp;quot;LDAP://CN=Users,DC=firetoss,DC=com&amp;quot;;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.description = &amp;quot;A Description&amp;quot;;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.displayName = &amp;quot;Display Name&amp;quot;;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.givenName = &amp;quot;Given Name&amp;quot;;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.initials = &amp;quot;N4g&amp;quot;;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.isAdmin = false;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.middleName = &amp;quot;Middle Name&amp;quot;;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.newPassword = &amp;quot;Some Password&amp;quot;;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.preferredDomainController = &amp;quot;AD01&amp;quot;;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.properties = new ActiveDirectoryProperty[0];&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.sn = &amp;quot;Short Name&amp;quot;;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;details.userPrincipalName = &amp;quot;User Principle Name&amp;quot;;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre name="code" class="c-sharp"&gt;            details.container = &amp;quot;LDAP://CN=Users,DC=mydomain,DC=com&amp;quot;;
            details.description = &amp;quot;A Description&amp;quot;;
            details.displayName = &amp;quot;Display Name&amp;quot;;
            details.givenName = &amp;quot;Given Name&amp;quot;;
            details.initials = &amp;quot;GN&amp;quot;;
            details.isAdmin = &amp;quot;false&amp;quot;;
            details.middleName = &amp;quot;Middle Name&amp;quot;;
            details.newPassword = &amp;quot;Some Password&amp;quot;;
            details.preferredDomainController = &amp;quot;AD01&amp;quot;;
            details.properties = new ActiveDirectoryProperty[0];
            details.sn = &amp;quot;Short Name&amp;quot;;
            details.userPrincipalName = &amp;quot;User Principle Name&amp;quot;;&lt;/pre&gt;&lt;p&gt;Don&amp;#39;t mind the &amp;quot;new ActiveDirectoryProperty[0]&amp;quot; part, I&amp;#39;m using some of my own classes to pass data around until I put it into the web service classes. &amp;nbsp;I know that CN=Users,DC=mydomain,DC=com &lt;i&gt;should &lt;/i&gt;be working just fine, because that&amp;#39;s exactly what I see when I look in Active Directory on AD01. &amp;nbsp;This is the error I am getting:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre name="code" class="c-sharp"&gt;Server was unable to process request. ---&amp;gt;
Invalid Customer. ---&amp;gt;
&amp;lt;response&amp;gt;
    &amp;lt;errorContext description=&amp;quot;Invalid Customer.&amp;quot; code=&amp;quot;0x80070057&amp;quot; executeSeqNo=&amp;quot;25&amp;quot;&amp;gt;
        &amp;lt;errorSource namespace=&amp;quot;Error Provider&amp;quot; procedure=&amp;quot;SetError&amp;quot;/&amp;gt;
        &amp;lt;errorSource namespace=&amp;quot;Managed Plans&amp;quot; procedure=&amp;quot;ExecPlanSQL_&amp;quot;/&amp;gt;
        &amp;lt;errorSource namespace=&amp;quot;Managed Plans&amp;quot; procedure=&amp;quot;GetPlansByCustomer_&amp;quot;/&amp;gt;
        &amp;lt;errorSource namespace=&amp;quot;Managed Plans&amp;quot; procedure=&amp;quot;GetPlansByCustomer&amp;quot;/&amp;gt;
        &amp;lt;errorSource namespace=&amp;quot;Hosted Active Directory&amp;quot; procedure=&amp;quot;CreateUser&amp;quot;/&amp;gt;
    &amp;lt;/errorContext&amp;gt;
&amp;lt;/response&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;I really don&amp;#39;t get why it&amp;#39;s saying &amp;quot;Invalid Customer&amp;quot;, b/c as far as I can tell the LDAP path should be working just fine (I copied it straight out of the distinguished name property in the ADSI Edit). &amp;nbsp;I&amp;#39;ve thought maybe it has something to do with the other parameters I&amp;#39;m sending over, like given or display name, or user principal name (setting it to something@mydomain.com also doesn&amp;#39;t work), but I don&amp;#39;t know what else I would change/try with any of those.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Random mailbox MPS creation eror</title><link>http://forums.asp.net/thread/3533148.aspx</link><pubDate>Wed, 25 Nov 2009 20:01:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3533148</guid><dc:creator>or-tec</dc:creator><author>or-tec</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3533148.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3533148</wfw:commentRss><description>&lt;p&gt;We have a problem trying to create consumer mailboxes on our HMC 4.0 system.&lt;/p&gt;
&lt;p&gt;This happens randomlly - around 30% of the time.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Some of the mailboxes created showing the following error when accessed by OWA for the first time.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Exception&lt;/b&gt;&lt;br /&gt;Exception type: Microsoft.Exchange.Data.Storage.MailboxUnavailableException&lt;/p&gt;
&lt;p&gt;Exception message: Cannot open mailbox /o=mail/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Test122_test.co.il…&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Inner Exception&lt;/b&gt;&lt;br /&gt;Exception type: Microsoft.Mapi.MapiExceptionUnknownUser&lt;br /&gt;Exception message: MapiExceptionUnknownUser: Unable to open message store…&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The second attempt to access the mailbox using OWA is successful.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The problem occurs randomly and some mailboxes created working in the first attempt accessing OWA.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I should mention that all mailboxes created successfully using MPS Web Services, while MPSWS shows no error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you have any idea how to solve this problem?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Regards&lt;/p&gt;
&lt;p&gt;Or&lt;/p&gt;</description></item><item><title>Transaction failed</title><link>http://forums.asp.net/thread/3523621.aspx</link><pubDate>Fri, 20 Nov 2009 09:44:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3523621</guid><dc:creator>unarcher2</dc:creator><author>unarcher2</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/3523621.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3523621</wfw:commentRss><description>&lt;p&gt;Since the 27/10 I have got this log in MPS engines which come back every 5 minutes&lt;/p&gt;
&lt;p&gt;I have no idea on how to solve this and no idea on impact &lt;/p&gt;
&lt;p&gt;An idea someone?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Event Type:&amp;nbsp;Error&lt;br /&gt;Event Source:&amp;nbsp;Provisioning Engine&lt;br /&gt;Event Category:&amp;nbsp;None&lt;br /&gt;Event ID:&amp;nbsp;4109&lt;br /&gt;Date:&amp;nbsp;&amp;nbsp;11/20/2009&lt;br /&gt;Time:&amp;nbsp;&amp;nbsp;9:25:25 AM&lt;br /&gt;User:&amp;nbsp;&amp;nbsp;N/A&lt;br /&gt;Computer:&amp;nbsp;REIPHMCMPS01&lt;br /&gt;Description:&lt;br /&gt;The provisioning engine failed while aborting the transaction picked by the background thread for cleanup. Transaction ID = &amp;#39;100095111&amp;#39;, client transaction ID = &amp;#39;{unknown}&amp;#39;, Transaction Log server = &amp;#39;PHMCMPSSQLVS&amp;#39; Database = &amp;#39;MPFTranLogData&amp;#39;. The transaction might be in an inconsistent state. Check the transaction log database to determine the exact state of the transaction.&lt;/p&gt;
&lt;p&gt;For more information, see Help and Support Center at &lt;a href="http://go.microsoft.com/fwlink/events.asp"&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;br /&gt;Data:&lt;br /&gt;0000: 14 15 20 c2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .. Â&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;</description></item><item><title>Mailbox creation exception using MPSWS</title><link>http://forums.asp.net/thread/3521958.aspx</link><pubDate>Thu, 19 Nov 2009 13:32:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3521958</guid><dc:creator>NirSidi</dc:creator><author>NirSidi</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3521958.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3521958</wfw:commentRss><description>&lt;p&gt;We have a&amp;nbsp;problem trying to create &lt;strong&gt;consumer&lt;/strong&gt; mailboxes on our HMC 4.0 system.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Some of the mailboxes created showing the following error when accessed by OWA for the first time.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="FONT-FAMILY:Verdana;COLOR:red;FONT-SIZE:9pt;"&gt;Exception&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-FAMILY:Verdana;COLOR:red;FONT-SIZE:9pt;"&gt;&lt;br /&gt;Exception type: Microsoft.Exchange.Data.Storage.MailboxUnavailableException&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-FAMILY:Verdana;COLOR:red;FONT-SIZE:9pt;"&gt;Exception message: Cannot open mailbox /o=mail/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Test122_test.co.il…&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="FONT-FAMILY:Verdana;COLOR:red;FONT-SIZE:9pt;"&gt;Inner Exception&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-FAMILY:Verdana;COLOR:red;FONT-SIZE:9pt;"&gt;&lt;br /&gt;Exception type: Microsoft.Mapi.MapiExceptionUnknownUser&lt;br /&gt;Exception message: MapiExceptionUnknownUser: Unable to open message store…&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The second attempt to access the mailbox using OWA is successful.&lt;br /&gt;&lt;br /&gt;The problem occurs randomly and some mailboxes created working in the first attempt accessing OWA.&lt;br /&gt;I should mention that all mailboxes created successfully using MPS Web Services, while MPSWS shows no error.&lt;/p&gt;
&lt;p&gt;Someone have any idea how to solve this problem?&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;br /&gt;Nir&lt;/p&gt;</description></item><item><title>HMC4.0 CreateMailbox error</title><link>http://forums.asp.net/thread/3509663.aspx</link><pubDate>Thu, 12 Nov 2009 20:42:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3509663</guid><dc:creator>pricecs</dc:creator><author>pricecs</author><slash:comments>11</slash:comments><comments>http://forums.asp.net/thread/3509663.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3509663</wfw:commentRss><description>&lt;p&gt;All,&lt;/p&gt;&lt;p&gt;I&amp;#39;ve just put a new instance of HMC 4.0 into a lab and it&amp;#39;s having problems with CreateMailbox. Everything else so far appears fine - AddingResellers \ Orgs \ Users is working; I can happily add Mailstores into RM, but I can&amp;#39;t get a mailbox onto them.&lt;/p&gt;&lt;p&gt;The error I get is:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="xhtml"&gt;&amp;lt;response&amp;gt;
  &amp;lt;errorContext description=&amp;quot;A parameter cannot be found that matches parameter name &amp;#39;Alias &amp;#39;.
Cmdlet=&amp;#39;Enable-Mailbox&amp;#39;
DomainController=&amp;#39;p1ftdc1.fthmc1.net&amp;#39;
Identity=&amp;#39;LDAP://CN=User02@ChrisTest.com,OU=ChrisTest,OU=ConsolidatedMessenger,OU=Hosting,DC=fthmc1,DC=net&amp;#39;
Database=&amp;#39;P1FTEXM1\BusinessMailstore1&amp;#39;
Alias=&amp;#39;User02&amp;#39;&amp;quot;
      code=&amp;quot;0x80131600&amp;quot;
      executeSeqNo=&amp;quot;268&amp;quot;&amp;gt;

    &amp;lt;errorSource namespace=&amp;quot;Exchange 2007 Provider&amp;quot;
        procedure=&amp;quot;CreateMailbox&amp;quot;/&amp;gt;

    &amp;lt;errorSource namespace=&amp;quot;Managed Email 2007&amp;quot;
        procedure=&amp;quot;CreateMailbox&amp;quot;/&amp;gt;

    &amp;lt;errorSource namespace=&amp;quot;Hosted Email 2007&amp;quot;
        procedure=&amp;quot;CreateBusinessMailbox_&amp;quot;/&amp;gt;

    &amp;lt;errorSource namespace=&amp;quot;Hosted Email 2007&amp;quot;
        procedure=&amp;quot;CreateMailbox&amp;quot;/&amp;gt;

  &amp;lt;/errorContext&amp;gt;
&amp;lt;/response&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;It appears that the execution is looking for &amp;#39;Alias &amp;#39; - is the trailing space the problem? Where would that come from? Bug?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Chris.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>MPS Exchange and Active Directory API WSDL?</title><link>http://forums.asp.net/thread/3490253.aspx</link><pubDate>Mon, 02 Nov 2009 22:48:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3490253</guid><dc:creator>Markus OReilly</dc:creator><author>Markus OReilly</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3490253.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3490253</wfw:commentRss><description>&lt;p&gt;I am currently waiting on someone else in my team to finish installing MPS and Exchange, but I need to start developing for it as soon as I can.&amp;nbsp; Does anyone know where I can get the wsdls for these APIs?&lt;/p&gt;&lt;ul&gt;&lt;li&gt;the Exchange Provider API (http://technet.microsoft.com/en-us/library/dd278648.aspx)&lt;/li&gt;&lt;li&gt;and/or the Active Directory API (http://technet.microsoft.com/en-us/library/dd252243.aspx).&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Thanks&lt;br /&gt;&lt;/p&gt;</description></item><item><title>create a SIP user with th Provisioning UI fails</title><link>http://forums.asp.net/thread/3448097.aspx</link><pubDate>Thu, 08 Oct 2009 14:52:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3448097</guid><dc:creator>kover</dc:creator><author>kover</author><slash:comments>6</slash:comments><comments>http://forums.asp.net/thread/3448097.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3448097</wfw:commentRss><description>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;The last few weeks, I&amp;#39;ve been&amp;nbsp;setting up a HMC 4.5&amp;nbsp;environment. I did everything by the&amp;nbsp;book (Technet Deployment Guide) but ran into a bunch of problems. Most of them have been solved thanks to this excellent&amp;nbsp;forum and some other sources. Still, there are a few issues left.&lt;/p&gt;
&lt;p&gt;The one I can&amp;#39;t seem to find anywhere is when creating a new sip user with the provisioning ui, it fails. The error is : &amp;nbsp;&amp;quot;There is no such object on the server&amp;quot;.&lt;/p&gt;
&lt;p&gt;Very strange, the object is there ofcourse and it already has a mailbox. There is also a SIP domain and an SMTP domain. Can anyone help?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;K.&lt;/p&gt;</description></item><item><title>Provisioning System (MPS) DCOM permissions required for Remote Execution?</title><link>http://forums.asp.net/thread/3512965.aspx</link><pubDate>Sat, 14 Nov 2009 19:10:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3512965</guid><dc:creator>mgabbay</dc:creator><author>mgabbay</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3512965.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3512965</wfw:commentRss><description>&lt;p&gt;Firstly, thanks for looking over this. &lt;/p&gt;&lt;p&gt;I am creating a simple web
front-end for our Provisioning System that is using ASP through IIS6.0
The following line of code &lt;/p&gt;&lt;p&gt;Set objProvEngine = Server.CreateObject(&amp;quot;Provisioning.ProvEngineClient&amp;quot;)
&lt;/p&gt;&lt;p&gt;Which works perfectly well within an HTA on prov01 fails via IIS with
the following error: &lt;/p&gt;&lt;p&gt;Server object error &amp;#39;ASP 0178 : 80070005&amp;#39;
&lt;br /&gt;Server.CreateObject Access Error /Default.asp , line 446 &lt;br /&gt;The call to
Server.CreateObject failed while checking permissions. Access is denied
to this object. &lt;br /&gt;&lt;br /&gt;IIS is using Basic authentication over HTTPS, I have
tried to locate the DCOM object to apply the correct permissions, I see
no obvious permissions on the provisioning COM+ service or individual
object that looks appropriate. &lt;br /&gt;&lt;br /&gt;Does anyone have a suggestion, I have
spent a huge amount of time troubleshooting this so would appreciate
any pointers! &lt;/p&gt;&lt;p&gt;A similar issue seems to have been addressed here. but I do not understand the solution:&lt;br /&gt;http://forums.asp.net/p/1440392/3260323.aspx#3260323&lt;/p&gt;&lt;p&gt;Kind Regards&lt;/p&gt;</description></item><item><title>Request to "Active Directory Provider Create Object" error</title><link>http://forums.asp.net/thread/3507528.aspx</link><pubDate>Wed, 11 Nov 2009 22:44:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3507528</guid><dc:creator>apoloduvalis</dc:creator><author>apoloduvalis</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3507528.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3507528</wfw:commentRss><description>&lt;p&gt;Greetings.&lt;/p&gt;&lt;p&gt;I need to be able to manage Active Directory users through MPS and I finally managed to get the implementation of MPS and MPS SDK done in my servers. I even got the right answers for the &amp;quot;HelloWorldProvider&amp;quot; and &amp;quot;TimeProvider&amp;quot; examples, so I assume the platform is working fine.&lt;/p&gt;&lt;p&gt;However, when I try to send a request to &amp;quot;Active Directory Provider Create Object&amp;quot;&amp;nbsp;I get this error:&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;Submitting request...&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;Finished submitting request&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;lt;response&amp;gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp;&amp;lt;errorContext description=&amp;quot;Object reference not set to an instance of an object.&amp;quot; code=&amp;quot;0x80004003&amp;quot; executeSeqNo=&amp;quot;1&amp;quot;&amp;gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;errorSource namespace=&amp;quot;Active Directory Provider&amp;quot; procedure=&amp;quot;Create Object&amp;quot; /&amp;gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/errorContext&amp;gt;&lt;/div&gt;
&lt;div style="position:absolute;left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden;" id="_mcePaste"&gt;&amp;lt;/response&amp;gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="xhtml"&gt;&amp;lt;response&amp;gt;
  &amp;lt;errorContext description=&amp;quot;Object reference not set to an instance of an object.&amp;quot; code=&amp;quot;0x80004003&amp;quot; executeSeqNo=&amp;quot;1&amp;quot;&amp;gt;
    &amp;lt;errorSource namespace=&amp;quot;Active Directory Provider&amp;quot; procedure=&amp;quot;Create Object&amp;quot; /&amp;gt;
  &amp;lt;/errorContext&amp;gt;
&amp;lt;/response&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;I made my request following these steps:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;In Visual Studio 2005 I created a new project using the template &amp;quot;MPS WES Project / Well Enabled Service&amp;quot;.&lt;/li&gt;&lt;li&gt;In the Namespace Explorer I left-clicked &amp;quot;Active Directory Provider / Create Object&amp;quot; and selected &amp;quot;Create Sample Request&amp;quot;.&lt;/li&gt;&lt;li&gt;I changed the appropriate data in the XML, saved the file and Submitted the MPF Request.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The resulting code is:&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre name="code" class="xhtml"&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt; 
&amp;lt;request xmlns=&amp;quot;http://provisioning.microsoft.com/MPF&amp;quot; xmlns:xsl=&amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot;&amp;gt;
  &amp;lt;procedure&amp;gt;
    &amp;lt;execute namespace=&amp;quot;Active Directory Provider&amp;quot; procedure=&amp;quot;Create Object&amp;quot;&amp;gt;
      &amp;lt;executeData&amp;gt;
        &amp;lt;autoGenerateEmailAddresses&amp;gt;0&amp;lt;/autoGenerateEmailAddresses&amp;gt;
        &amp;lt;properties&amp;gt;
          &amp;lt;property mode=&amp;quot;update&amp;quot; name=&amp;quot;displayName&amp;quot;&amp;gt;apoloduvalis&amp;lt;/property&amp;gt;
          &amp;lt;property mode=&amp;quot;update&amp;quot; name=&amp;quot;givenName&amp;quot;&amp;gt;Apolo&amp;lt;/property&amp;gt;
          &amp;lt;property mode=&amp;quot;update&amp;quot; name=&amp;quot;sn&amp;quot;&amp;gt;Duvalis&amp;lt;/property&amp;gt;
          &amp;lt;property mode=&amp;quot;update&amp;quot; name=&amp;quot;sAMAccountName&amp;quot;&amp;gt;apoloduvalis&amp;lt;/property&amp;gt;
          &amp;lt;property mode=&amp;quot;update&amp;quot; name=&amp;quot;sAMAccountType&amp;quot;&amp;gt;805306368&amp;lt;/property&amp;gt;
          &amp;lt;property mode=&amp;quot;update&amp;quot; name=&amp;quot;memberOf&amp;quot;&amp;gt;
            &amp;lt;value&amp;gt;CN=Domain Admins,CN=Users,DC=comware,DC=com&amp;lt;/value&amp;gt;
          &amp;lt;/property&amp;gt;
        &amp;lt;/properties&amp;gt;
        &amp;lt;name&amp;gt;CN=apoloduvalis&amp;lt;/name&amp;gt;
        &amp;lt;class&amp;gt;user&amp;lt;/class&amp;gt;
        &amp;lt;container&amp;gt;LDAP://CN=Users,DC=concorde,DC=com&amp;lt;/container&amp;gt;
      &amp;lt;/executeData&amp;gt;
      &amp;lt;after source=&amp;quot;executeData&amp;quot; destination=&amp;quot;data&amp;quot; mode=&amp;quot;insert&amp;quot; /&amp;gt;
    &amp;lt;/execute&amp;gt;
  &amp;lt;/procedure&amp;gt;
&amp;lt;/request&amp;gt;&lt;/pre&gt;&lt;p&gt;Did I miss something? Where I&amp;#39;m wrong?&lt;/p&gt;&lt;p&gt;Thank you in advance.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description></item><item><title>Sharepoint site - changing URL</title><link>http://forums.asp.net/thread/2596911.aspx</link><pubDate>Wed, 03 Sep 2008 07:45:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2596911</guid><dc:creator>chrsm</dc:creator><author>chrsm</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/2596911.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=2596911</wfw:commentRss><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to use &amp;quot;ModifyCustomerSite&amp;quot; to change the URL of an sharepoint site, but I am not sure I am using the right syntax.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I the following example I try to change the URL from &amp;quot;http://sharepoint.domain.com&amp;quot; to &amp;quot;http://sharepoint.domain.nu&amp;quot; but when o try that get the folloin error &amp;quot;&amp;lt;errorContext description=&amp;quot;The domain of the path does not match that of the preferredDomainController./MakePathDomainControllerSpecific&amp;quot; code=&amp;quot;0xc2100fa5&amp;quot; executeSeqNo=&amp;quot;84&amp;quot;&amp;gt;&amp;quot;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Provtest request: &lt;br /&gt;&lt;/p&gt;&lt;p&gt; &amp;lt;request&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;procedure&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;execute namespace=&amp;quot;ManagedSharePoint2007&amp;quot; procedure=&amp;quot;ModifyCustomerSite&amp;quot; impersonate=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;executeData&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;org&amp;gt;LDAP://OU=domain.com,OU=Reseller,OU=Hosting,DC=hmcmedio,DC=local&amp;lt;/org&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;preferredDomainController&amp;gt;AD01.domain.local&amp;lt;/preferredDomainController&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;site&amp;gt;http://sharepoint.domain.com&amp;lt;/site&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;siteName&amp;gt;SharepointSite&amp;lt;/siteName&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;newSiteName&amp;gt;http://sharepoint.domain.nu&amp;lt;/newSiteName&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;New Sharepoint Site&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;This is a new Sharepoint Site&amp;lt;/description&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;target&amp;gt;http://collab01:8080&amp;lt;/target&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/executeData&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;after source=&amp;quot;executeData&amp;quot; destination=&amp;quot;data&amp;quot; mode=&amp;quot;insert&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/execute&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/procedure&amp;gt;&lt;br /&gt;&amp;lt;/request&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>MPS framework 3.5 install problem (mpsconfig.xml)</title><link>http://forums.asp.net/thread/1246191.aspx</link><pubDate>Mon, 03 Apr 2006 15:00:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1246191</guid><dc:creator>overworkedshimp</dc:creator><author>overworkedshimp</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/1246191.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=1246191</wfw:commentRss><description>&lt;p&gt;&lt;font face=Verdana size=2&gt;Hi,&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;Can any one help me with an install problem.&amp;nbsp; We have got to the stage of running the deyploymenttool.msi which runs and finishes.&amp;nbsp; However when we run the deployment tool it complains that the mpsconfig.xml file does not exist and we can not get any further.&amp;nbsp; We believe that the msi should create this file, does anyone know why it wouldn't get created.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;Thanks in advance&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Verdana size=2&gt;overworkedchimp&lt;/font&gt;&lt;br /&gt;&lt;a href="http://www.thinstore.com"&gt;&lt;font face=Verdana size=1&gt;www.thinstore.com&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>GPO with MPS</title><link>http://forums.asp.net/thread/1228024.aspx</link><pubDate>Thu, 16 Mar 2006 09:43:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1228024</guid><dc:creator>Gmeul</dc:creator><author>Gmeul</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/1228024.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=1228024</wfw:commentRss><description>&lt;p&gt;We have created a&amp;nbsp;group policy &amp;nbsp;in AD on an OU outside the OU=Hosting managed by MPS.&lt;/p&gt;
&lt;p&gt;That OU on which the GPO is applied groups computer (server) objects. In the GPO&amp;nbsp;we use Loopback processing in 'replace mode' to apply user settings when a user does a logon to&amp;nbsp;that server&lt;/p&gt;
&lt;p&gt;Our problem is&amp;nbsp; that the GPO user settings are not&amp;nbsp;applied for users located under the OU=Hosting managed by MPS. For users outside the OU=Hosting the GPO is applied correctly.&lt;/p&gt;
&lt;p&gt;In the eventlog of the server we have the following error: &lt;/p&gt;&lt;font size=1&gt;
&lt;p&gt;Source: Userenv&lt;/p&gt;
&lt;p&gt;Event id:1101 &lt;/p&gt;&lt;font size=1&gt;
&lt;p&gt;Windows cannot access the the object OU=Hosting,DC=exo,DC=net in Active Directory. The access to the object may be denied. Group Policy processing aborted. &lt;/p&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;All ideas are welcome&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Performance problems with HMC 4.5</title><link>http://forums.asp.net/thread/3445876.aspx</link><pubDate>Wed, 07 Oct 2009 16:07:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3445876</guid><dc:creator>dynamosympathisant86</dc:creator><author>dynamosympathisant86</author><slash:comments>8</slash:comments><comments>http://forums.asp.net/thread/3445876.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3445876</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;we have some performance problems with a HMC 4.5 environment.&lt;/p&gt;&lt;p&gt;Every request against the MPS takes about 30seconds. I traced the requests and I realized that every operation against the Active Diretory takes a long time. Every other action is faster.&lt;/p&gt;&lt;p&gt;The problem is not based on hardware problems. It is an Windows Server 2003 environment and the DomainController has enough memory and CPU power.&lt;/p&gt;&lt;p&gt;Does everyone has an idea how to fix this performance problem? This problem is unacceptable at our frontend.&lt;/p&gt;&lt;p&gt;Best regards,&lt;/p&gt;&lt;p&gt;Ken&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>CreateResourceMailbox problem with Rollup 3</title><link>http://forums.asp.net/thread/3479207.aspx</link><pubDate>Tue, 27 Oct 2009 10:43:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3479207</guid><dc:creator>larswise</dc:creator><author>larswise</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3479207.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3479207</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We have problems with the method createresourcemailbox under Hosted Email 2007, the same problem occurs with both Managed Email 2007 and Exchange Provider 2007.&lt;/p&gt;
&lt;p&gt;As stated in AllAboutHmc article: &lt;a href="http://blogs.technet.com/provtest/archive/2009/02/24/a-closer-look-at-the-create-resource-mailbox-problem.aspx"&gt;http://blogs.technet.com/provtest/archive/2009/02/24/a-closer-look-at-the-create-resource-mailbox-problem.aspx&lt;/a&gt;&amp;nbsp;there was a issue that was solved in RU2, the error message we get before applying RU2 was like this:&lt;/p&gt;
&lt;p&gt;C:\Documents and Settings\tempadmin\Desktop\provtest&amp;gt;provtest createresourcemail&lt;br /&gt;box.xml&lt;br /&gt;&amp;lt;response&amp;gt;&amp;lt;errorContext description=&amp;quot;MapiExceptionUnknownUser: Unable to open me&lt;br /&gt;ssage store. (hr=0x80004005, ec=1003)&lt;br /&gt;Diagnostic context:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 18969&amp;nbsp;&amp;nbsp; EcDoRpcExt2 called [length=218]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 27161&amp;nbsp;&amp;nbsp; EcDoRpcExt2 returned [ec=0x0][length=168][latency=0]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 23226&amp;nbsp;&amp;nbsp; --- ROP Parse Start ---&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 27962&amp;nbsp;&amp;nbsp; ROP: ropLogon [254]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 17082&amp;nbsp;&amp;nbsp; ROP Error: 0x3EB&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 26937&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 21921&amp;nbsp;&amp;nbsp; StoreEc: 0x3EB&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 27962&amp;nbsp;&amp;nbsp; ROP: ropExtendedError [250]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 1494&amp;nbsp;&amp;nbsp;&amp;nbsp; ---- Remote Context Beg ----&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 26426&amp;nbsp;&amp;nbsp; ROP: ropLogon [254]&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 25805&amp;nbsp;&amp;nbsp; Error: 0x0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 11752&amp;nbsp;&amp;nbsp; StoreEc: 0x8004010F&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 19149&amp;nbsp;&amp;nbsp; Error: 0x0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 25805&amp;nbsp;&amp;nbsp; Error: 0x0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 11752&amp;nbsp;&amp;nbsp; StoreEc: 0x8004010F&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 22787&amp;nbsp;&amp;nbsp; Error: 0x0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 13800&amp;nbsp;&amp;nbsp; StoreEc: 0x8004010F&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 9448&amp;nbsp;&amp;nbsp;&amp;nbsp; StoreEc: 0x8004010F&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 16454&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 16966&amp;nbsp;&amp;nbsp; StoreEc: 0x8004010F&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 31433&amp;nbsp;&amp;nbsp; StoreEc: 0x8004010F&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 8620&amp;nbsp;&amp;nbsp;&amp;nbsp; StoreEc: 0x3EB&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 1750&amp;nbsp;&amp;nbsp;&amp;nbsp; ---- Remote Context End ----&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 26849&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 21817&amp;nbsp;&amp;nbsp; ROP Failure: 0x3EB&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 26297&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 16585&amp;nbsp;&amp;nbsp; StoreEc: 0x3EB&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 32441&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 1706&amp;nbsp;&amp;nbsp;&amp;nbsp; StoreEc: 0x3EB&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 24761&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 20665&amp;nbsp;&amp;nbsp; StoreEc: 0x3EB&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 25785&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lid: 29881&amp;nbsp;&amp;nbsp; StoreEc: 0x3EB&lt;br /&gt;Cmdlet=&amp;#39;Set-MailboxCalendarSettings&amp;#39;&lt;br /&gt;DomainController=&amp;#39;AD02.xdev.com&amp;#39;&lt;br /&gt;Identity=&amp;#39;LDAP://CN=firmabil@reseller1.com,OU=Reseller1,OU=Hosting,DC=xdev,DC=com&amp;#39;&amp;quot;&lt;br /&gt;&amp;nbsp;code=&amp;quot;0x80131600&amp;quot; executeSeqNo=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;errorSource namespace=&amp;quot;Exchange 2007 Provid&lt;br /&gt;er&amp;quot; procedure=&amp;quot;CreateResourceMailbox&amp;quot;/&amp;gt;&amp;lt;/errorContext&amp;gt;&amp;lt;/response&amp;gt;&lt;br /&gt;C:\Documents and Settings\tempadmin\Desktop\provtest&amp;gt;&lt;/p&gt;
&lt;p&gt;...... So we apply Rollup 3 for HMC 4.5, initializing everything, rebooting all servers etc... when I try to create a resource mailbox I get the following error:&lt;/p&gt;
&lt;p&gt;&amp;lt;response&amp;gt;&amp;lt;errorContext description=&amp;quot;Cannot find the owning organization of obje&lt;br /&gt;ct &lt;a&gt;LDAP://AD01.xdev.com/CN=firmabil@reseller1.com,OU=Reseller1,OU=Hosting,DC=xdev,DC=com&lt;/a&gt;.&amp;quot; code=&amp;quot;0x80131600&amp;quot; executeSeqNo=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;errorSource namespace=&amp;quot;Exchange&lt;br /&gt;&amp;nbsp;2007 Provider&amp;quot; procedure=&amp;quot;CreateResourceMailbox&amp;quot;/&amp;gt;&amp;lt;/errorContext&amp;gt;&amp;lt;/response&amp;gt;&lt;br /&gt;C:\Documents and Settings\tempadmin\Desktop\provtest&amp;gt;&lt;/p&gt;
&lt;p&gt;Event log:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Event Type:&amp;nbsp;Error&lt;br /&gt;Event Source:&amp;nbsp;Exchange 2007 Provider&lt;br /&gt;Event Category:&amp;nbsp;None&lt;br /&gt;Event ID:&amp;nbsp;0&lt;br /&gt;Date:&amp;nbsp;&amp;nbsp;10/27/2009&lt;br /&gt;Time:&amp;nbsp;&amp;nbsp;11:36:38 AM&lt;br /&gt;User:&amp;nbsp;&amp;nbsp;N/A&lt;br /&gt;Computer:&amp;nbsp;MPS01&lt;br /&gt;Description:&lt;br /&gt;Procedure=&amp;#39;CreateResourceMailbox&amp;#39;&lt;br /&gt;Microsoft.Provisioning.Providers.ProviderException: Cannot find the owning organization of object &lt;a&gt;LDAP://AD01.xdev.com/CN=firmabil@Reseller1.com,OU=&lt;/a&gt;Reseller1,OU=Hosting,DC=xdev,DC=com.&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Provisioning.Providers.Exchange2007Provider.Workers.DirectoryServicesCalls.GetOwningOrgDE(String preferredDomainController, DirectoryEntry targetDE)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Provisioning.Providers.Exchange2007Provider.Workers.ProviderService.CreateResourceMailboxDetail(CreateResourceMailbox_Request request)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Provisioning.Providers.Exchange2007Provider.Provider.CreateResourceMailbox(XmlDocument xdRawRequest)&lt;/p&gt;
&lt;p&gt;For more information, see Help and Support Center at &lt;a href="http://go.microsoft.com/fwlink/events.asp"&gt;http://go.microsoft.com/fwlink/events.asp&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Am I the only one seeing this problem? Any solution or suggestions are highly appreciated!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Lars&lt;/p&gt;</description></item><item><title>Can someone explain to me whats is MPS and HMC?</title><link>http://forums.asp.net/thread/3470640.aspx</link><pubDate>Thu, 22 Oct 2009 01:55:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3470640</guid><dc:creator>SANATA</dc:creator><author>SANATA</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/3470640.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3470640</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Can someone explain to me whats is MPS and HMC? Are they come together? Whats the difference?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description></item><item><title>OCS Error Createsipuser</title><link>http://forums.asp.net/thread/3431941.aspx</link><pubDate>Tue, 29 Sep 2009 20:04:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3431941</guid><dc:creator>IvanJ</dc:creator><author>IvanJ</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3431941.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3431941</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;
&lt;p&gt;When i want to create a sip user in HMC 4.5 for OCS i get the following error (sampleUI:&lt;/p&gt;
&lt;p&gt;&lt;span id="servicemodules_hostedocs_ocscreatesipuser_ascx_lblErrorMessage"&gt;No available pool was found for this user. Please supply the &amp;#39;poolFQDN&amp;#39; parameter.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When i do a manual provtest createsipuser.xml it&amp;#39;s provisions correctly. So basically my provisioning works ok when i do a manual createsipuser.xml but not trought Sample UI....&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;where can i supply the pool FQDN paramter&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;IVan&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Can't creat mailbox in HMC 4.0: The object exists. Cmdlet='New-OfflineAddressBook' DomainController...</title><link>http://forums.asp.net/thread/3473031.aspx</link><pubDate>Fri, 23 Oct 2009 04:15:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3473031</guid><dc:creator>SANATA</dc:creator><author>SANATA</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3473031.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3473031</wfw:commentRss><description>&lt;p&gt;I don&amp;#39;t undertand why suddently I can&amp;#39;t create mailbox anymore in HMC 4.0 and getting this error:&lt;/p&gt;
&lt;p&gt;Create Mailbox&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp; &lt;br /&gt;The object exists. Cmdlet=&amp;#39;New-OfflineAddressBook&amp;#39; DomainController=&amp;#39;AD01.lab.net&amp;#39; Name=&amp;#39;Labo OAL&amp;#39;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>MPS Deploy problems - Stuck in Hosted Exchange</title><link>http://forums.asp.net/thread/3467998.aspx</link><pubDate>Tue, 20 Oct 2009 19:34:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3467998</guid><dc:creator>mhugo</dc:creator><author>mhugo</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3467998.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3467998</wfw:commentRss><description>&lt;p&gt;Im trying to deploy the Exchange Provisioning Configuration and mps has been trying to &amp;quot;Configure Exchange Address List Security&amp;quot; for like three hours now.&lt;/p&gt;&lt;p&gt;Anybody knows whats up or what I can to to get further.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>MSI log returned non-zero error code 1603</title><link>http://forums.asp.net/thread/3455774.aspx</link><pubDate>Tue, 13 Oct 2009 13:02:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3455774</guid><dc:creator>alban.l</dc:creator><author>alban.l</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/3455774.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3455774</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Hello,&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;I want to test HMC 4.5 in 1 server only. I&amp;#39;ve allready starte the deployment but when I want Install &amp;quot;Plan Manager Database&amp;quot; I have an error :&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;&amp;nbsp; Exception: Microsoft.Provisioning.DeploymentTool.Engine.DeploymentExceptionDeploymentFailed&lt;br /&gt;HResult: -2146233088&lt;br /&gt;Message: Deployment interrupted because of a failure. See inner exception.&lt;br /&gt;&lt;br /&gt;Stack Trace:&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Provisioning.DeploymentTool.Engine.Deployment.DoDeploymentWork()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Provisioning.DeploymentTool.MainForm.ExecuteDeploymentSlice()&lt;br /&gt;&lt;br /&gt;--------------------&lt;br /&gt;&lt;br /&gt;Inner Exception (1): System.Exception&lt;br /&gt;HResult: -2146233088&lt;br /&gt;Message: MSI log returned non-zero error code 1603&lt;br /&gt;&lt;br /&gt;Stack Trace:&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Provisioning.DeploymentTool.Engine.MsiDeploymentAction.CheckForFinished()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Provisioning.DeploymentTool.Engine.DeploymentAction.Update()&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;b&gt;In the log file I have :&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;Property(S): PrimaryVolumeSpaceRemaining = 0&lt;br /&gt;Property(S): SOURCEDIR = \\TEST\MSIShare\&lt;br /&gt;Property(S): SourcedirProduct = {113FB8CF-5FC7-4FF9-B8DF-A1A04373D193}&lt;br /&gt;Property(S): ProductToBeRegistered = 1&lt;br /&gt;=== Logging stopped: 13/10/2009&amp;nbsp; 12:20:24 ===&lt;br /&gt;MSI (s) (50:88) [12:20:24:174]: Note: 1: 1707 &lt;br /&gt;MSI (s) (50:88) [12:20:24:190]: Product: MPS XML File Provider Build 4.5.228.0 -- Installation operation completed successfully.&lt;br /&gt;&lt;br /&gt;MSI (s) (50:88) [12:20:24:205]: Cleaning up uninstalled install packages, if any exist&lt;br /&gt;MSI (s) (50:88) [12:20:24:236]: MainEngineThread is returning 0&lt;br /&gt;MSI (s) (50:18) [12:20:24:361]: Destroying RemoteAPI object.&lt;br /&gt;MSI (s) (50:10) [12:20:24:361]: Custom Action Manager thread ending.&lt;br /&gt;MSI (c) (2C:18) [12:20:24:393]: Decrementing counter to disable shutdown. If counter &amp;gt;= 0, shutdown will be denied.&amp;nbsp; Counter after decrement: -1&lt;br /&gt;MSI (c) (2C:18) [12:20:24:393]: MainEngineThread is returning 0&lt;br /&gt;=== Verbose logging stopped: 13/10/2009&amp;nbsp; 12:20:24 ===&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Ideas ???&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Thx&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/p&gt;</description></item><item><title>Requirements for HMC 4.5 and MPS deployment tool</title><link>http://forums.asp.net/thread/3453516.aspx</link><pubDate>Mon, 12 Oct 2009 10:06:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3453516</guid><dc:creator>alban.l</dc:creator><author>alban.l</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3453516.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3453516</wfw:commentRss><description>&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;Can I deploy HMC 4.5 with MPS deployement tool in
French Windows and French Exchange ??? Because i have many problems
with the name of groups and users!&lt;/p&gt;&lt;p&gt;
THX&lt;/p&gt;</description></item><item><title>Reconnect mailbox but can't reconnect with Outlook: can't find user in adr list</title><link>http://forums.asp.net/thread/3446921.aspx</link><pubDate>Thu, 08 Oct 2009 04:50:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3446921</guid><dc:creator>SANATA</dc:creator><author>SANATA</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/3446921.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3446921</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;We have Exchange 2007 CCR and offer hosting service. &lt;br /&gt;&lt;br /&gt;All users are created by the limited interface HMC.&lt;br /&gt;&lt;br /&gt;My prob is:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;When I disable a user and reconnect it from Exchange management console, I can&amp;#39;t reconnect his Outlook to Exchange server anymore. I always get a msg says that it can&amp;#39;t find user in adr list:&amp;quot;&lt;strong&gt;The name cannot be matched to a name in address list.&lt;/strong&gt;&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I know that hosting mode it very special, everything should be done by HMC but HMC options are limited that&amp;#39;s why I did it by EMC.&lt;br /&gt;&lt;br /&gt;Anybody can help?&lt;/p&gt;</description></item><item><title>Autodiscover redirect, certificate and ISA question</title><link>http://forums.asp.net/thread/3432670.aspx</link><pubDate>Wed, 30 Sep 2009 07:37:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3432670</guid><dc:creator>vangoorb</dc:creator><author>vangoorb</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3432670.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3432670</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;i&amp;#39;ve setup a test HMC 4.5 installation using the technet guide using defaults, then added an isa 2006 server in de mix, now during testing I&amp;#39;m experiencing some certificate name mismatches, &amp;nbsp;whilst testing outlook 2007 using the autodiscover configuration.&lt;/p&gt;&lt;p&gt;for example, i&amp;#39;ve setup autodiscover.democustomer.com to be a c-name for autodiscoverredirect.hostingcompany.com. and created a test user in for the democustomer.&lt;/p&gt;&lt;p&gt;on configuring outlook 2007 i&amp;#39;ll get a security alert that there is a mismatch of the name on the certificate. I see on the alert the name autodiscover.democustomer.com and on the view certificate tab i&amp;#39;ll get the name autodiscover.hostingcompany.com&lt;/p&gt;&lt;p&gt;then after clicking yes to proceed it all works fine but at an interval whilst working with outlook you&amp;#39;ll get te name mismatch popup&lt;/p&gt;&lt;p&gt;What is going on ?&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;p&gt;Bas&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>What is the Best Development Environment for MPS?</title><link>http://forums.asp.net/thread/3430266.aspx</link><pubDate>Tue, 29 Sep 2009 04:24:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3430266</guid><dc:creator>Markus OReilly</dc:creator><author>Markus OReilly</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3430266.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3430266</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve been trying to figure out the best way to develop with the MPS SDK, but am having trouble figuring it out. &amp;nbsp;We have finished installing everything we need and now we just need to use it.&lt;/p&gt;&lt;p&gt;I had read in several places that you must install the SDK and develop for MPS on the server that has it installed and that you can&amp;#39;t merely install additional frameworks on a machine that has Visual Studio. &amp;nbsp;Unless I want to continuously develop on one of our servers and not on my work or home computer, it seems like the best way to go about it is to develop a service on one of our servers (such as a webservice?) and then develop apps that communicate with the MPS using that service. &amp;nbsp;Then we&amp;#39;d be able to develop the rest of our apps in a simpler environment that doesn&amp;#39;t need the MPS installed on it.&lt;/p&gt;&lt;p&gt;Am I way off base here?&lt;/p&gt;</description></item><item><title>MPS provider for BES in HMC4</title><link>http://forums.asp.net/thread/3414919.aspx</link><pubDate>Sat, 19 Sep 2009 20:03:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3414919</guid><dc:creator>carlosarroba</dc:creator><author>carlosarroba</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3414919.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3414919</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I´m goint to install BES 4.1 in our HMC4 platform, so I need an MPS provider for BES provisioning.&lt;/p&gt;&lt;p&gt;Where can I get the provider?&lt;/p&gt;&lt;p&gt;Can someone send me the provider, or tell me where to get it?&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;Carlos Arroba.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Error on Adding Resources </title><link>http://forums.asp.net/thread/3404330.aspx</link><pubDate>Mon, 14 Sep 2009 18:20:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3404330</guid><dc:creator>hishammcp</dc:creator><author>hishammcp</author><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/3404330.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=167&amp;PostID=3404330</wfw:commentRss><description>&lt;p&gt;Dear Guys,&lt;/p&gt;&lt;p&gt;We are running a consolidated
V3.5 architecture. i try to add resources pools to Resource Manger (as i am getting error resources full) using AddResources script and getting the following error message. Please advice. thanks in advance.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&amp;lt;response&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;errorContext description=&amp;quot;The specified resource instance already exists&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; code=&amp;quot;0xc2201bcd&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; executeSeqNo=&amp;quot;70&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;errorSource namespace=&amp;quot;CoreRMO&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure=&amp;quot;Add Resource Instance&amp;quot;/&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;errorSource namespace=&amp;quot;Exchange Resource Manager&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure=&amp;quot;AddMailStore_&amp;quot;/&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;errorSource namespace=&amp;quot;Exchange Resource Manager&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure=&amp;quot;AddExchangeResources&amp;quot;/&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/errorContext&amp;gt;&lt;br /&gt;&amp;lt;/response&amp;gt;&lt;/p&gt;</description></item></channel></rss>