Error Extending 2012 R2 AD Schema for Exchange 2013 RTM-CU6 (for Office 365 attributes)

Hello all,

I am a sysadmin at a 3 campus school, and am trying to extend our AD schema to include Exchange 2013 attributes so that we can configure groups synced to Office 365 using DirSync. However it keeps failing at the same point each time.

I have tried with RTM first, and then CU6, but I keep getting the same error and am unsure how to fix it.

"repadmin /showrepl" says that our 3 DCs are replicating with no issues, and I'm trying to extend the schema using an "Enterprise Admin"/"Schema Admin" account on our schema master DC.

Our domain/forest functional level is Server 2008R2, and we do not have an Exchange server set up already - if that helps.

The PowerShell error is:

PS C:\Users\rbbr\Desktop\Exchange> .\setup /PrepareSchema /IAcceptExchangeServerLicenseTerms

Welcome to Microsoft Exchange Server 2013 Cumulative Update 6 Unattended Setup
Copying Files...
File copy complete. Setup will now collect additional information needed for installation.

Performing Microsoft Exchange Server Prerequisite Check

    Prerequisite Analysis                                                                             COMPLETED

Configuring Microsoft Exchange Server

    Extending Active Directory schema                                                                 FAILED
     The following error was generated when "$error.Clear();
        install-ExchangeSchema -LdapFileName ($roleInstallPath + "Setup\Data\"+$RoleSchemaPrefix + "schema89.ldf")

" was run: "Microsoft.Exchange.Configuration.Tasks.TaskException: There was an error while running 'ldifde.exe' to impor
t the schema file 'C:\Windows\Temp\ExchangeSetup\Setup\Data\schema89.ldf'. The error code is: 8245. More details can be
found in the error file: 'C:\Users\rbbr\AppData\Local\Temp\ldif.err'
   at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object ta
rget, String helpUrl)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.ImportSchemaFile(String schemaMasterServer, String
schemaFilePath, String macroName, String macroValue, WriteVerboseDelegate writeVerbose)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePip
elineIfFailed)".


The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the
<SystemDrive>:\ExchangeSetupLogs folder.

And ldif.err says:

Entry DN: CN=ms-DS-GeoCoordinates-Altitude,CN=Schema,CN=Configuration,DC=kurnai,DC=lan
Add error on entry starting on line 452: Unwilling To Perform

The server side error is: 0x20bb Schema update failed: duplicate OID.

The extended server error is:

000020BB: SvcErr: DSID-032603C0, problem 5003 (WILL_NOT_PERFORM), data 8379


An error has occurred in the program

The schema attribute "CN=ms-DS-GeoCoordinates-Altitude,CN=Schema,CN=Configuration,DC=kurnai,DC=lan" does exist in the schema, but I don't know what to do or where to go from here.

Any assistance would be greatly appreciated.

  • Moved by Mahdi Tehrani Friday, March 20, 2015 4:30 AM related to Exhange
March 19th, 2015 11:52pm

I just tried .\setup /PrepareAD /OrganizationName:kurnaicollege /IAcceptExchangeServerLicenseTerms, and got the exact same error as above. 

Is there a way to delete the offending schema attributes, or to force its overwrite or something?

EDIT: I am also getting these eventvwr errors when running /PrepareAD, if it helps:

The description for Event ID 106 from source MSExchange Common cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

2
Proxy Instance Count
MSExchange ServiceProxyPool
The exception thrown is : System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.
   at System.Diagnostics.PerformanceCounter.InitializeImpl()
   at System.Diagnostics.PerformanceCounter.get_RawValue()
   at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.get_RawValue()
