[Koha] Koha Digest, Vol 111, Issue 41

Arshad Iqbal arshadsanwal at gmail.com
Thu Jan 29 22:53:16 NZDT 2015


How to make data conversion with mark edit and how many tags are used
in data conversion
please guide me in simple and easy way?

On 1/29/15, koha-request at lists.katipo.co.nz
<koha-request at lists.katipo.co.nz> wrote:
> Send Koha mailing list submissions to
> 	koha at lists.katipo.co.nz
>
> 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
> 	koha-request at lists.katipo.co.nz
>
> You can reach the person managing the list at
> 	koha-owner at lists.katipo.co.nz
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Koha digest..."
>
>
> Today's Topics:
>
>    1. Facets missing on fresh dev install of 3.18.3 (Cindy Murdock Ames)
>    2. Re: Migrating Server Question (Elaine Bradtke)
>    3. Can not create patron (super librarian) (Akpokodje Vera N.)
>    4. Re: Migrating Server Question (Robin Sheat)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 28 Jan 2015 13:19:54 -0500
> From: Cindy Murdock Ames <cmurdock at ccfls.org>
> To: Koha <Koha at lists.katipo.co.nz>
> Subject: [Koha] Facets missing on fresh dev install of 3.18.3
> Message-ID:
> 	<CAMF9J8+a7LJtJP2H-rndSbXLPgUAwOKDJe84jbbb9jve8cbyVg at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi all,
>
> I'm working on setting up a new server with a fresh dev install of 3.18.3
> (well, it was a fresh install of 3.18.2 last week but I've updated it)
> using a copy of our database from our current server, which is running a
> customized version of 3.01.133.  I've run updatedatabase.pl on it (manually
> because otherwise apache times out) as well as
> remove_items_from_biblioitems.pl.  Everything seems to work *except* for
> the search facets.  I've done a lot of googling, and I suspect it has to do
> with the new zebra faceting system, but I don't know enough about zebra to
> figure out why this is happening, so I'd be grateful if someone could help
> me figure this out.  Zebra appears to be working otherwise, I do get search
> results, just no facets.  In other cases I found where people were having
> trouble their indexing was not working at all because it wasn't fully
> configured to use dom, but I chose to use dom from the installer and as far
> as I can tell from my koha-conf.xml it's configured correctly.
>
> Pertinent bits from koha-conf.xml:
> <server id="biblioserver"  listenref="biblioserver">
>     <directory>/home/kohaclone/koha-dev/var/lib/zebradb/biblios</directory>
>
> <config>/home/kohaclone/koha-dev/etc/zebradb/zebra-biblios-dom.cfg</config>
>     <cql2rpn>/home/kohaclone/koha-dev/etc/zebradb/pqf.properties</cql2rpn>
>     <xi:include
> href="/home/kohaclone/koha-dev/etc/zebradb/retrieval-info-bib-dom.xml"
> xmlns:xi="http://www.w3.org/2001/XInclude"/>
>     <xi:include
> href="/home/kohaclone/koha-dev/etc/zebradb/explain-biblios.xml" xmlns:xi="
> http://www.w3.org/2001/XInclude"/>
> </server>
>
> <server id="authorityserver"  listenref="authorityserver" >
>
> <directory>/home/kohaclone/koha-dev/var/lib/zebradb/authorities</directory>
>
> <config>/home/kohaclone/koha-dev/etc/zebradb/zebra-authorities-dom.cfg</config>
>     <cql2rpn>/home/kohaclone/koha-dev/etc/zebradb/pqf.properties</cql2rpn>
>     <xi:include
> href="/home/kohaclone/koha-dev/etc/zebradb/retrieval-info-auth-dom.xml"
> xmlns:xi="http://www.w3.org/2001/XInclude"/>
>     <xi:include
> href="/home/kohaclone/koha-dev/etc/zebradb/explain-authorities.xml"
> xmlns:xi="http://www.w3.org/2001/XInclude"/>
> </server>
>
> (Note--we don't use authorities so I haven't bothered to run
> rebuild_zebra.pl with -a)
>
>  <zebra_bib_index_mode>dom</zebra_bib_index_mode>
>  <zebra_auth_index_mode>dom</zebra_auth_index_mode>
>  <zebra_lockdir>/home/kohaclone/koha-dev/var/lock/zebradb</zebra_lockdir>
>  <use_zebra_facets>1</use_zebra_facets>
> <queryparser_config>/home/kohaclone/koha-dev/etc/searchengine/queryparser.yaml</queryparser_config>
>
> I've tried reindexing biblios with -x and without, doesn't seem to make any
> difference.  I haven't done anything with any of the zebra config files,
> they are just as they were downloaded.
>
> The only anomaly I see in my logs is something like this every time I do a
> search, in koha-zebradaemon-output.log
>
> 12:55:54-28/01 zebrasrv(10) [warn] ir_session (exception)
>
> BTW this is running on Debian Wheezy.  Thanks for reading, and thanks for
> any clue you can provide!
>
> Regards,
> Cindy
> -----------------------------------------------------------
> Cindy Murdock Ames
> IT Services Director
> Meadville Public Library | CCFLS
> http://meadvillelibrary.org | http://ccfls.org
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 28 Jan 2015 19:10:56 +0000
> From: Elaine Bradtke <eb at efdss.org>
> To: Jesse Lambertson <jlambertson at sqcc.org>, koha
> 	<koha at lists.katipo.co.nz>
> Cc: Doug Kingston <dpk at randomnotes.org>
> Subject: Re: [Koha] Migrating Server Question
> Message-ID:
> 	<CAPdfUuyj+XkAh4xXv6D9xVCWUSBrPQzcYfgYyRRsXp7tjwLbVQ at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> We use a virtual machine, and I believe we migrated from one server to
> another recently without much difficulty. It may be more or less easy
> depending on what OS you're using, and what version of Koha.  I've CC'd
> Doug Kingston on this because he did the actual migration, he could answer
> particular technical questions that are way over my head.
>
> On Wed, Jan 28, 2015 at 3:44 PM, Jesse Lambertson <jlambertson at sqcc.org>
> wrote:
>
>> Hello,
>>
>> We are waiting for our server to arrive (on which we will install Koha).
>>
>> But it might be delayed.
>>
>> What experience do people have with installing Koha in one place and then
>> migrating that server and database to another server?
>>
>> I am not sure what kind of time we are talking about in the delay, but I
>> am
>> wondering if this is done regularly, how easy it is and if it is worth it
>> to install and migrate or just wait.
>>
>> Thank you in advance,
>>
>> Jesse
>>
>> --
>> Jesse A Lambertson
>> Librarian
>> Sultan Qaboos Cultural Center
>> 1100 16th St, NW
>> Washington, DC 20036
>>
>> Ph: (202)-677-3967 Ext. 104
>> jlambertson at sqcc.org
>> _______________________________________________
>> Koha mailing list  http://koha-community.org
>> Koha at lists.katipo.co.nz
>> http://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
>
>
> --
> Elaine Bradtke
> Data Wrangler
> VWML
> English Folk Dance and Song Society | http://www.efdss.org
> Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY
> Tel    +44 (0) 20 7485 2206 (This number is for the English Folk Dance and
> Song Society in London, England. If you wish to phone me personally, send
> an e-mail first. I work off site)
> --------------------------------------------------------------------------
> Registered Company No. 297142
> Charity Registered in England and Wales No. 305999
> ---------------------------------------------------------------------------
> "Writing about music is like dancing about architecture"
> --Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 28 Jan 2015 07:38:18 +0000 (UTC)
> From: "Akpokodje Vera N." <veraforlive at yahoo.com>
> To: "koha at lists.katipo.co.nz" <koha at lists.katipo.co.nz>
> Subject: [Koha] Can not create patron (super librarian)
> Message-ID:
> 	<1861740679.1664639.1422430699064.JavaMail.yahoo at mail.yahoo.com>
> Content-Type: text/plain; charset=UTF-8
>
> ?Hello,I have just installed koha 3.18. I got an error message? as shown in
> the image below
>
> ?I realized I couldneither create patrons nor set library.I thought it was
> because of the version, so, I reverted to3.14.?I can now set librarybut can
> not delete some? of the alreadyset libraries that came with the installation
> because they have patrons.?
> Each time I tried creating / viewing these patrons, it takesme to this page
>
> What am I suppose to do please.Thank you.
> Akpokodje Vera N.
> Systems Librarian / Analyst
> University of Jos Library,Jos,Plateau State.
> Nigeria.
> blog: http://unijoslibrary1@blogspot.com
> twitter: https://twitter.com/unijoslibrary1
> Facebook:?www.facebook.com/unijoslibrary.plateau
> Telephone: +234 8036357386
> alternative email: vera4live at gmail.com?GIVE JESUS A CHANCE TODAY! HE CARES
> FOR YOU!
>
>
>
>
>
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 29 Jan 2015 10:52:50 +1300
> From: Robin Sheat <robin at catalyst.net.nz>
> To: koha at lists.katipo.co.nz
> Subject: Re: [Koha] Migrating Server Question
> Message-ID: <1422481970.16699.101.camel at catalyst.net.nz>
> Content-Type: text/plain; charset="UTF-8"
>
> Jesse Lambertson schreef op wo 28-01-2015 om 10:44 [-0500]:
>> What experience do people have with installing Koha in one place and
>> then
>> migrating that server and database to another server?
>
> It's pretty straightfoward.
>
> You can use the 'koha-dump' and 'koha-restore' tools to help you with
> this if you like, though as often as not I just make a new instance and
> load the database into it.
>
> --
> Robin Sheat
> Catalyst IT Ltd.
> ? +64 4 803 2204
> GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Koha mailing list
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
>
> ------------------------------
>
> End of Koha Digest, Vol 111, Issue 41
> *************************************
>


More information about the Koha mailing list