missing-anchor-value Error using PowerShell MA (Soren Granfeldt)

Hi Everyone,

I'm triying  to do a simple sinchronization using PowerShel MA (Soren Granfeld) v5.0. I've already configured the MA, but when I do a Full Import the Sync Engine sent me: missing-anchor-value. I configured the anchor attribute based on the blog PowerShel MA (Soren Granfeld).

Scheema Script

$obj = New-Object -Type PSCustomObject
$obj | Add-Member -Type NoteProperty -Name "Anchor-Id|String" -Value 1
$obj | Add-Member -Type NoteProperty -Name "objectClass|String" -Value "user"
$obj | Add-Member -Type NoteProperty -Name "AccountName|String" -Value "SG"
$obj | Add-Member -Type NoteProperty -Name "FirstName|String" -Value "Soren"
$obj | Add-Member -Type NoteProperty -Name "LastName|String" -Value "Granfeldt"
$obj | Add-Member -Type NoteProperty -Name "DisplayName|String" -Value "Soren Granfeldt"
$obj | Add-Member -Type NoteProperty -Name "Description|String" -Value "Standard User"
$obj

 Import Script

$obj = @{}
$Obj.Add("Id", "1")
$obj.Add("LastName","Cas")
$obj.Add("[DN]","2")
$obj.Add("AccountName","rodcas")
$obj.Add("FirstName","Rod")
$obj.Add("DisplayName","Rod Cas")
$obj.Add("Description","IT")
$obj

Anyone can help me please?

Thanks in advance,



  • Edited by Axlrod86 14 hours 17 minutes ago
January 21st, 2014 4:32pm

Hi everyone!

I have the same issue?

Regards

Free Windows Admin Tool Kit Click here and download it now
January 21st, 2014 6:40pm

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

Other recent topics Other recent topics