Generating old reports after importing old logs (back to 2005)

Hello
I’ve “refilled” Matomo with old data (back to 2005) from different logs (by calling Tracking-API with “cdt” parameter for the correct date/time)
Then I invalidated all reports with the “Invalidate historical reports”-plugin.
But no report data more than 2 years back is generated.
Any hints how to force rebuild for older data ?

BTW: Has anyone a documentation for the PHP cron archiver ?
I don’t have access to the console of the server running Matomo

Thank you
Alex

Nobody with an idea ???
How did others recreate reports after import of server logs with Phyton Script ?
They should have the same issue as me !?

Analyzed code fpr “CronArchive.php” and set some paramters directly - without success
Restricted to process only weeks, month and years and only for the year 2005.
But no reports or eCommerce items for 2005

INFO CoreAdminHome[2020-04-24 05:16:45 UTC] [3cc20] START
INFO CoreAdminHome[2020-04-24 05:16:45 UTC] [3cc20] Starting Matomo reports archiving...
INFO CoreAdminHome[2020-04-24 05:16:45 UTC] [3cc20] Old report was invalidated for website id 1
INFO CoreAdminHome[2020-04-24 05:16:45 UTC] [3cc20] Will pre-process for website id = 1, period = week, date = 2005-01-31,2005-12-31
INFO CoreAdminHome[2020-04-24 05:16:45 UTC] [3cc20] - pre-processing all visits
INFO CoreAdminHome[2020-04-24 05:17:07 UTC] [3cc20] Archived website id = 1, period = week, 0 segments, 0 visits in weeks included in: 2005-01-31,2005-12-31, Time elapsed: 21.241s
INFO CoreAdminHome[2020-04-24 05:17:07 UTC] [3cc20] Will pre-process for website id = 1, period = month, date = 2005-01-31,2005-12-31
INFO CoreAdminHome[2020-04-24 05:17:07 UTC] [3cc20] - pre-processing all visits
INFO CoreAdminHome[2020-04-24 05:17:09 UTC] [3cc20] Archived website id = 1, period = month, 0 segments, 0 visits in months included in: 2005-01-31,2005-12-31, Time elapsed: 1.904s
INFO CoreAdminHome[2020-04-24 05:17:09 UTC] [3cc20] Will pre-process for website id = 1, period = year, date = 2005-01-31,2005-12-31
INFO CoreAdminHome[2020-04-24 05:17:09 UTC] [3cc20] - pre-processing all visits
INFO CoreAdminHome[2020-04-24 05:17:09 UTC] [3cc20] Archived website id = 1, period = year, 0 segments, 0 visits in years included in: 2005-01-31,2005-12-31, Time elapsed: 0.561s
INFO CoreAdminHome[2020-04-24 05:17:09 UTC] [3cc20] Archived website id = 1, 3 API requests, Time elapsed: 23.710s [1/1 done]
INFO CoreAdminHome[2020-04-24 05:17:09 UTC] [3cc20] Done archiving!

Need more ideas !
Greetz
Alex

Found solution - posted in German Forum
Keine Daten älter als 1 Jahr nach Import von alten Logs