Configure BlackBerry AtHoc User Sync Client components
BlackBerry AtHoc
User Sync Client componentsThe
BlackBerry AtHoc
User Sync Client consists of the following components:
- Data adapter: Accesses the data source, either .csv or LDAP, to obtain information that is specified by the configuration.
- Data processor: Uses the XSLT to transform XML data into aBlackBerry AtHoc-friendly format and prepares data for the web API data synchronizer.
- Web API data synchronizer: Sends data to theBlackBerry AtHocweb API. User data is split into several web API packages to adapt the capability of the web API interface.
- If required, configure system wide settings for SMTP email and Proxy settings in the configuration file.
- Set the log file folder path. Decide if you want to save the interim XML files. You should use the “false” value for the <deleteInterimFiles> node for first time integration.
- Disable all sections by setting the “enabled” attribute to “false”. This configuration enables you to test each component separately by enabling them as required.
- Configure the data adapter section of the integration file under the <dataAdapter> node. Set the "enable" attribute on the <dataAdapter> node to “true”. Configure any other nodes under this node according to the requirements.
- Run theAtHocDataIntegrator.exefile.
- Check the XML output file produced by the data integrator.
- If everything looks good in the XML output, create a new XSLT file to write the transformation logic for the file generated by the data integrator.
- Specify the file path to the XSLT file.
- Run theAtHocDataIntegrator.exefile again.
- Check the XML output file produced by data processor.
- Configure <dataSynchronizer> node according to requirements.
- Set the “enable” attribute to “true.”
- Run theAtHocDataIntegrator.exefile again.
- If everything is correct, the users, hierarchies, and distribution lists should be synchronized correctly.
For more information about configuring the
BlackBerry AtHoc
User Sync Client for a .csv or LDAP data source, see Configure the data integration file.