Hi, Sorry, yes, that was it.
It has been a long time since I did that import. I think it was a two step process... Regards Alvaro |----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire Le mer. 8 juil. 2020 à 16:40, Heinz-Jürgen Oertel <[email protected]> a écrit : > Am Dienstag, 7. Juli 2020, 20:22:07 CEST schrieb Alvaro Cornejo: > > Hi, > > > > If you have imported the records through the upload tool of koha, you can > > remove those same records through the same tool. > > > > Regards, > > > > Alvaro > > Hi Alvaro, > > do you mean via > Tools-> Staged MARC record management > > ==> Managed staged MARC records, including completing and reversing imports > > to reverse the import? > > for some unknown reasons, this did not work > > Heinz > > > Le mar. 7 juil. 2020 à 12:32, Heinz-Jürgen Oertel <[email protected]> > a > > > > écrit : > > > Am Dienstag, 7. Juli 2020, 17:55:20 CEST schrieb [email protected] > : > > > > Well, it depends. > > > > > > to your first question. It is not a used running system yet. I just > used > > > it to > > > get familiar with it. The first import in a new biblio was not > successful, > > > not > > > the correct import data used. Now I like to empty it and import a new > > > export > > > from another system. > > > > > > > If you only have bibs and items loaded this should work: > > > > > > > > SET FOREIGN_KEY_CHECKS = 0; > > > > truncate biblio; > > > > truncate biblioitems; > > > > > > > > truncate items; > > > > truncate auth_header; > > > > truncate sessions; > > > > truncate zebraqueue; > > > > truncate biblio_metadata; > > > > SET FOREIGN_KEY_CHECKS = 1; > > > > > > I assume that are all data base commands to the biblio data base? > > > > > > > However, if you've had this as a living system with transactions you > > > > will > > > > also need to look at cleaning out a lot of other tables such as > > > > > > statistics, > > > > > > > issues, etc.... > > > > > > see above. > > > > > > Thanks and Greetings > > > > > > Heinz > > > > > > > > On Tue, Jul 7, 2020 at 11:17 AM Luis Moises Rojas < > > > > > > [email protected]> > > > > > > > wrote: > > > > > Hi, > > > > > That was my question a few days ago, and there is no way. > > > > > > > > > > I don't know if there is any answer now > > > > > > > > > > El mar., 7 de jul. de 2020 9:40 AM, Heinz-Jürgen Oertel < > > > > > > > > > > [email protected]> escribió: > > > > > > Hello > > > > > > > > > > > > I'm looking for a way to delete the complete content of a biblio > > > > > > > > > > instance, > > > > > > > > > > > not > > > > > > the instance itself in order to keep "Item types", "Patron > > > > > > categories" > > > > > > > > etc. > > > > > > > > > > > Any hint is very welcome. After deleting the content,, I want to > > > > > > import > > > > > > > > > new > > > > > > data via marcxml import. > > > > > > > > > > > > Greetings > > > > > > > > > > > > Heinz > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > Koha mailing list http://koha-community.org > > > > > > [email protected] > > > > > > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha > > > > > > > > > > _______________________________________________ > > > > > > > > > > Koha mailing list http://koha-community.org > > > > > [email protected] > > > > > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha > > > > > > -- > > > mit freundlichen Grüßen aus Halle (Saale) > > > > > > Heinz-Jürgen Oertel > > > > > > _______________________________________________ > > > > > > Koha mailing list http://koha-community.org > > > [email protected] > > > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha > > > -- > mit freundlichen Grüßen aus Halle (Saale) > Heinz-Jürgen Oertel > > > _______________________________________________ Koha mailing list http://koha-community.org [email protected] Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

