Hi all I am sher afzal Head Bahria University Libraries Islamabad Pakistan.
Recently we launch Koha 3.4.3 version successfully. I integrate all our sub campuses too on this version. We install this version in Linux Fedora on server. But now when I start the service of Mysql command :su ./start.sh The services could not run and show an error. Please help me to solve this issue Sher Afzal Head, Bahria University Libraries Naval Complex E-8 Islamabad -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Friday, January 27, 2012 4:00 AM To: [email protected] Subject: Koha Digest, Vol 75, Issue 57 Send Koha mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..." Today's Topics: 1. Re: processing of UNIMARC 100$a when importing bibliographic data (Fr?d?ric Demians) 2. Re: mysqldump issue with koha database (cjwalke) 3. Biblio deletion (library) 4. Re: Biblio deletion (Adalid Ortiz) ---------------------------------------------------------------------- Message: 1 Date: Thu, 26 Jan 2012 17:36:46 +0100 From: Fr?d?ric Demians <[email protected]> To: "Fabio T." <[email protected]> Cc: [email protected] Subject: Re: [Koha] processing of UNIMARC 100$a when importing bibliographic data Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Benvenuto Fabio, > 20030730d1968----km-y0itay0103----ba > but, after the import from Koha backend interface, it becomes > 20030730d1968----km-y0frey50 ----ba > (as you can see, cataloguing language is changed from "ita" to "fre", > > character sets from "01" and "03" to "50", and the whole string is 35 > > characters long instead of 36). During the import process, your biblio records are converted into UTF-8 encoding. That's the reason why 01 is transformed into 50. This is required. Otherwise, biblio records parsing inside Koha would fail. The transformation of 'ita' into 'fre' is not required. Koha could be modified to leave this 100 tag part unchanged. Take a look at C4/Charset.pm module: if you fix that you should submit a patch to the community. For tag length truncation, I have no idea... -- Fr?d?ric DEMIANS http://www.tamil.fr/u/fdemians.html ------------------------------ Message: 2 Date: Wed, 25 Jan 2012 14:11:39 -0800 (PST) From: cjwalke <[email protected]> To: [email protected] Subject: Re: [Koha] mysqldump issue with koha database Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii Hi Chris, I have run the commands you mention: misc/maintenance/remove_items_from_biblioitems.pl --run misc/migration_tools/rebuild_zebra.pl -b -r And Zebra is running. I think the issue is that the two servers are different types of machines. One is an old P3 Dell and the other is a G5 Mac. This morning I copied an older version of the koha database from the Dell on to the Dell, which cleared out the initial copy that was from the Mac. Everything is working fine, it's just not my latest copy. Does that make sense? --C.J. -- View this message in context: http://koha.1045719.n5.nabble.com/mysqldump-issue-with-koha-database-tp5429163p5431495.html Sent from the Koha-general mailing list archive at Nabble.com. ------------------------------ Message: 3 Date: Fri, 27 Jan 2012 09:33:03 +1300 From: library <[email protected]> To: [email protected] Subject: [Koha] Biblio deletion Message-ID: <CAJknOCgPWNQVHT39vH2PcRJkp6giAzzJCCAj3CxShFgjVrar=a...@mail.gmail.com> Content-Type: text/plain; charset=windows-1252 Goodmorning Can anyone direct me to instructions on how to batch delete biblio records. I managed to batch delete the items attached to the records and now I need to delete the records themselves, but I really don't want to do this one at a time for over 1100 records. ?Or have I misunderstood the process entirely. Best wishes Ann Murphy Librarian Katikati College [email protected] ------------------------------ Message: 4 Date: Thu, 26 Jan 2012 13:31:17 -0800 From: Adalid Ortiz <[email protected]> To: [email protected], [email protected] Subject: Re: [Koha] Biblio deletion Message-ID: <[email protected]> Content-Type: text/plain; charset=iso-8859-1 Home ? Tools ? Batch item deletion Felipe Adalid Ortiz Anzaldo Bibliotecario de sistemas Universidad Iberoamericana Tijuana Biblioteca Loyola http://clavius.tij.uia.mx Ave. Centro Universitario 2501 Playas de Tijuana 22200, Tijuana, B.C. 0 664 630-1577 Ext. 623 [email protected] "En una jerarqu?a, el poder lo tiene quien guarda secretos; en una red el poder lo obtiene quien disemina informaci?n?. -John Perry Barlow-> >Subject: [Koha] Biblio deletion > From: library <[email protected]> > Date: Fri, 27 Jan 2012 09:33:03 +1300 > To: [email protected] > >Goodmorning > >Can anyone direct me to instructions on how to batch delete biblio records. >I managed to batch delete the items attached to the records and now I need >to delete the records themselves, but I really don't want to do this one at >a time for over 1100 records. ?Or have I misunderstood the process >entirely. > >Best wishes >Ann Murphy >Librarian >Katikati College > >[email protected] >_______________________________________________ >Koha mailing list http://koha-community.org >[email protected] >http://lists.katipo.co.nz/mailman/listinfo/koha ------------------------------ _______________________________________________ Koha mailing list [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha End of Koha Digest, Vol 75, Issue 57 ************************************ _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

