Hello, I'm trying to import data into Koha v. 2.2.4 using: export PERL5LIB=/usr/local/koha/intranet/modules; /usr/local/koha/intranet/scripts/misc/bulkauthimport.pl -f /root/goodmarc I get this message when importing: XX => at /usr/local/koha/intranet/scripts/misc/bulkauthimport.pl line 112. This occurs for every entry. Lines 111 - 113 are: $authtypecode="MM" if ($authtypecode eq 'j'); # mot matière warn "XX => $authtypecode"; # now, create biblio and items with NEWnewXX call. Nothing goes into any tables. Any suggestions on where to look? Kent N
Just a quick question -- are you trying to import MARC bibliographic records or MARC authority records? Your subject line indicates bibliographic, but your message indicates authority. Stephen klnasveschuk@klnconsulting.net said:
Hello, I'm trying to import data into Koha v. 2.2.4 using:
export PERL5LIB=/usr/local/koha/intranet/modules; /usr/local/koha/intranet/scripts/misc/bulkauthimport.pl -f /root/goodmarc
I get this message when importing:
XX => at /usr/local/koha/intranet/scripts/misc/bulkauthimport.pl line 112.
This occurs for every entry.
Lines 111 - 113 are:
$authtypecode="MM" if ($authtypecode eq 'j'); # mot matière warn "XX => $authtypecode"; # now, create biblio and items with NEWnewXX call.
Nothing goes into any tables. Any suggestions on where to look?
Kent N
-- Stephen Hedges Skemotah Solutions, USA www.skemotah.com -- shedges@skemotah.com
No wonder it didn't work! I was so wrapped up in the error messages I didn't realize it was the wrong script. It seems to be loading now. Will let you know how this turns out. This was a Follett to Koha conversion. Kent Quoting Stephen Hedges <shedges@skemotah.com>:
Just a quick question -- are you trying to import MARC bibliographic records or MARC authority records? Your subject line indicates bibliographic, but your message indicates authority.
Stephen
klnasveschuk@klnconsulting.net said:
Hello, I'm trying to import data into Koha v. 2.2.4 using:
export PERL5LIB=/usr/local/koha/intranet/modules; /usr/local/koha/intranet/scripts/misc/bulkauthimport.pl -f /root/goodmarc
I get this message when importing:
XX => at /usr/local/koha/intranet/scripts/misc/bulkauthimport.pl line 112.
This occurs for every entry.
Lines 111 - 113 are:
$authtypecode="MM" if ($authtypecode eq 'j'); # mot matière warn "XX => $authtypecode"; # now, create biblio and items with NEWnewXX call.
Nothing goes into any tables. Any suggestions on where to look?
Kent N
-- Stephen Hedges Skemotah Solutions, USA www.skemotah.com -- shedges@skemotah.com
participants (2)
-
klnasveschuk@klnconsulting.net -
Stephen Hedges