[Koha] bulkmarcimport.pl

William Macfarlane wmacfarl at gmail.com
Tue Oct 25 06:20:27 NZDT 2005


I still haven't solved my bulkmarcimport problems but I have gotten a
chance to play around with it a little bit more so I do have a little
bit more information to furnish.

As mentioned before, when I run bulkmarcimport.pl I get the following:

DBD::mysql::db do failed: Access denied for user 'admin'@'localhost'
to database                                                           
                   'Koha' at
/usr/local/koha/intranet/modules//C4/Biblio.pm line 333.

I've set set Koha_conf to /etc/koha.conf, and can access the database
using the given username and password with mysql just fine.

Line 333 is where MARCaddbiblio does:
"lock tables marc_biblio WRITE,marc_subfield_table WRITE, marc_word
WRITE, marc_blob_subfield WRITE, stopwords READ"

After I run the script and get the error, I can check the catalog or
the database and find that the script has successfully imported the
marc information, but hasn't created any items for the entry -- when I
search for the book in the catalog it shows me the entry but says "no
copies available".

I've been looking at the scripts to try to figure something out, but I
don't actually know any perl, so it's pretty slow going.  I've been
vaguely thinking about just writing something to, after all of the
marc information is imported, create an item entry for each marc
entry, but it seems to me that this is something of a silly thing to
do if bulkmarcimport.pl is supposed to do it.

thanks,
Will
wmacfarl at gmail.com
-------------- next part --------------
_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


More information about the Koha mailing list