Hi
FYI, I was able to find the problem.
On Sunday, April 26, 2020, 11:05:03 AM EDT, [email protected]
<[email protected]> wrote:
Hi,
We have a Syncope task which imports users from a large (> 25000 lines) CSV
into a Syncope realm, and when we execute that task it is causing errors that
appear in the syncope-archetype/logs/core.log, and also we don't see a status
message/response when the task completes.
To be clear, it looks like the task is actually causing the users to be
imported into the Syncope realm, but then it fails to provide a status at the
end (we are assuming the status message is absent because of the errors that
are being thrown during the import).
When this happens, and we look at the core.log, it looks like there is a large
bunch of binary data at the beginning of the core.log file.
We have already altered the "message" column in the Syncope TaskExec table to
be "MEDIUMTEXT", so I was wondering is it possible that that either:
- There may be other columns in other tables that need to be changed from TEXT
to MEDIUMTEXT or- Maybe the 'message' column needs to be changed to LONGTEXT
instead of MEDIUMTEXT?
I am going to try to re-run after doing the latter, but can you all respond re.
the former? Are there other columns that need to be changed for large CSVs to
work?
Or, any other suggestions?
Thanks,Jim