Best practice forum (Archived)

SAP Totara LMS v1.1 Integration

 
Amir Elion
Re: SAP Totara LMS v1.1 Integration
by Amir Elion - Friday, 15 June 2012, 12:36 AM
 
The initial data import did create the hierarchies on Totara, but it's actually the same script we use to update the deltas of users - because we also check for hierarchy update in user update.

I think we used a variation of a special script shared here to update the data. It's not available as authentication via admin.

The updates are done using cron tasks that call the relevant scripts we wrote. This is done every few minutes for near real time data and daily for less critical data.
I know Moodle 2.x has better support for real time web service communication.
Amir