[Koha-devel] bulkmarcimport Problem

Henri-Damien LAURENT laurenthdl at alinto.com
Wed Apr 13 09:49:31 CEST 2005


Hi,
I am in trouble.
I tried to do a bulkmarcimport and never get it right.
Here are the logs

> DBD::mysql::st execute failed: Column 'biblionumber' cannot be null at 
> /home/hdl/Koha/koha-dev/koha/C4/Biblio.pm line 1806, <AJOUT_PILOTE> 
> chunk 21.
> DBD::mysql::st execute failed: Column 'bibid' cannot be null at 
> /home/hdl/Koha/koha-dev/koha/C4/Biblio.pm line 461, <AJOUT_PILOTE> 
> chunk 21.
> ERROR ==> insert into marc_subfield_table 
> (bibid,tag,tagorder,tag_indicator,subfieldcode,subfieldorder,subfieldvalue) 
> values (,995,1,  ,a,1,Service International de documentation 
> judéo-chrétienne)
> DBD::mysql::st execute failed: Column 'bibid' cannot be null at 
> /home/hdl/Koha/koha-dev/koha/C4/Biblio.pm line 1194, <AJOUT_PILOTE> 
> chunk 21.
> ERROR ==> insert into marc_word (bibid, tagsubfield, tagorder, 
> subfieldorder, word, sndx_word) values 
> (,concat(995,a),1,1,Service,soundex(Service))
> DBD::mysql::st execute failed: Column 'bibid' cannot be null at 
> /home/hdl/Koha/koha-dev/koha/C4/Biblio.pm line 1194, <AJOUT_PILOTE> 
> chunk 21.
> ERROR ==> insert into marc_word (bibid, tagsubfield, tagorder, 
> subfieldorder, word, sndx_word) values 
> (,concat(995,a),1,1,International,soundex(International))
> DBD::mysql::st execute failed: Column 'bibid' cannot be null at 
> /home/hdl/Koha/koha-dev/koha/C4/Biblio.pm line 1194, <AJOUT_PILOTE> 
> chunk 21.
> ERROR ==> insert into marc_word (bibid, tagsubfield, tagorder, 
> subfieldorder, word, sndx_word) values (,concat(995,a),1,1,de,soundex(de))
> DBD::mysql::st execute failed: Column 'bibid' cannot be null at 
> /home/hdl/Koha/koha-dev/koha/C4/Biblio.pm line 1194, <AJOUT_PILOTE> 
> chunk 21.
> ERROR ==> insert into marc_word (bibid, tagsubfield, tagorder, 
> subfieldorder, word, sndx_word) values 
> (,concat(995,a),1,1,documentation,soundex(documentation))
> DBD::mysql::st execute failed: Column 'bibid' cannot be null at 
> /home/hdl/Koha/koha-dev/koha/C4/Biblio.pm line 1194, <AJOUT_PILOTE> 
> chunk 21.
> ERROR ==> insert into marc_word (bibid, tagsubfield, tagorder, 
> subfieldorder, word, sndx_word) values 
> (,concat(995,a),1,1,judéo,soundex(judéo))

But I have a marc::Record as such :

>  Record MARC : LDR
> 200    _fAGNON Samuel Joseph
> 200    _a?Chira?, roman posthume
> 210    _d1971/03/12-18
> 210    _cTribune Juive (p. 19)
> 606 1  _aC
> 610 1  _aRoman (par auteur)
> 686    _aART at ./bulkmarcimportSIDIC.pl line 587, <AJOUT_PILOTE> 
> chunk 21.
>

I am trying to make an import. But never manage.
Does Anyone can help ?
-- 
Henri-Damien LAURENT





More information about the Koha-devel mailing list