koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] Z3950 Server Unimarc


From: Joshua Ferraro
Subject: Re: [Koha-devel] Z3950 Server Unimarc
Date: Thu Apr 22 18:38:05 2004
User-agent: Internet Messaging Program (IMP) 3.2.3

Hi Serge (et al),

The last time I tried to run the Z3950 Server on Serge's UNIMARC machine I got
the following errors:
...snip...
Subroutine itemcount redefined at /usr/share/perl5/C4/Biblio.pm line 2544.
Subroutine getorder redefined at /usr/share/perl5/C4/Biblio.pm line 2571.
Subroutine getsingleorder redefined at /usr/share/perl5/C4/Biblio.pm line 2603.
Subroutine newbiblio redefined at /usr/share/perl5/C4/Biblio.pm line 2618.
Subroutine modbiblio redefined at /usr/share/perl5/C4/Biblio.pm line 2647.
Subroutine modsubtitle redefined at /usr/share/perl5/C4/Biblio.pm line 2670.
Subroutine modaddauthor redefined at /usr/share/perl5/C4/Biblio.pm line 2686.
Subroutine modsubject redefined at /usr/share/perl5/C4/Biblio.pm line 2702.
Subroutine modbibitem redefined at /usr/share/perl5/C4/Biblio.pm line 2709.
Subroutine modnote redefined at /usr/share/perl5/C4/Biblio.pm line 2715.
Subroutine newbiblioitem redefined at /usr/share/perl5/C4/Biblio.pm line 2721.
Subroutine newsubject redefined at /usr/share/perl5/C4/Biblio.pm line 2731.
Subroutine newsubtitle redefined at /usr/share/perl5/C4/Biblio.pm line 2737.
Subroutine newitems redefined at /usr/share/perl5/C4/Biblio.pm line 2743.
Subroutine moditem redefined at /usr/share/perl5/C4/Biblio.pm line 2758.
Subroutine checkitems redefined at /usr/share/perl5/C4/Biblio.pm line 2767.
Subroutine countitems redefined at /usr/share/perl5/C4/Biblio.pm line 2784.
Subroutine delitem redefined at /usr/share/perl5/C4/Biblio.pm line 2795.
Subroutine deletebiblioitem redefined at /usr/share/perl5/C4/Biblio.pm line
2801.
Subroutine delbiblio redefined at /usr/share/perl5/C4/Biblio.pm line 2808.
Subroutine getitemtypes redefined at /usr/share/perl5/C4/Biblio.pm line 2816.
Subroutine getbiblio redefined at /usr/share/perl5/C4/Biblio.pm line 2835.
Subroutine getbiblioitem redefined at /usr/share/perl5/C4/Biblio.pm line 2855.
Subroutine getbiblioitembybiblionumber redefined at
/usr/share/perl5/C4/Biblio.pm line 2875.
Subroutine getitemsbybiblioitem redefined at /usr/share/perl5/C4/Biblio.pm line
2895.
...snip...

This does not happen on the USMARC version of Koha.  So that's one problem.  The
second problem is that the MARCgetbiblio subroutine (in Biblio.pm) does not
seem to grab the MARC string and so when the Z3950 server tries the following:

my $MARCRecord = &MARCgetbiblio($dbh,$bibid);
my $recordstring=$MARCRecord->as_usmarc();

nothing happens.  Interestingly when I manually fill in the leader information
in the MARCgetbiblio subroutine the leader is returned correctly...I can't
figure out why this would work any differently than in the USMARC version.  So
if anyone (Paul???) has any suggestions I'd love to resolve this problem.

Joshua

Quoting Serge Renaux <address@hidden>:

> HI,
>
> I would be interested to work on z3950 server working on Unimarc.
> What can i do to get informations or help about it ?
>
> Regards
>     Serge
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Koha-devel mailing list
> address@hidden
> https://lists.sourceforge.net/lists/listinfo/koha-devel
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]