Domanda

Ottengo un aggiornamento notturno di tutte le proprietà del profilo degli utenti tramite CSV.Vorrei configurare l'app di servizio del profilo utente da sincronizzare su quel CSV.Suppongo che questo non dovrebbe essere terribilmente difficile e probabilmente è stato fatto prima.Comunque il mio Google Fu non è all'altezza di tabacco e non riesco a trovare buoni esempi.Ho trovato alcuni esempi usando PowerShell Ma pensavo che l'utilizzo di BC e sincronizzazione potrebbe essere un'idea migliore.Qualcuno potrebbe aiutarmi a trovare un esempio di farlo in c #?

È stato utile?

Soluzione

Personally, I would use PowerShell. But, if you really must use BCS, look at the samples for creating a custom BSC Connector to XML, XLS, or CSV. There are several out there. Scot Hillier wrote the book and there are samples in there: http://www.amazon.com/Professional-Business-Connectivity-Services-SharePoint/dp/047061790X

Once you have the BCS connection working you then create a secondary sync connection in the UPA for your BCS import and identify the key, like email or username.

Note, you will still need an LDAP source for initially creating users.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top