Last worker process info : Last worker process info not available!
Processes running while Performance counter failed to update: 
2756 vds
3540 NBBPassThruAuth_Helper
4168 dwm
1224 NBBPassThruAuth_Helper
776 MsMpEng
2940 dllhost
3924 NBBPassThruAuth_Helper
376 wininit
1556 dns
4900 taskhostex
368 csrss
2152 miiserver
756 dwm
1452 Microsoft.ActiveDirectory.WebServices
1704 conhost
1540 svchost
4492 conhost
740 LogonUI
3716 notepad
3888 WmiPrvSE
140 NBBPassThruAuth_Helper
1712 sqlservr
3484 msseces
916 svchost
1116 sqlwriter
1312 setup
1508 dfsrs
2492 explorer
520 svchost
712 WmiPrvSE
4388 mmc
2088 dfssvc
1692 MSOIDSVCM
704 conhost
960 svchost
304 csrss
4440 NBBPassThruAuth_Helper
3648 conhost
884 svchost
1080 vmtoolsd
3440 conhost
5012 NBBPassThruAuth_Helper
3632 dllhost
476 lsass
1852 NBBPassThruAuth
2836 svchost
4016 winlogon
468 services
3028 vmtoolsd
860 conhost
1644 MSOIDSVC
3416 conhost
852 conhost
2624 Microsoft.Online.DirSync.Scheduler
2820 svchost
4592 ServerManager
1236 iashost
636 svchost
2800 svchost
4768 ExSetup
1812 msdtc
1416 spoolsv
4760 NBBPassThruAuth_Helper
1016 svchost
1992 ntfrs
3368 powershell
608 svchost
1592 ismserv
3756 csrss
404 winlogon
204 smss
4 System
988 rdpclip
0 Idle
Performance Counters Layout information: FileMappingNotFoundException for category MSExchange ServiceProxyPool : Microsoft.Exchange.Diagnostics.FileMappingNotFoundException: Cound not open File mapping for name Global\netfxcustomperfcounters.1.0msexchange serviceproxypool. Error Details: 2
   at Microsoft.Exchange.Diagnostics.FileMapping..ctor(String name, Boolean writable)
   at Microsoft.Exchange.Diagnostics.PerformanceCounterMemoryMappedFile.Initialize(String fileMappingName, Boolean writable)
   at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetAllInstancesLayout(String categoryName)



the message resource is present but the message is not found in the string/message table

The description for Event ID 106 from source MSExchange Common cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

1
Average Latency
MSExchange ServiceProxyPool
The exception thrown is : System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.
   at System.Diagnostics.PerformanceCounter.InitializeImpl()
   at System.Diagnostics.PerformanceCounter.IncrementBy(Int64 value)
   at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.IncrementBy(Int64 incrementValue)
Last worker process info : Last worker process info not available!
Processes running while Performance counter failed to update: 
4136 NBBPassThruAuth_Helper
2756 vds
4168 dwm
1224 NBBPassThruAuth_Helper
776 MsMpEng
2940 dllhost
3924 NBBPassThruAuth_Helper
376 wininit
1556 dns
4900 taskhostex
368 csrss
2152 miiserver
756 dwm
4260 conhost
1452 Microsoft.ActiveDirectory.WebServices
1540 svchost
4488 conhost
740 LogonUI
3716 notepad
3888 WmiPrvSE
140 NBBPassThruAuth_Helper
1712 sqlservr
3484 msseces
916 svchost
1116 sqlwriter
1312 setup
1508 dfsrs
2492 explorer
2688 NBBPassThruAuth_Helper
520 svchost
3472 conhost
712 WmiPrvSE
4388 mmc
2088 dfssvc
1692 MSOIDSVCM
704 conhost
960 svchost
304 csrss
3648 conhost
884 svchost
1080 vmtoolsd
3836 WmiPrvSE
5012 NBBPassThruAuth_Helper
3632 dllhost
476 lsass
1852 NBBPassThruAuth
2836 svchost
4016 winlogon
468 services
3028 vmtoolsd
860 conhost
1644 MSOIDSVC
3416 conhost
852 conhost
2624 Microsoft.Online.DirSync.Scheduler
2820 svchost
4592 ServerManager
1236 iashost
4580 NBBPassThruAuth_Helper
636 svchost
2800 svchost
4768 ExSetup
1812 msdtc
1416 spoolsv
3776 NBBPassThruAuth_Helper
1016 svchost
1992 ntfrs
3368 powershell
608 svchost
1592 ismserv
3756 csrss
404 winlogon
204 smss
4 System
988 rdpclip
4436 conhost
0 Idle
Performance Counters Layout information: FileMappingNotFoundException for category MSExchange ServiceProxyPool : Microsoft.Exchange.Diagnostics.FileMappingNotFoundException: Cound not open File mapping for name Global\netfxcustomperfcounters.1.0msexchange serviceproxypool. Error Details: 2
   at Microsoft.Exchange.Diagnostics.FileMapping..ctor(String name, Boolean writable)
   at Microsoft.Exchange.Diagnostics.PerformanceCounterMemoryMappedFile.Initialize(String fileMappingName, Boolean writable)
   at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetAllInstancesLayout(String categoryName)



the message resource is present but the message is not found in the string/message table

The description for Event ID 106 from source MSExchange Common cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

