Re: [Koha] invalid marcxml

2020-05-15 Thread Bernardo Gonzalez Kriegel
Bug 21708 fix is not available in this case unless the file is changed
manually, or the version upgraded.
It's not included in 18.11.

On Fri, May 15, 2020 at 3:41 AM Marcel de Rooy  wrote:

> When you open and save a record again in Koha having patch 21708, the MARC
> record will be fixed.
> There is no conversion tool. You could open up a new report for that?
> Sponsor its development?
> Running touch_all_biblios will not do the job, as far as I can see.
>
> Op do 14 mei 2020 om 18:27 schreef tuxflow.de :
>
> > Ah, wonderful, very nice. Do existing entries need to be repaired?
> >
> > Or is there a converter? Thanks for the info!
> >
> > Am 14.05.20 um 13:28 schrieb Marcel de Rooy:
> > > Please have a look at bug 21708.
> > >
> > > Op do 14 mei 2020 om 12:52 schreef :
> > >
> > >> Hi Joy,
> > >>
> > >> there is no direct error message from Koha, the error is only in the
> > >> data structure. We only noticed this error because we're sending the
> > >> data to a company so that it can be entered into the Discovery Service
> > >> (search engine). This company pointed us to the wrong data structure.
> We
> > >> need the corrected data to fully set up the Discovery Service.
> > >>
> > >> Koha-Version:   18.11.04.000
> > >>
> > >> greetings,
> > >> tunix
> > >>
> > >> Am 13.05.20 um 19:41 schrieb Joy Nelson:
> > >>> Hello-
> > >>> Can you elaborate a bit more on this?  Is the order of the tags
> causing
> > >>> errors in Koha?  Or is it just 'wrong' per the standard?
> > >>>
> > >>> I am unable to recreate the order you show in your example via the
> > basic
> > >>> editor or the advanced cataloging editor.  Can you explain what your
> > >>> process is that creates this order?  Also what version of Koha are
> you
> > >>> using currently?
> > >>>
> > >>> Thanks
> > >>> joy
> > >>>
> > >>>
> > >>> On Wed, May 13, 2020 at 10:25 AM  wrote:
> > >>>
> >  We have a problem with our MARCXML data in KOHA. The order of the
> > fields
> >  must be changed for many records. The problem affects all records
> that
> >  are newly created or changed by us. All  elements must
> > appear
> >  after the  elements. So far the  element
> with
> >  the unique ID of the record (MARC field 999 $c) is placed before the
> >   elements. The wrong order violates the MARCXML
> > >> guidelines.
> > 
> > 
> >  before editing:
> > 
> >  00996xxx x22002417x 4200
> >  23330
> >  DE-1278
> >  t|
> >  161220s2002 xxu|  00| 0 ger
> >  d
> >  
> >  3-89012-956-0
> >  51,00 
> >  
> > 
> >  after editing:
> > 
> >  01059xxx x2200265x 4200
> >  
> >  9911
> >  9911
> >  
> >  23330
> >  DE-1278
> >  20190604142304.0
> >  t|
> >  161220s2002 xxu|  00| 0 ger
> >  d
> >  
> >  3-89012-956-0
> >  51,00 
> >  
> >  ___
> > 
> >  Koha mailing list  http://koha-community.org
> >  Koha@lists.katipo.co.nz
> >  Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> > 
> > >>>
> > >>>
> > >>
> > >> --
> > >> tuxflow.de, das andere Hosting!
> > >> ___
> > >>
> > >> Koha mailing list  http://koha-community.org
> > >> Koha@lists.katipo.co.nz
> > >> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> > >>
> > >
> >
> > ___
> >
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> >
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] invalid marcxml

2020-05-15 Thread Marcel de Rooy
When you open and save a record again in Koha having patch 21708, the MARC
record will be fixed.
There is no conversion tool. You could open up a new report for that?
Sponsor its development?
Running touch_all_biblios will not do the job, as far as I can see.

Op do 14 mei 2020 om 18:27 schreef tuxflow.de :

