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@gmail.com _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (1)
-
William Macfarlane