I am attempting to import some test data but the Totara Sync (ran from cli) fails with this error:
Running totara_sync cron...!!! Error writing to database !!!
Potential coding error - existing temptables found when disposing database. Must be dropped!
The following fictitious csv data causes it to error:
"idnumber","timemodified","username","delete","firstname","lastname","email","city","country"
"1001","1349360516","lucile.herman","0","Lucile","Herman","lucile.herman@example.com","North Laviniachester","US"
I haven't been able to get any user import to work via Totara Sync. I have attempted to recheck the csv as well as the user CSV source settings. The current user CSV source settings are:
The current config requires a CSV file with the following structure:
"idnumber","timemodified","username","delete","firstname","lastname","email","city","country"
The sync log just says "sync started" but that is it, and nothing actually gets imported.
I have triple checked my work so I hope I am not missing something silly.