> Ah, wonderful, very nice. Do existing entries need to be repaired?
>
> Or is there a converter? Thanks for the info!
>
> Am 14.05.20 um 13:28 schrieb Marcel de Rooy:
> > Please have a look at bug 21708.
> >
> > Op do 14 mei 2020 om 12:52 schreef :
> >
> >> Hi Joy,
> >>
> >> there is no direct error message from Koha, the error is only in the
> >> data structure. We only noticed this error because we're sending the
> >> data to a company so that it can be entered into the Discovery Service
> >> (search engine). This company pointed us to the wrong data structure. We
> >> need the corrected data to fully set up the Discovery Service.
> >>
> >> Koha-Version:   18.11.04.000
> >>
> >> greetings,
> >> tunix
> >>
> >> Am 13.05.20 um 19:41 schrieb Joy Nelson:
> >>> Hello-
> >>> Can you elaborate a bit more on this?  Is the order of the tags causing
> >>> errors in Koha?  Or is it just 'wrong' per the standard?
> >>>
> >>> I am unable to recreate the order you show in your example via the
> basic
> >>> editor or the advanced cataloging editor.  Can you explain what your
> >>> process is that creates this order?  Also what version of Koha are you
> >>> using currently?
> >>>
> >>> Thanks
> >>> joy
> >>>
> >>>
> >>> On Wed, May 13, 2020 at 10:25 AM  wrote:
> >>>
>  We have a problem with our MARCXML data in KOHA. The order of the
> fields
>  must be changed for many records. The problem affects all records that
>  are newly created or changed by us. All  elements must
> appear
>  after the  elements. So far the  element with
>  the unique ID of the record (MARC field 999 $c) is placed before the
>   elements. The wrong order violates the MARCXML
> >> guidelines.
> 
> 
>  before editing:
> 
>  00996xxx x22002417x 4200
>  23330
>  DE-1278
>  t|
>  161220s2002 xxu|  00| 0 ger
>  d
>  
>  3-89012-956-0
>  51,00 
>  
> 
>  after editing:
> 
>  01059xxx x2200265x 4200
>  
>  9911
>  9911
>  
>  23330
>  DE-1278
>  20190604142304.0
>  t|
>  161220s2002 xxu|  00| 0 ger
>  d
>  
>  3-89012-956-0
>  51,00 
>  
>  ___
> 
>  Koha mailing list  http://koha-community.org
>  Koha@lists.katipo.co.nz
>  Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> 
> >>>
> >>>
> >>
> >> --
> >> tuxflow.de, das andere Hosting!
> >> ___
> >>
> >> Koha mailing list  http://koha-community.org
> >> Koha@lists.katipo.co.nz
> >> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> >>
> >
>
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] invalid marcxml

2020-05-14 Thread tuxflow.de

Ah, wonderful, very nice. Do existing entries need to be repaired?

Or is there a converter? Thanks for the info!

Am 14.05.20 um 13:28 schrieb Marcel de Rooy:

Please have a look at bug 21708.

Op do 14 mei 2020 om 12:52 schreef :


Hi Joy,

there is no direct error message from Koha, the error is only in the
data structure. We only noticed this error because we're sending the
data to a company so that it can be entered into the Discovery Service
(search engine). This company pointed us to the wrong data structure. We
need the corrected data to fully set up the Discovery Service.

Koha-Version:   18.11.04.000

greetings,
tunix

Am 13.05.20 um 19:41 schrieb Joy Nelson:

Hello-
Can you elaborate a bit more on this?  Is the order of the tags causing
errors in Koha?  Or is it just 'wrong' per the standard?

I am unable to recreate the order you show in your example via the basic
editor or the advanced cataloging editor.  Can you explain what your
process is that creates this order?  Also what version of Koha are you
using currently?

Thanks
joy


On Wed, May 13, 2020 at 10:25 AM  wrote:


We have a problem with our MARCXML data in KOHA. The order of the fields
must be changed for many records. The problem affects all records that
are newly created or changed by us. All  elements must appear
after the  elements. So far the  element with
the unique ID of the record (MARC field 999 $c) is placed before the
 elements. The wrong order violates the MARCXML

guidelines.



before editing:

00996xxx x22002417x 4200
23330
DE-1278
t|
161220s2002 xxu|  00| 0 ger
d

3-89012-956-0
51,00 


after editing:

01059xxx x2200265x 4200

9911
9911

23330
DE-1278
20190604142304.0
t|
161220s2002 xxu|  00| 0 ger
d

3-89012-956-0
51,00 

___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha






--
tuxflow.de, das andere Hosting!
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha





___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] invalid marcxml

2020-05-14 Thread tunix

Hi Joy,

there is no direct error message from Koha, the error is only in the 
data structure. We only noticed this error because we're sending the 
data to a company so that it can be entered into the Discovery Service 
(search engine). This company pointed us to the wrong data structure. We 
need the corrected data to fully set up the Discovery Service.


Koha-Version:   18.11.04.000

greetings,
tunix

Am 13.05.20 um 19:41 schrieb Joy Nelson:

Hello-
Can you elaborate a bit more on this?  Is the order of the tags causing
errors in Koha?  Or is it just 'wrong' per the standard?

I am unable to recreate the order you show in your example via the basic
editor or the advanced cataloging editor.  Can you explain what your
process is that creates this order?  Also what version of Koha are you
using currently?

Thanks
joy


On Wed, May 13, 2020 at 10:25 AM  wrote:


We have a problem with our MARCXML data in KOHA. The order of the fields
must be changed for many records. The problem affects all records that
are newly created or changed by us. All  elements must appear
after the  elements. So far the  element with
the unique ID of the record (MARC field 999 $c) is placed before the
 elements. The wrong order violates the MARCXML guidelines.


before editing:

00996xxx x22002417x 4200
23330
DE-1278
t|
161220s2002 xxu|  00| 0 ger
d

