I'm not exactly sure how the mailing list works. I'm totally new to Koha. But I have encountered something I'm a bit confused by, and I thought maybe someone has seen this before and could tell me what they did to remedy the situation. I've done my MARC check and it recorded one error. It says: Item fields ALL items fields MUST: Be mapped to the same tag, And they must all be in the 10 (items) tab Any advice? Katie Christian Resource Center Berlin, Germany
Katie Thomas a écrit :
I’m not exactly sure how the mailing list works. I’m totally new to Koha. But I have encountered something I’m a bit confused by, and I thought maybe someone has seen this before and could tell me what they did to remedy the situation.
I’ve done my MARC check and it recorded one error. It says:
Item fields ALL items fields MUST:
Be mapped to the same tag,
And they must all be in the 10 (items) tab
Any advice?
Katie
Christian Resource Center
Berlin, Germany
You have some Koha items fields linked to subfields of different tags. USMARC holding tag is assumed to be 952 and INUMARC one is 995. And all those subfields should be linked to tab ten SELECT tag, subfieldcode, tab, kohafield from marc_subfield_structure where kohafield like "items%" in a mysqlclient provides you with the data in your base. and then you can make corrections. HTH -- Henri-Damien LAURENT
--- Katie Thomas <katiemiss@hotmail.com> wrote:
I'm not exactly sure how the mailing list works. I'm totally new to Koha. But I have encountered something I'm a bit confused by, and I thought maybe someone has seen this before and could tell me what they did to remedy the situation.
I've done my MARC check and it recorded one error. It says:
Item fields ALL items fields MUST:
Be mapped to the same tag,
And they must all be in the 10 (items) tab
Any advice?
There is a table in koha called the items table. Now all the fields in this table must be mapped to subfields in the same tag, e.g. the 952 tag. And again all this marc tag subfields must be set to show up in tab 10. You get to change all this by editing the marc framework. Though you did not say which version / what platform you run koha on, but i got a similar message on a default installation of koha 2.2.8 on windows. The problem was the 942 tag which had some of the items field mapped to it rather than 952. Olugbenga Adara MCP Consultant, 3om Services, 75, Lebanon Street, Dugbe, Ibadan, Nigeria. Tel: 234-2-2412090 Mobile: 234-803-3220288 ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
I’m not exactly sure how the mailing list works. I’m totally new to Koha. But I have encountered something I’m a bit confused by, and I thought maybe someone has seen this before and could tell me what they did to remedy the situation.
I’ve done my MARC check and it recorded one error. It says:
Item fields ALL items fields MUST:
Be mapped to the same tag,
And they must all be in the 10 (items) tab Hi Katie,
Welcome to the Koha community! I'm curious, having seen a few of these messages posted to the list lately, did you alter the Bibliographic Framework, or the MARC Mappings before you got this error? The problem happens when you have fields from items linked to more than one MARC tag, or when you have items defined that aren't listed as tab '10' in their definition. The default frameworks shouldn't have these errors, let us know if they do! Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
participants (4)
-
Henri-Damien LAURENT -
Joshua M. Ferraro -
Katie Thomas -
Olugbenga Adara