First I want to express my appreciation for the quality of the information that I found here. It's really helping with the deployment of this solution, which is new to me.
I'm having a problem with the SampleprovisioningUI while trying to create smtp domain for the client organization. the response is:
The parent object for domain.com could not be found. Please check that Accepted Domains exists. Cmdlet='New-AcceptedDomain' DomainController='fshmcdc01.fshmc.local' DomainName='<domainname>' Name='<domainname>'
Thank you for the link. MX Records are in place, exchange is already set to accept this domain and messages are flowing well in and out. The problem I'm having is to make the MPS server get this domain mapped to the Client Organization under the reseller
account. it seams to me that for same reason the MPS Server isn't being able to confirm that this domain is on the exchange. Very curious behaviour since DNS settings on the MPS Server allow the correct identification of the MX Records... Still doing research
over here, if anybody has seeing something similar would really appreciate.
In fact I should have posted it in the first place. Sorry. Here is my scenario in detail:
I'm running a test environment with the following servers:
hmcdc01 (DC)
hmcmb01 (Exchange with MB, HT and CAS roles) no E.T.
hmcmps01 (both SQL and provisioning IIS)
Certainly not the best scenario, however this is a test environment. everything is working well apart from this functionality.
What I can do:
Log on and create new users, new organizations, assign plan to organization (objects on AD are created without problem)
The Issue:
While adding a SMTP domain to the organization on the SampleProvisioningUI or using provtest receive the error:
parent object for mydomainname.co.uk could not
be found. Please check that Accepted Domains exists.
Cmdlet='New-AcceptedDomain'
DomainController='hmcdc01.hmc.local'
DomainName='mydomainname.co.uk'
Name='mydomainname.co.uk'"
code="0x80131600"
executeSeqNo="26"
'mydomainname.co.uk' isn't the actual domain being inserted. just changed that for the post here. but the domain added is already showing with
get-accepteddomain.
Thank you for your guidance. I've in fact verified that the group Exchange Organization Administrators didn't contain the MPS Users. I've added the user names that I saw on the Traceview (IMPS20_"<MPSservername>" and MPSPrivAcct-30899).
However I'm still experiencing the issue.
Error is:
The parent object for mydomain.co.uk could not be found. Please check that Accepted Domains exists. Cmdlet='New-AcceptedDomain' DomainController='hmcdc01.hmc.local'
DomainName='mydomain.co.uk' Name='mydomain.co.uk'
Is there anything that has to be done apart from adding these accounts on
Exchange Organization Administrators ? Other thing that make me curious is that on trace view the requests show as
Submitted an Untrusted Request, is this normal?
Domain Group MSPExchangeAccts must be member of the group "Exchange Organization Administrators".
Also check if MPS server account is trusted for delegation.
Your problem is totally about Exchange configuration permissions in AD. This error happens when account, running New-AcceptedDomain, doesn't have enough rights on container CN=Accepted Domains,CN=Transport Settings,CN=your_Exchange_org,CN=Microsoft
Exchange,CN=Services,CN=Configuration,DC=your,DC=domain.
I was hoping that the next post would be only to say thank you, however... I’m still having a problem.
I’ve followed your advice and verified that
MSPExchangeAccts was not part of “Exchange Organization Administrators", this is now is addressed. I added the group as a member of “Exchange Organization Administrators".
I’ve also verified that my MPS server is trusted for delegation. (already was)
I’m not being able to check the permissions on the container (CN=Accepted Domains,CN=Transport Settings,CN=your_Exchange_org,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=your,DC=domain.)
as you mentioned. Would you please talk me through this item?
Another thing is, I’ve executed the Provtest createsmtpdomain.xml /x2 , and happens that even running under the administrator account and displaying as Trusted Request on TraceView the process
fails with the same error.
I'd suppose that the Administrator account (Enterprise admin, Schema Admin, and member of Exchange Organization Administrators) would do it... but nothing yet.
The error displayed is the same as previously.
C:\Program Files\Microsoft Hosting\Provisioning\Samples\Managed Email 2007>provtest createsmtpdomain.xml /x2
<response>
<errorContext description="The parent object for mydomain.co.uk could not be found. Please check that Accepted Dom
ains exists.
Cmdlet='New-AcceptedDomain'
DomainController='hmcdc01.hmc.local'
DomainName=mydomain.co.uk'
Name='mydomain.co.uk'"
code="0x80131600"
executeSeqNo="24">
Sorry for bothering you with this and thank very much for the help. Hopefully this will be resolved soon. Thing is I'm really unaware of the next necessary step here. Need your help :-)
KrausemPinhe...
Member
10 Points
14 Posts
Create SMTP Domain
Apr 08, 2008 11:44 AM|LINK
Hi There,
First I want to express my appreciation for the quality of the information that I found here. It's really helping with the deployment of this solution, which is new to me.
I'm having a problem with the SampleprovisioningUI while trying to create smtp domain for the client organization. the response is:
The parent object for domain.com could not be found. Please check that Accepted Domains exists. Cmdlet='New-AcceptedDomain' DomainController='fshmcdc01.fshmc.local' DomainName='<domainname>' Name='<domainname>'
The Error also happens if I try using provtest.
Would anybody please have any idea on this?
Thank you very much in Advance.
Krausem
thirumaran00...
Star
8284 Points
1729 Posts
Re: Create SMTP Domain
Apr 08, 2008 12:20 PM|LINK
Hi,
Go through this link it will help to you
http://www.msexchange.org/tutorials/MF010.html
With Friendly,
Thirumaran
KrausemPinhe...
Member
10 Points
14 Posts
Re: Create SMTP Domain
Apr 08, 2008 01:11 PM|LINK
Hi Thirumaran,
Thank you for the link. MX Records are in place, exchange is already set to accept this domain and messages are flowing well in and out. The problem I'm having is to make the MPS server get this domain mapped to the Client Organization under the reseller account. it seams to me that for same reason the MPS Server isn't being able to confirm that this domain is on the exchange. Very curious behaviour since DNS settings on the MPS Server allow the correct identification of the MX Records... Still doing research over here, if anybody has seeing something similar would really appreciate.
Thank you,
DmitriG
Contributor
4212 Points
1101 Posts
Re: Create SMTP Domain
Apr 08, 2008 01:21 PM|LINK
It will be nice if you will post what exactly you tried "using provtest".
Dmitri Gaikovoi
KrausemPinhe...
Member
10 Points
14 Posts
Re: Create SMTP Domain
Apr 08, 2008 02:21 PM|LINK
Hi Dmitri,
In fact I should have posted it in the first place. Sorry. Here is my scenario in detail:
I'm running a test environment with the following servers:
hmcdc01 (DC)
hmcmb01 (Exchange with MB, HT and CAS roles) no E.T.
hmcmps01 (both SQL and provisioning IIS)
Certainly not the best scenario, however this is a test environment. everything is working well apart from this functionality.
What I can do:
Log on and create new users, new organizations, assign plan to organization (objects on AD are created without problem)
The Issue:
While adding a SMTP domain to the organization on the SampleProvisioningUI or using provtest receive the error:
parent object for mydomainname.co.uk could not
be found. Please check that Accepted Domains exists.
Cmdlet='New-AcceptedDomain'
DomainController='hmcdc01.hmc.local'
DomainName='mydomainname.co.uk'
Name='mydomainname.co.uk'"
code="0x80131600"
executeSeqNo="26"
'mydomainname.co.uk' isn't the actual domain being inserted. just changed that for the post here. but the domain added is already showing with get-accepteddomain.
Trace view Returns:
Submiting a trusted request failed.
Time
04/08/2008 15:14:27.182
Tag
Engine
Log Level
5
Process ID
0xe14
Thread ID
0x528
Description
Entering CMapsProcessControllerTx::SubmitTrustedRequest
machine
FSHMCMPS01
Time
04/08/2008 15:14:27.212
Tag
Transaction Info
Log Level
4
Process ID
0xe14
Thread ID
0x528
Description
Passed-in XML Request
machine
HMCMPS01
request xml
-<request>
-<data>
<organization>LDAP://OU=Client Organization,OU=Reseller,OU=Hosting,DC=HMC,DC=Local</organization>
<preferredDomainController>hmcdc01.hmc.local</preferredDomainController>
<domainName>mydomain.co.uk</domainName>
</data>
-<procedure>
-<execute namespace="Hosted Email 2007" procedure="CreateSMTPDomain" impersonate="1">
<before source="data" destination="executeData" mode="merge" />
<after source="executeData" destination="data" mode="merge" />
</execute>
</procedure>
</request>
Time
04/08/2008 15:14:29.375
Tag
Engine
Log Level
2
Process ID
0xe14
Thread ID
0x528
Description
CMapsProcessControllerTx::SecuredProcessRequest Failed while executing Process Request
error
0x80131600
machine
HMCMPS01
Time
04/08/2008 15:14:29.375
Tag
Engine
Log Level
5
Process ID
0xe14
Thread ID
0x528
Description
Leaving CMapsProcessControllerTx::SubmitTrustedRequest HR=80131600
machine
HMCMPS01
__________
I've also tried removing the accepted domain prior to the submission of the request on SampleUI and provtest. however same results.
Domain is already sent on my DNS Servers with the appropriate MX records.
Once more thank you for the help.
DmitriG
Contributor
4212 Points
1101 Posts
Re: Create SMTP Domain
Apr 08, 2008 03:41 PM|LINK
Account, that is executing request doesn't have proper access rights over Exchange configuration in AD.
Dmitri Gaikovoi
KrausemPinhe...
Member
10 Points
14 Posts
Re: Create SMTP Domain
Apr 09, 2008 10:14 AM|LINK
Hi Dmitri,
Thank you for your guidance. I've in fact verified that the group Exchange Organization Administrators didn't contain the MPS Users. I've added the user names that I saw on the Traceview (IMPS20_"<MPSservername>" and MPSPrivAcct-30899). However I'm still experiencing the issue.
Error is:
Is there anything that has to be done apart from adding these accounts on Exchange Organization Administrators ? Other thing that make me curious is that on trace view the requests show as Submitted an Untrusted Request, is this normal?
Thank you very much once more.
KrausemPinhe...
Member
10 Points
14 Posts
Re: Create SMTP Domain
Apr 09, 2008 11:51 AM|LINK
Hi, just one quick thing.
I wonder if this has anything to do with this.
http://support.microsoft.com/kb/942100/
DmitriG
Contributor
4212 Points
1101 Posts
Re: Create SMTP Domain
Apr 09, 2008 01:37 PM|LINK
Domain Group MSPExchangeAccts must be member of the group "Exchange Organization Administrators".
Also check if MPS server account is trusted for delegation.
Your problem is totally about Exchange configuration permissions in AD. This error happens when account, running New-AcceptedDomain, doesn't have enough rights on container CN=Accepted Domains,CN=Transport Settings,CN=your_Exchange_org,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=your,DC=domain.
FYI. KB 942100 is obsolete and has nothing to do with your problem. http://forums.asp.net/t/1244672.aspx
Dmitri Gaikovoi
KrausemPinhe...
Member
10 Points
14 Posts
Re: Create SMTP Domain
Apr 09, 2008 03:12 PM|LINK
I was hoping that the next post would be only to say thank you, however... I’m still having a problem.
Another thing is, I’ve executed the Provtest createsmtpdomain.xml /x2 , and happens that even running under the administrator account and displaying as Trusted Request on TraceView the process fails with the same error.
I'd suppose that the Administrator account (Enterprise admin, Schema Admin, and member of Exchange Organization Administrators) would do it... but nothing yet.
The error displayed is the same as previously.
Sorry for bothering you with this and thank very much for the help. Hopefully this will be resolved soon. Thing is I'm really unaware of the next necessary step here. Need your help :-)
Thank you so much.