3-89012-956-0
51,00 


after editing:

01059xxx x2200265x 4200

9911
9911

23330
DE-1278
20190604142304.0
t|
161220s2002 xxu|  00| 0 ger
d

3-89012-956-0
51,00 

___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha






--
tuxflow.de, das andere Hosting!
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] invalid marcxml

2020-05-14 Thread Marcel de Rooy
Please have a look at bug 21708.

Op do 14 mei 2020 om 12:52 schreef :

> Hi Joy,
>
> there is no direct error message from Koha, the error is only in the
> data structure. We only noticed this error because we're sending the
> data to a company so that it can be entered into the Discovery Service
> (search engine). This company pointed us to the wrong data structure. We
> need the corrected data to fully set up the Discovery Service.
>
> Koha-Version:   18.11.04.000
>
> greetings,
> tunix
>
> Am 13.05.20 um 19:41 schrieb Joy Nelson:
> > Hello-
> > Can you elaborate a bit more on this?  Is the order of the tags causing
> > errors in Koha?  Or is it just 'wrong' per the standard?
> >
> > I am unable to recreate the order you show in your example via the basic
> > editor or the advanced cataloging editor.  Can you explain what your
> > process is that creates this order?  Also what version of Koha are you
> > using currently?
> >
> > Thanks
> > joy
> >
> >
> > On Wed, May 13, 2020 at 10:25 AM  wrote:
> >
> >> We have a problem with our MARCXML data in KOHA. The order of the fields
> >> must be changed for many records. The problem affects all records that
> >> are newly created or changed by us. All  elements must appear
> >> after the  elements. So far the  element with
> >> the unique ID of the record (MARC field 999 $c) is placed before the
> >>  elements. The wrong order violates the MARCXML
> guidelines.
> >>
> >>
> >> before editing:
> >>
> >> 00996xxx x22002417x 4200
> >> 23330
> >> DE-1278
> >> t|
> >> 161220s2002 xxu|  00| 0 ger
> >> d
> >> 
> >> 3-89012-956-0
> >> 51,00 
> >> 
> >>
> >> after editing:
> >>
> >> 01059xxx x2200265x 4200
> >> 
> >> 9911
> >> 9911
> >> 
> >> 23330
> >> DE-1278
> >> 20190604142304.0
> >> t|
> >> 161220s2002 xxu|  00| 0 ger
> >> d
> >> 
> >> 3-89012-956-0
> >> 51,00 
> >> 
> >> ___
> >>
> >> Koha mailing list  http://koha-community.org
> >> Koha@lists.katipo.co.nz
> >> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> >>
> >
> >
>
> --
> tuxflow.de, das andere Hosting!
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] invalid marcxml

2020-05-13 Thread tunix
We have a problem with our MARCXML data in KOHA. The order of the fields 
must be changed for many records. The problem affects all records that 
are newly created or changed by us. All  elements must appear 
after the  elements. So far the  element with 
the unique ID of the record (MARC field 999 $c) is placed before the 
 elements. The wrong order violates the MARCXML guidelines.



before editing:

00996xxx x22002417x 4200
23330
DE-1278
t|
161220s2002 xxu|  00| 0 ger d

3-89012-956-0
51,00 


after editing:

01059xxx x2200265x 4200

9911
9911

23330
DE-1278
20190604142304.0
t|
161220s2002 xxu|  00| 0 ger d

3-89012-956-0
51,00 

___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] invalid marcxml

2020-05-13 Thread Joy Nelson
Hello-
Can you elaborate a bit more on this?  Is the order of the tags causing
errors in Koha?  Or is it just 'wrong' per the standard?

I am unable to recreate the order you show in your example via the basic
editor or the advanced cataloging editor.  Can you explain what your
process is that creates this order?  Also what version of Koha are you
using currently?

Thanks
joy


On Wed, May 13, 2020 at 10:25 AM  wrote:

> We have a problem with our MARCXML data in KOHA. The order of the fields
> must be changed for many records. The problem affects all records that
> are newly created or changed by us. All  elements must appear
> after the  elements. So far the  element with
> the unique ID of the record (MARC field 999 $c) is placed before the
>  elements. The wrong order violates the MARCXML guidelines.
>
>
> before editing:
>
> 00996xxx x22002417x 4200
> 23330
> DE-1278
> t|
> 161220s2002 xxu|  00| 0 ger
> d
> 
> 3-89012-956-0
> 51,00 
> 
>
> after editing:
>
> 01059xxx x2200265x 4200
> 
> 9911
> 9911
> 
> 23330
> DE-1278
> 20190604142304.0
> t|
> 161220s2002 xxu|  00| 0 ger
> d
> 
> 3-89012-956-0
> 51,00 
> 
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>


-- 
Joy Nelson
President, Koha Division

ByWater Solutions 
Support and Consulting for Open Source Software
Phone/Fax (888)900-8944
What is Koha? 
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha