Hi all,
I get this error when i run the below snippet
MIM Version 4.6.607.0
Load the SharePoint Sync Module
Import-Module C:\SharePointSync\SharePointSync.psm1 -Force
Install the SharePoint Sync Configuration
Install-SharePointSyncConfiguration -Path C:\SharePointSync
-ForestDnsName litware.ca -ForestCredential (Get-Credential LITWARE\adSyncAccount)
-OrganizationalUnit 'ou=Litwarians,dc=Litware,dc=ca' -SharePointUrl http://SharePointServer:5555
-SharePointCredential (Get-Credential LITWARE\spUserProfileAdmin) `
-Verbose
There error message:
Import-MIISServerConfig : Metaverse Schema Error: Exception from HRESULT: 0x8023050A
At C:\SharePointSync\SharePointSync.psm1:155 char:5
Import-MIISServerConfig -Path $Path -Verbose
CategoryInfo : WriteError: (Microsoft.Direc...IISServerConfig:ImportMIISServerConfig) [Import-MIISServerConfig], ApplicationException
FullyQualifiedErrorId : Metaverse Schema Error: Exception from HRESULT: 0x8023050A, Microsoft.DirectoryServices.MetadirectoryServices.Config.ImportMIISServerConfig
Any help would be greatly appreciated
Hi all,
I get this error when i run the below snippet
MIM Version 4.6.607.0
There error message:
Any help would be greatly appreciated