Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import-MIISServerConfig : Metaverse Schema Error: Exception from HRESULT: 0x8023050A #295

Open
hasankoroglu opened this issue May 25, 2022 · 0 comments

Comments

@hasankoroglu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant