...
To use the “synchronous” mode, please make sure the appropriate moving_global.config_setting_value
has been activated. Set the /wiki/spaces/IKB/pages/2165997571 values to true.
You can use the following SQL query to see all import task modes:
Code Block |
---|
SELECT d.name, p.serialized_value FROM moving_appcustomer_900000.taskscheduler_task_params as p
join taskscheduler_task_definition as d
on p.taskscheduler_task_definition_id = d.id
where p.type = "iTsense.Moving.Backend.Common.TaskScheduler.TaskMode, iTsense.Moving.Backend.Common"; |