LDAP: Not all AD Attributes get imported

Alex125
Giga Expert

We like to import data from AD to our User table. And the next Attributes we like to import from AD: sAMAccountName,mail,telephoneNumber,mobile,home,Phone,employeeID

But the only ones we get of that list is sAMAccountName,mail. The rest of that list is not get imported but when we do browsing within ServiceNow I can see them. So there are available from AD/MID server

Off course try it with a empty table and a new table table and switched off   the filter but the same issue..  


Any ideas? We are now on Eureka version.


Browsing we see the AD Attributes   so connection is ok and can get it from AD

BrwoseLDAP.jpg


But after import:

ImportLDAP.jpg



1 ACCEPTED SOLUTION

Yes, the issue is that the import function sample only the first 20 records what it gets in to build the import table. As we import AD from the root the first 20 records had not all the data in them (also get the wrong length of fields etc.) So two options to resolve this.


- Point to OU that has all the data in the first 20 records


- Create those fields manual in the import table. Be sure you use the correct names



Also you need to check you fields format as that is not always correct. Like the source and DN field is only 40 characters long and that should be 255 (not that you ever use that but that is the standard for AD).



And never Clean the whole table as you loose the structure then, so you need to do all the work again..



Hope that helps you.


View solution in original post

15 REPLIES 15

The Import process does not create the columns if it does not get the data in for the first 20 records. That was the whole issue we had.