That’s going to require some investigation in the Connect logs. You might want to open a ticket with our Support team, they are used to this kind of stuff.
But you can already take a peek at the DataMapper log (C:\Users\[USER]\Connect\logs\Datamapperengine
) after running one of those jobs and see if you can find anything in there. Normally, after having run a DM operation, the log contains something like:
[2023-11-10 07:43:10,271] INFO [IPC Input] com.objectiflune.datamining.engine.product.internal.DataminingEngineCommandProcessor.a(DataminingEngineCommandProcessor.java) Estimated number of records: 4 (Dm_1734)
[2023-11-10 07:43:10,311] INFO [IPC Input] com.objectiflune.datamining.engine.product.internal.DataminingEngineCommandProcessor.a(DataminingEngineCommandProcessor.java) PROGRESS: 25 (Cc_118)
[2023-11-10 07:43:10,333] INFO [IPC Input] com.objectiflune.datamining.engine.product.internal.DataminingEngineCommandProcessor.a(DataminingEngineCommandProcessor.java) PROGRESS: 50 (Cc_118)
[2023-11-10 07:43:10,347] INFO [IPC Input] com.objectiflune.datamining.engine.product.internal.DataminingEngineCommandProcessor.a(DataminingEngineCommandProcessor.java) PROGRESS: 75 (Cc_118)
[2023-11-10 07:43:10,399] INFO [IPC Input] com.objectiflune.datamining.engine.product.internal.DataminingEngineCommandProcessor.a(DataminingEngineCommandProcessor.java) DataMapper completed for datasetID: 3,278,351 (Dm_1733)
[2023-11-10 07:43:10,403] INFO [IPC Input] com.objectiflune.datamining.engine.product.internal.DataminingEngineCommandProcessor.a(DataminingEngineCommandProcessor.java) PROGRESS: 100 (Cc_118)
[2023-11-10 07:43:10,407] INFO [IPC Input] com.objectiflune.datamining.engine.product.internal.DataminingEngineCommandProcessor.run(i.java) DataMapper command completed (Dm_1708)
If you find that all jobs appear to complete properly on the DataMapper side, then the issue is likely to occur on the Workflow side when retrieving the results.