Hi,
The Installation Environment are One DC and one AD computer.
The error is as follows.
The code error is as follows.
错误:
运行"$error.Clear();
install-ExchangeSchema -LdapFileName ($roleInstallPath + "Setup\Data\"+$RoleSchemaPrefix + "schema0.ldf")
"时生成以下错误:"Microsoft.Exchange.Configuration.Tasks.TaskException: 运行'ldifde.exe'以导入架构文件'C:\Windows\Temp\ExchangeSetup\Setup\Data\PostWindows2003_schema0.ldf'时出错。错误代码为: 8224。在错误文件'C:\Users\administrator.ICODE\AppData\Local\Temp\ldif.err'中可以找到详细信息。
在 Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
在 Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.ImportSchemaFile(String schemaMasterServer, String schemaFilePath, String macroName, String macroValue, WriteVerboseDelegate writeVerbose)
在 Microsoft.Exchange.Management.Deployment.InstallExchangeSchema.InternalProcessRecord()
在 Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__91_1()
在 Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)"。
The ldif log as follows.
The error on the server side is: 0x21a2 The FSMO role ownership cannot be verified because at least one replication partner has not been used to successfully replicate its directory partition.
Thanks.