Technical question
?Good day I need advice please. I have converted a Koha installation from 2 to Koha 3. Now there is a "syncronization" problem between the items table and the marc record in bibioitems. To make a long story short, the itemtype appears in the marc record, but not in the items table. Is there a procedure how to syncronize those 2 "fields"? Thanks for any advice!
The Item Type in Koha 3 has been moved to the items table, with the Item Type in the biblioitems table being a default for new items. It wouldn't be difficult to make a command line script to copy the Item Type from the biblioitems table to the items table, that may be the best way to go in this case. It looks like maintenance/touch_all_items.pl would be a good place to start on such a script. 2011/4/6 Charl <charl@prograbiz.com>
Good day
I need advice please. I have converted a Koha installation from 2 to Koha 3. Now there is a "syncronization" problem between the items table and the marc record in bibioitems.
To make a long story short, the itemtype appears in the marc record, but not in the items table. Is there a procedure how to syncronize those 2 "fields"?
Thanks for any advice!
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
?Thank you Mike This should help me sort out this issue. Another issue that I am trying to sort out: Alpha characters appear after the barcode in both the marc and item record. How should I go about removing those alpha characters as a batch procedure? The item record is not a problem, but I am not sure how to edit the barcode in the marc record (biblioitems). Thanks again for your help. ----- Original Message ----- From: Mike Hafen To: Charl Cc: koha-devel@lists.koha-community.org Sent: Thursday, April 07, 2011 5:50 PM Subject: Re: [Koha-devel] Technical question The Item Type in Koha 3 has been moved to the items table, with the Item Type in the biblioitems table being a default for new items. It wouldn't be difficult to make a command line script to copy the Item Type from the biblioitems table to the items table, that may be the best way to go in this case. It looks like maintenance/touch_all_items.pl would be a good place to start on such a script. 2011/4/6 Charl <charl@prograbiz.com> Good day I need advice please. I have converted a Koha installation from 2 to Koha 3. Now there is a "syncronization" problem between the items table and the marc record in bibioitems. To make a long story short, the itemtype appears in the marc record, but not in the items table. Is there a procedure how to syncronize those 2 "fields"? Thanks for any advice! _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/ ------------------------------------------------------------------------------ No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.449 / Virus Database: 271.1.1/3557 - Release Date: 04/07/11 10:01:00
2011/4/6 Charl <charl@prograbiz.com>
Good day
I need advice please. I have converted a Koha installation from 2 to Koha 3. Now there is a "syncronization" problem between the items table and the marc record in bibioitems.
To make a long story short, the itemtype appears in the marc record, but not in the items table. Is there a procedure how to syncronize those 2 "fields"?
Thanks for any advice!
I think you are looking for misc/maintenance/sync_items_in_marc_bib.pl Kind Regards, Chris
On Thu, Apr 7, 2011 at 1:03 PM, Chris Nighswonger < cnighswonger@foundations.edu> wrote:
2011/4/6 Charl <charl@prograbiz.com>
Good day
I need advice please. I have converted a Koha installation from 2 to Koha 3. Now there is a "syncronization" problem between the items table and the marc record in bibioitems.
To make a long story short, the itemtype appears in the marc record, but not in the items table. Is there a procedure how to syncronize those 2 "fields"?
Thanks for any advice!
I think you are looking for misc/maintenance/sync_items_in_marc_bib.pl
Actually, nix that.... I missed the fact that you need to go the other way. Kind Regards, Chris
Yeah, that's a good option too. Make the changes to the items table in the database, and that script will take care of the marc records. Thanks Chris. 2011/4/7 Chris Nighswonger <cnighswonger@foundations.edu>
2011/4/6 Charl <charl@prograbiz.com>
Good day
I need advice please. I have converted a Koha installation from 2 to Koha 3. Now there is a "syncronization" problem between the items table and the marc record in bibioitems.
To make a long story short, the itemtype appears in the marc record, but not in the items table. Is there a procedure how to syncronize those 2 "fields"?
Thanks for any advice!
I think you are looking for misc/maintenance/sync_items_in_marc_bib.pl
Kind Regards, Chris
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
participants (3)
-
Charl -
Chris Nighswonger -
Mike Hafen