1
Base for Average Latency
MSExchange ServiceProxyPool
The exception thrown is : System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.
   at System.Diagnostics.PerformanceCounter.InitializeImpl()
   at System.Diagnostics.PerformanceCounter.IncrementBy(Int64 value)
   at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.IncrementBy(Int64 incrementValue)
Last worker process info : Last worker process info not available!
Processes running while Performance counter failed to update: 
4136 NBBPassThruAuth_Helper
2756 vds
4168 dwm
1224 NBBPassThruAuth_Helper
776 MsMpEng
2940 dllhost
3924 NBBPassThruAuth_Helper
376 wininit
1556 dns
4900 taskhostex
368 csrss
2152 miiserver
756 dwm
4260 conhost
1452 Microsoft.ActiveDirectory.WebServices
1540 svchost
4488 conhost
740 LogonUI
3716 notepad
3888 WmiPrvSE
140 NBBPassThruAuth_Helper
1712 sqlservr
3484 msseces
916 svchost
1116 sqlwriter
1312 setup
1508 dfsrs
2492 explorer
2688 NBBPassThruAuth_Helper
520 svchost
3472 conhost
712 WmiPrvSE
4388 mmc
2088 dfssvc
1692 MSOIDSVCM
704 conhost
960 svchost
304 csrss
3648 conhost
884 svchost
1080 vmtoolsd
3836 WmiPrvSE
5012 NBBPassThruAuth_Helper
3632 dllhost
476 lsass
1852 NBBPassThruAuth
2836 svchost
4016 winlogon
468 services
3028 vmtoolsd
860 conhost
1644 MSOIDSVC
3416 conhost
852 conhost
2624 Microsoft.Online.DirSync.Scheduler
2820 svchost
4592 ServerManager
1236 iashost
4580 NBBPassThruAuth_Helper
636 svchost
2800 svchost
4768 ExSetup
1812 msdtc
1416 spoolsv
3776 NBBPassThruAuth_Helper
1016 svchost
1992 ntfrs
3368 powershell
608 svchost
1592 ismserv
3756 csrss
404 winlogon
204 smss
4 System
988 rdpclip
4436 conhost
0 Idle
Performance Counters Layout information: FileMappingNotFoundException for category MSExchange ServiceProxyPool : Microsoft.Exchange.Diagnostics.FileMappingNotFoundException: Cound not open File mapping for name Global\netfxcustomperfcounters.1.0msexchange serviceproxypool. Error Details: 2
   at Microsoft.Exchange.Diagnostics.FileMapping..ctor(String name, Boolean writable)
   at Microsoft.Exchange.Diagnostics.PerformanceCounterMemoryMappedFile.Initialize(String fileMappingName, Boolean writable)
   at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetAllInstancesLayout(String categoryName)



the message resource is present but the message is not found in the string/message table

The description for Event ID 4027 from source MSExchange ADAccess cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

ExSetup.exe
4768
Get Servers for kurnai.lan
TopologyClientTcpEndpoint (localhost)
3
System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://localhost:890/Microsoft.Exchange.Directory.TopologyService. The connection attempt lasted for a time span of 00:00:02.1106192. TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:890.  ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:890
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
   at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
   --- End of inner exception stack trace ---

