Re: [Koha] Error with check in. id in two tables
Hi Tom Always CC the list so everybody can benefit from the discusion. You can either run in directly on mysql or in Koha's report tool. Regards, Alvaro |-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com 2018-04-14 3:42 GMT-05:00 Tom Obrien <tobrienu@gmail.com>:
Dear Avaro, I installed Koha 17.11 on Ubuntu using the ubuntu packages and migrated data from Koha 3.6 and encountered the same problem you described. From the instruction you provided, where do I place the commands below. : *Select * from old_issues where issue_id IN (<paste ID's here>)* Is it at the root terminal or from mysql terminal? a step by step instruction to a novice like me will help. Kindly assist and thank in advance. Tom
Will be grateful for your help.
On Thu, Jan 11, 2018 at 2:57 AM, Alvaro Cornejo <cornejo.alvaro@gmail.com> wrote:
Hi Clint,
It worked. Thanks!!
<https://www.avast.com/sig-email?utm_medium=email&utm_source =link&utm_campaign=sig-email&utm_content=webmail> Libre de virus. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source =link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
|----------------------------------------------------------- ------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com
2018-01-10 17:41 GMT-05:00 clint.deckard <clint.deckard@frontiers.co.nz>:
Alvaro, details about this issue can be found here https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix
At this stage probably the best way to correct the immediate problem would be to delete the entry in the old_issues table. Pedro Amorin recently posted the following which may assist you; "1) Copy the ID's under *Checkouts* from About Koha -> System Information
2) *Select * from old_issues where issue_id IN (<paste ID's here>)* Confirm the listed rows are the ones you want to delete;
3) *Delete from old_issues where issue_id IN (<paste ID's here>);*
4) Check in items and be happy."
Thank you to Pedro.
Although this fixes the immediate problem you will still have to address the reason that it occurred and that will depend on the version and install method of your Koha.
Clint Deckard.
Alvaro Cornejo wrote:
Hi
I have an item that I can not return (Check in) . It gaves me the error ¨Unable to check in¨
If I go to About/System information I have the following note:
The following ids exist in both issues and old_issues tables: 1
How can I fix this?
Thanks,
Alvaro
|----------------------------------------------------------- ------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com
2018-01-09 8:04 GMT-05:00 Jonathan Druart < jonathan.druart@bugs.koha-community.org>:
Hi Daniel,
Take a look at /etc/mysql/koha-common.cnf, you should see the
koha-create is going to use to create the Koha database (not root).
Regards, Jonathan
On Tue, 9 Jan 2018 at 03:28 Daniel Owens <dcowens76@gmail.com> wrote:
I am moving our library to a new server with Ubuntu 16.04. Following
credentials the
instructions at https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages, I installed MariaDB instead of MySQL.
When I run: sudo koha-create --create-db koha_library
The result is: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
I'd been wrestling with this problem for awhile before I got to this point because I got similar messages when trying to configure phpmyadmin. I can run "mysql -u root -p". However, just "mysql -u root" fails with the above message as well. Is there a way to tell koha-create to run using a password? Or am I missing something?
I am hoping someone has a quick solution.
Daniel _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
<https://www.avast.com/sig-email?utm_medium=email&utm_source =link&utm_campaign=sig-email&utm_content=webmail> Libre de virus. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source =link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (1)
-
Alvaro Cornejo