i try to harvest data from Koha, and i got 45000 records harvested, but its'nt all of data i have, so i try again and i got this message sudo -E php /usr/local/vufind/harvest/harvest_oai.php Processing Koha24... Found saved state; attempting to resume. HTTP Error 504 Completed with 1 error(s) -- 1 source(s) processed. anybody can help me?
An HTTP 504 error is a "gateway timeout." This type of error is usually reported by a network device (like a load balancer, for example) that sits between the client and the server; it is reporting that the server is not responding for some reason. This seems to point to something going wrong in your Koha environment. I would suggest checking Koha logs for errors, and reaching out to the Koha community for support if you need further assistance. (My own expertise is with VuFind, so I can't be of very much help with the specifics of Koha debugging). Good luck!
i try to harvest data from Koha, and i got 45000 records harvested, but its'nt all of data i have, so i try again and i got this message
sudo -E php /usr/local/vufind/harvest/harvest_oai.php
Processing Koha24...
Found saved state; attempting to resume.
HTTP Error 504
Completed with 1 error(s) -- 1 source(s) processed.
anybody can help me?
An HTTP 504 error is a "gateway timeout." This type of error is usually reported by a network device (like a load balancer, for example) that sits between the client and the server; it is reporting that the server is not responding for some reason. This seems to point to something going wrong in your Koha environment. I would suggest checking Koha logs for errors, and reaching out to the Koha community for support if you need further assistance. (My own expertise is with VuFind, so I can't be of very much help with the specifics of Koha debugging). Good luck!