I'm installing exchange 2010..
I've completed the setup /PrepareAD /OrganizationName: mycompany
And then executed setup /pad, but i'm getting the error below. Any help will be highly appreciated.
Thanks in advance.
J.Simbs
[06/10/2013 11:17:26.0438] [2] [ERROR] Active Directory operation failed on dc1.mycompany.local. This error is not retriable. Additional information: The parameter is incorrect.
Active directory response: 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1
[06/10/2013 11:17:26.0438] [2] [ERROR] The requested attribute does not exist.
[06/10/2013 11:17:26.0453] [2] Ending processing initialize-DomainPermissions
[06/10/2013 11:17:26.0453] [1] The following 1 error(s) occurred during task execution:
[06/10/2013 11:17:26.0453] [1] 0. ErrorRecord: Active Directory operation failed on dc1.mycompany.local. This error is not retriable. Additional information: The parameter is incorrect.
Active directory response: 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1
[06/10/2013 11:17:26.0453] [1] 0. ErrorRecord: Microsoft.Exchange.Data.Directory.ADOperationException: Active Directory operation failed on dc1.mycompany.local. This error is not retriable. Additional information: The parameter is incorrect.
Active directory response: 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1 ---> System.DirectoryServices.Protocols.DirectoryOperationException: The requested attribute does not exist.
at System.DirectoryServices.Protocols.LdapConnection.ConstructResponse(Int32 messageId, LdapOperation operation, ResultAll resultType, TimeSpan requestTimeOut, Boolean exceptionOnTimeOut)
at System.DirectoryServices.Protocols.LdapConnection.SendRequest(DirectoryRequest request, TimeSpan requestTimeout)
at Microsoft.Exchange.Data.Directory.PooledLdapConnection.SendRequest(DirectoryRequest request, LdapOperation ldapOperation, IAccountingObject budget, Nullable`1 clientSideSearchTimeout)
at Microsoft.Exchange.Data.Directory.ADSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request, ADObjectId originalId, Boolean emptyObjectSessionOnException)
--- End of inner exception stack trace ---
at Microsoft.Exchange.Data.Directory.ADSession.AnalyzeDirectoryError(PooledLdapConnection connection, DirectoryRequest request, DirectoryException de, Int32 totalRetries, Int32 retriesOnServer)
at Microsoft.Exchange.Data.Directory.ADSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request, ADObjectId originalId, Boolean emptyObjectSessionOnException)
at Microsoft.Exchange.Data.Directory.ADSession.Save(ADObject instanceToSave, IEnumerable`1 properties)
at Microsoft.Exchange.Management.Tasks.InitializeDomainPermissions.CreateOrFindMesoContainer(ADDomain dom)
at Microsoft.Exchange.Management.Tasks.InitializeDomainPermissions.InternalProcessRecord()
at Microsoft.Exchange.Configuration.Tasks.Task.ProcessRecord()
[06/10/2013 11:17:26.0453] [1] [ERROR] The following error was generated when "$error.Clear();
if ($RolePrepareAllDomains)
{
initialize-DomainPermissions -AllDomains:$true -CreateTenantRoot:($RoleIsDatacenter -or $RoleIsPartnerHosted);
}
elseif ($RoleDomain -ne $null)
{
initialize-DomainPermissions -Domain $RoleDomain -CreateTenantRoot:($RoleIsDatacenter -or $RoleIsPartnerHosted);
}
else
{
initialize-DomainPermissions -CreateTenantRoot:($RoleIsDatacenter -or $RoleIsPartnerHosted);
}
" was run: "Active Directory operation failed on dc1.mycompany.local. This error is not retriable. Additional information: The parameter is incorrect.
Active directory response: 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1".
[06/10/2013 11:17:26.0469] [1] [ERROR] Active Directory operation failed on dc1.mycompany.local. This error is not retriable. Additional information: The parameter is incorrect.
Active directory response: 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1
[06/10/2013 11:17:26.0469] [1] [ERROR] The requested attribute does not exist.
[06/10/2013 11:17:26.0469] [1] [ERROR-REFERENCE] Id=DomainGlobalConfig___27a706ffe123425f9ee60cb02b930e81 Component=EXCHANGE14:\Current\Release\Shared\Datacenter\Setup
[06/10/2013 11:17:26.0469] [1] Setup is stopping now because of one or more critical errors.
[06/10/2013 11:17:26.0469] [1] Finished executing component tasks.
[06/10/2013 11:17:26.0984] [1] Ending processing Install-ExchangeOrganization
[06/10/2013 11:17:26.0999] [0] The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.
[06/10/2013 11:17:27.0062] [0] End of Setup
[06/10/2013 11:17:27.0062] [0] **********************************************