Server stack trace: 
   at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
   at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
   at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
   at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at System.ServiceModel.ICommunicationObject.Open()
   at Microsoft.Exchange.Net.ServiceProxyPool`1.GetClient(Boolean useCache)
   at Microsoft.Exchange.Net.ServiceProxyPool`1.TryCallServiceWithRetry(Action`1 action, String debugMessage, WCFConnectionStateTuple proxyToUse, Int32 numberOfRetries, Boolean doNotReturnProxyOnSuccess, Exception& exception)

the message resource is present but the message is not found in the string/message table

The description for Event ID 106 from source MSExchange Common cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

2
Time in Resource per second
MSExchange Activity Context Resources
The exception thrown is : System.InvalidOperationException: The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly.
   at System.Diagnostics.PerformanceCounter.InitializeImpl()
   at System.Diagnostics.PerformanceCounter.get_RawValue()
   at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.get_RawValue()
Last worker process info : Last worker process info not available!
Processes running while Performance counter failed to update: 
2756 vds
4168 dwm
776 MsMpEng
2940 dllhost
376 wininit
1556 dns
4900 taskhostex
368 csrss
2152 miiserver
756 dwm
1452 Microsoft.ActiveDirectory.WebServices
1540 svchost
4488 conhost
740 LogonUI
3716 notepad
3888 WmiPrvSE
1712 sqlservr
3484 msseces
916 svchost
1116 sqlwriter
1312 setup
1508 dfsrs
2492 explorer
2688 NBBPassThruAuth_Helper
520 svchost
712 WmiPrvSE
2088 dfssvc
1692 MSOIDSVCM
960 svchost
304 csrss
4436 conhost
884 svchost
1080 vmtoolsd
3836 WmiPrvSE
4388 mmc
3632 dllhost
476 lsass
1852 NBBPassThruAuth
2836 svchost
4016 winlogon
468 services
3028 vmtoolsd
1644 MSOIDSVC
3416 conhost
2624 Microsoft.Online.DirSync.Scheduler
2820 svchost
4592 ServerManager
1236 iashost
636 svchost
2800 svchost
4768 ExSetup
1812 msdtc
1416 spoolsv
3776 NBBPassThruAuth_Helper
1016 svchost
1992 ntfrs
3368 powershell
608 svchost
1592 ismserv
3756 csrss
404 winlogon
204 smss
4 System
988 rdpclip
0 Idle
Performance Counters Layout information: FileMappingNotFoundException for category MSExchange Activity Context Resources : Microsoft.Exchange.Diagnostics.FileMappingNotFoundException: Cound not open File mapping for name Global\netfxcustomperfcounters.1.0msexchange activity context resources. Error Details: 2
   at Microsoft.Exchange.Diagnostics.FileMapping..ctor(String name, Boolean writable)
   at Microsoft.Exchange.Diagnostics.PerformanceCounterMemoryMappedFile.Initialize(String fileMappingName, Boolean writable)
   at Microsoft.Exchange.Diagnostics.ExPerformanceCounter.GetAllInstancesLayout(String categoryName)



the message resource is present but the message is not found in the string/message table

The description for Event ID 6 from source MSExchange CmdletLogs cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

Get-OrganizationRelationship
kurnai.lan/Kurnai/Morwell/Users/Techs/Robert Brandon
Local-Exchange Management Console-Unknown
4768 ExSetup.exe
34
00:00:00.0938055
View Entire Forest: 'True', Configuration Domain Controller: 'C-Server1.kurnai.lan', Preferred Global Catalog: 'C-Server1.kurnai.lan', Preferred Domain Controllers: '{ C-Server1.kurnai.lan }'
Microsoft.Exchange.Data.Directory.SystemConfiguration.OrgContainerNotFoundException: Couldn't find the Enterprise Organization container.
   at Microsoft.Exchange.Data.Directory.SystemConfiguration.ADSystemConfigurationSession.GetRootOrgContainer(String partitionFqdn, String domainController, NetworkCredential credential)
   at Microsoft.Exchange.Data.Directory.SystemConfiguration.ADSystemConfigurationSession.GetRootOrgContainerId(String partitionFqdn, String domainController, NetworkCredential credential)
   at Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.get_RootOrgContainerId()
   at Microsoft.Exchange.Configuration.Tasks.GetTenantADObjectWithIdentityTaskBase`2.InternalStateReset()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
ServerOperation
Ex31B4F7
False
0 objects execution has been proxied to remote server.
0
ActivityId: a2ea62f0-d687-4594-bb1a-bcd9642a6308
en-US

the message resource is present but the message is not found in the string/message table

The description for Event ID 6 from source MSExchange CmdletLogs cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

Get-OrganizationRelationship
kurnai.lan/Kurnai/Morwell/Users/Techs/Robert Brandon
Local-Exchange Management Console-Unknown
4768 ExSetup.exe
34
00:00:00.0312685
View Entire Forest: 'True', Configuration Domain Controller: 'C-Server1.kurnai.lan', Preferred Global Catalog: 'C-Server1.kurnai.lan', Preferred Domain Controllers: '{ C-Server1.kurnai.lan }'
Microsoft.Exchange.Data.Directory.SystemConfiguration.OrgContainerNotFoundException: Couldn't find the Enterprise Organization container.
   at Microsoft.Exchange.Data.Directory.SystemConfiguration.ADSystemConfigurationSession.GetRootOrgContainer(String partitionFqdn, String domainController, NetworkCredential credential)
   at Microsoft.Exchange.Data.Directory.SystemConfiguration.ADSystemConfigurationSession.GetRootOrgContainerId(String partitionFqdn, String domainController, NetworkCredential credential)
   at Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.get_RootOrgContainerId()
   at Microsoft.Exchange.Configuration.Tasks.GetTenantADObjectWithIdentityTaskBase`2.InternalStateReset()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
ServerOperation
Ex31B4F7
False
0 objects execution has been proxied to remote server.
0
ActivityId: a2ea62f0-d687-4594-bb1a-bcd9642a6308
en-US

the message resource is present but the message is not found in the string/message table

The description for Event ID 6 from source MSExchange CmdletLogs cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

Get-AcceptedDomain
kurnai.lan/Kurnai/Morwell/Users/Techs/Robert Brandon
Local-Exchange Management Console-Unknown
4768 ExSetup.exe
20
00:00:00
View Entire Forest: 'True', Configuration Domain Controller: 'C-Server1.kurnai.lan', Preferred Global Catalog: 'C-Server1.kurnai.lan', Preferred Domain Controllers: '{ C-Server1.kurnai.lan }'
Microsoft.Exchange.Data.Directory.SystemConfiguration.OrgContainerNotFoundException: Couldn't find the Enterprise Organization container.
   at Microsoft.Exchange.Data.Directory.SystemConfiguration.ADSystemConfigurationSession.GetRootOrgContainer(String partitionFqdn, String domainController, NetworkCredential credential)
   at Microsoft.Exchange.Data.Directory.SystemConfiguration.ADSystemConfigurationSession.GetRootOrgContainerId(String partitionFqdn, String domainController, NetworkCredential credential)
   at Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.get_RootOrgContainerId()
   at Microsoft.Exchange.Configuration.Tasks.GetTenantADObjectWithIdentityTaskBase`2.InternalStateReset()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
ServerOperation
Ex31B4F7
False
0 objects execution has been proxied to remote server.
0
ActivityId: a2ea62f0-d687-4594-bb1a-bcd9642a6308
en-US

the message resource is present but the message is not found in the string/message table

The description for Event ID 6 from source MSExchange CmdletLogs cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

Get-AcceptedDomain
kurnai.lan/Kurnai/Morwell/Users/Techs/Robert Brandon
Local-Exchange Management Console-Unknown
4768 ExSetup.exe
20
00:00:00
View Entire Forest: 'True', Configuration Domain Controller: 'C-Server1.kurnai.lan', Preferred Global Catalog: 'C-Server1.kurnai.lan', Preferred Domain Controllers: '{ C-Server1.kurnai.lan }'
Microsoft.Exchange.Data.Directory.SystemConfiguration.OrgContainerNotFoundException: Couldn't find the Enterprise Organization container.
   at Microsoft.Exchange.Data.Directory.SystemConfiguration.ADSystemConfigurationSession.GetRootOrgContainer(String partitionFqdn, String domainController, NetworkCredential credential)
   at Microsoft.Exchange.Data.Directory.SystemConfiguration.ADSystemConfigurationSession.GetRootOrgContainerId(String partitionFqdn, String domainController, NetworkCredential credential)
   at Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.get_RootOrgContainerId()
   at Microsoft.Exchange.Configuration.Tasks.GetTenantADObjectWithIdentityTaskBase`2.InternalStateReset()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
ServerOperation
Ex31B4F7
False
0 objects execution has been proxied to remote server.
0
ActivityId: a2ea62f0-d687-4594-bb1a-bcd9642a6308
en-US

the message resource is present but the message is not found in the string/message table
The description for Event ID 6 from source MSExchange CmdletLogs cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

Install-ExchangeSchema
-LdapFileName "Setup\Data\schema89.ldf"
kurnai.lan/Kurnai/Morwell/Users/Techs/Robert Brandon
Local-Exchange Management Console-Unknown
4768 ExSetup.exe
98
00:00:02.1887925
View Entire Forest: 'True', Configuration Domain Controller: 'C-Server1.kurnai.lan', Preferred Global Catalog: 'C-Server1.kurnai.lan', Preferred Domain Controllers: '{ C-Server1.kurnai.lan }'
Microsoft.Exchange.Configuration.Tasks.TaskException: There was an error while running 'ldifde.exe' to import the schema file 'C:\Windows\Temp\ExchangeSetup\Setup\Data\schema89.ldf'. The error code is: 8245. More details can be found in the error file: 'C:\Users\rbbr\AppData\Local\Temp\ldif.err'
   at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.ImportSchemaFile(String schemaMasterServer, String schemaFilePath, String macroName, String macroValue, WriteVerboseDelegate writeVerbose)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
7
ExA2B06D
False
0 objects execution has been proxied to remote server.
0
ActivityId: f2ed251d-8d4a-480b-9b98-7b53d4adbcad
en-US

the message resource is present but the message is not found in the string/message table

The description for Event ID 6 from source MSExchange CmdletLogs cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

Install-ExchangeSchema
-LdapFileName "Setup\Data\schema89.ldf"
kurnai.lan/Kurnai/Morwell/Users/Techs/Robert Brandon
Local-Exchange Management Console-Unknown
4768 ExSetup.exe
98
00:00:00
View Entire Forest: 'True', Configuration Domain Controller: 'C-Server1.kurnai.lan', Preferred Global Catalog: 'C-Server1.kurnai.lan', Preferred Domain Controllers: '{ C-Server1.kurnai.lan }'
Microsoft.Exchange.Configuration.Tasks.TaskException: There was an error while running 'ldifde.exe' to import the schema file 'C:\Windows\Temp\ExchangeSetup\Setup\Data\schema89.ldf'. The error code is: 8245. More details can be found in the error file: 'C:\Users\rbbr\AppData\Local\Temp\ldif.err'
   at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.ImportSchemaFile(String schemaMasterServer, String schemaFilePath, String macroName, String macroValue, WriteVerboseDelegate writeVerbose)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
7
ExA2B06D
False
0 objects execution has been proxied to remote server.
0
ActivityId: f2ed251d-8d4a-480b-9b98-7b53d4adbcad
en-US

the message resource is present but the message is not found in the string/message table

The description for Event ID 6 from source MSExchange CmdletLogs cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

Install-ExchangeOrganization
-Industry "NotSpecified" -PrepareDomain "True" -DomainController "C-Server1.kurnai.lan" -ActiveDirectorySplitPermissions $null -PrepareOrganization "True" -PrepareSchema "True" -OrganizationName "kurnaicollege"
kurnai.lan/Kurnai/Morwell/Users/Techs/Robert Brandon
Local-Exchange Management Console-Unknown
4768 ExSetup.exe
31
00:03:01.8261106
View Entire Forest: 'True', Configuration Domain Controller: 'C-Server1.kurnai.lan', Preferred Global Catalog: 'C-Server1.kurnai.lan', Preferred Domain Controllers: '{ C-Server1.kurnai.lan }'
Microsoft.Exchange.Management.Deployment.ScriptExecutionException: The following error was generated when "$error.Clear(); 
	install-ExchangeSchema -LdapFileName ($roleInstallPath + "Setup\Data\"+$RoleSchemaPrefix + "schema89.ldf")

" was run: "Microsoft.Exchange.Configuration.Tasks.TaskException: There was an error while running 'ldifde.exe' to import the schema file 'C:\Windows\Temp\ExchangeSetup\Setup\Data\schema89.ldf'. The error code is: 8245. More details can be found in the error file: 'C:\Users\rbbr\AppData\Local\Temp\ldif.err'
   at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.ImportSchemaFile(String schemaMasterServer, String schemaFilePath, String macroName, String macroValue, WriteVerboseDelegate writeVerbose)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)". ---> Microsoft.Exchange.Configuration.Tasks.TaskException: There was an error while running 'ldifde.exe' to import the schema file 'C:\Windows\Temp\ExchangeSetup\Setup\Data\schema89.ldf'. The error code is: 8245. More details can be found in the error file: 'C:\Users\rbbr\AppData\Local\Temp\ldif.err'
   at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.ImportSchemaFile(String schemaMasterServer, String schemaFilePath, String macroName, String macroValue, WriteVerboseDelegate writeVerbose)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
   --- End of inner exception stack trace ---
7
Microsoft.Exchange.Configuration.Tasks.TaskException: There was an error while running 'ldifde.exe' to import the schema file 'C:\Windows\Temp\ExchangeSetup\Setup\Data\schema89.ldf'. The error code is: 8245. More details can be found in the error file: 'C:\Users\rbbr\AppData\Local\Temp\ldif.err'
   at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.ImportSchemaFile(String schemaMasterServer, String schemaFilePath, String macroName, String macroValue, WriteVerboseDelegate writeVerbose)
   at Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
   at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
Ex88D115
False
0 objects execution has been proxied to remote server.
0
ActivityId: f2ed251d-8d4a-480b-9b98-7b53d4adbcad
en-US

the message resource is present but the message is not found in the string/message table



Free Windows Admin Tool Kit Click here and download it now
March 22nd, 2015 5:39pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics