Re: [Koha-devel] ITEM Count

2009-07-06 Thread Michael Hafen
As an alternative I have a command-line script that will assign an item a different biblio and biblioitem number, then delete the MARC for the item from the old blob. To use this script run it with the itemnumber of the item and the biblio number of the record you want to move the item to. On Mon

Re: [Koha-devel] Sip2 and Sip.pm

2009-07-06 Thread Colin Campbell
On 07/06/2009 05:00 PM, Joe Atzberger wrote: > I agree with you on what the spec says, but at the time of > implementation, ZERO clients available to Koha developers actually > behaved that way, including the reference implementation from 3M. At > this time, the number of such clients available t

Re: [Koha-devel] Sip2 and Sip.pm

2009-07-06 Thread Joe Atzberger
On Mon, Jul 6, 2009 at 11:01 AM, Colin Campbell < colin.campb...@ptfs-europe.com> wrote: > On 07/06/2009 03:00 PM, Joe Atzberger wrote: > >> Colin -- >> >> Koha SIP can handle dossy ^M line endings just fine. The detection of >> line endings is essentially delegated to the IO::Socket::INET and So

Re: [Koha-devel] Sip2 and Sip.pm

2009-07-06 Thread Colin Campbell
On 07/06/2009 03:00 PM, Joe Atzberger wrote: > Colin -- > > Koha SIP can handle dossy ^M line endings just fine. The detection of > line endings is essentially delegated to the IO::Socket::INET and Socket > modules with local $/ = "\012". The problem is that the protocol states that all messages e

Re: [Koha-devel] Sip2 and Sip.pm

2009-07-06 Thread Joe Atzberger
Colin -- Koha SIP can handle dossy ^M line endings just fine. The detection of line endings is essentially delegated to the IO::Socket::INET and Socket modules with local $/ = "\012". I don't see any reason for a client to send hex 0a or any other control character in any message field. In the

Re: [Koha-devel] ITEM Count

2009-07-06 Thread Owen Leonard
> Thanks for a reply however it didn't really help. Actually I think Nicole's suggestion was exactly right, based on your original question: > This is a very stupid question but how do i change the Item count in a > bibliographic record? i have two records of the same book and want to just > put

Re: [Koha-devel] ITEM Count

2009-07-06 Thread Mason James
On 2009/07/7, at 1:16 AM, M L N wrote: > Hi Nicole, > > Thanks for a reply however it didn't really help. I've attached a > screen dump to show what i am talking about. Any help will be much > appreciated. please don't send big attachments to mailing-lists especially word documents with emb

Re: [Koha-devel] Bugs about koha-zebraqueue-daemon ?

2009-07-06 Thread Ricardo Dias Marques
Hi Zeno, On Mon, Jul 6, 2009 at 13:21, Zeno Tajoli wrote: > thank for the log. > I can't jump in the chat now because I don't have a chat client on PC. If you don't have a chat client on your PC, I recommend that you use the Mibbit web chat client - http://www.mibbit.com/chat/ In the first "box

[Koha-devel] Sip2 and Sip.pm

2009-07-06 Thread Colin Campbell
Hi, there's an underlying assumption in Koha's Sip implementation that messages from sip units will be terminated by carriage return line feed. This works with many sip clients (including 3M). However the sip2 standard mandates that sip messages are terminated by carriage return (hex 0d). Th

Re: [Koha-devel] Bugs about koha-zebraqueue-daemon ?

2009-07-06 Thread Zeno Tajoli
Hi Chris, >We were actually just talking about this on irc, > >Log of the chat is here > >http://tinyurl.com/qy5tq7 > >Chris thank for the log. I can't jump in the chat now because I don't have a chat client on PC. Bye Zeno Tajoli CILEA - Segrate (MI) tajoliAT_SPAM_no_prendiATcilea.it (Indiriz

Re: [Koha-devel] ITEM Count

2009-07-06 Thread Nicole Engard
I'm not sure I understand completely, but I think what you want to do is delete one bib record and add a new item to the other so that there are two items attached to one bib record instead of 2 bib records with 1 items attached to each. These may help: http://koha.org/documentation/manual/3.0/ca

[Koha-devel] ITEM Count

2009-07-06 Thread M L N
Hello, This is a very stupid question but how do i change the Item count in a bibliographic record? i have two records of the same book and want to just put 2 items under one record. Is the field for that in bibliographic records or items? Thanks in advance! Linh

Re: [Koha-devel] Bugs about koha-zebraqueue-daemon ?

2009-07-06 Thread Chris Cormack
2009/7/6 Zeno Tajoli : > Hi to all, > > as you see in koha general mailing list we are speaking how to setup > indexing in production: > as I see the solution is not use zebraqueue daemon but to put in cron > job rebuild_zebra.pl We were actually just talking about this on irc, Log of the chat is

[Koha-devel] Bugs about koha-zebraqueue-daemon ?

2009-07-06 Thread Zeno Tajoli
Hi to all, as you see in koha general mailing list we are speaking how to setup indexing in production: as I see the solution is not use zebraqueue daemon but to put in cron job rebuild_zebra.pl At 18.14 04/07/2009 pianohac...@gmail.com wrote: >Note: The zebraqueue daemon is, to my knowledge,