[Koha] koha controll number

2022-03-09 Thread tuxflow.de

Hello,

we have a problem after upgrading to Koha 21.05.

When you create a new record it was earlier that you have to go to this url:

https://hostname-intra.domain.com/cgi-bin/koha/catalogue/detail.pl?biblionumber=50672

edit, edit record

https://hostname-intra.domain.com/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=50672

under 001 you get a continuous control number with the name of the 
university at the beginning.


Since the update there is a different number for new records, which 
differs from the old scheme. It starts completely different.


Where can I adjust this again?

___

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


Re: [Koha] koha migration, simple view

2022-01-18 Thread tuxflow.de

ah, i have found something in

/usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/...

this looks good

Am 18.01.22 um 16:05 schrieb tuxflow.de:

The only xslt file I can find is

/usr/share/koha/opac/htdocs/opac-tmpl/xslt/OAI.xslt

and it is the same on the migrated koha and original installation.

Am 18.01.22 um 14:18 schrieb Michael Kuhn:

 > we have migrated a Koha 18.11 to a new server following these
 > instructions:
 >
 > 
http://kohageek.blogspot.com/2015/08/move-old-koha-database-to-new.html

 >
 > Everything looks and works fine, only the description (normal view) of
 > the books is not displayed.
 >
 > I could not find anything in the logs. At which point do I have to
 > search?

To me that sounds like some mistake in the used XSLT file. You should 
however find something about it in the respective error log of staff 
client and/or OPAC.


Hope this helps.




--
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] koha migration, simple view

2022-01-18 Thread tuxflow.de

The only xslt file I can find is

/usr/share/koha/opac/htdocs/opac-tmpl/xslt/OAI.xslt

and it is the same on the migrated koha and original installation.

Am 18.01.22 um 14:18 schrieb Michael Kuhn:

 > we have migrated a Koha 18.11 to a new server following these
 > instructions:
 >
 > http://kohageek.blogspot.com/2015/08/move-old-koha-database-to-new.html
 >
 > Everything looks and works fine, only the description (normal view) of
 > the books is not displayed.
 >
 > I could not find anything in the logs. At which point do I have to
 > search?

To me that sounds like some mistake in the used XSLT file. You should 
however find something about it in the respective error log of staff 
client and/or OPAC.


Hope this helps.


--
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] koha migration, simple view

2022-01-18 Thread tuxflow.de

Hello,

we have migrated a Koha 18.11 to a new server following these instructions:

http://kohageek.blogspot.com/2015/08/move-old-koha-database-to-new.html

Everything looks and works fine, only the description (normal view) of 
the books is not displayed.


I could not find anything in the logs. At which point do I have to search?

Many greetings
___

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] Migrating Koha database from version 3.18 to 19.11?

2020-05-14 Thread tuxflow.de

oh wrong thread, sorry

Am 14.05.20 um 18:07 schrieb tu...@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 16:16 schrieb Quỳnh Vũ Đỗ:

Hello everyone

Our library has been using a Vietnamized version of Koha 3.18 since mid
2014, running on Ubuntu server 14.04 LTS. No upgrade of the system has 
been
made since and the server had a hardware problem (mainboard) last 
February.


We have a mysqldump of the Koha database (size about 1,8 GB).

So what we are trying to do is to install the latest Koha version (19.11)
on a fresh Ubuntu 16.04.6 LTS (Desktop) and then to replenish the empty
Koha tables through SQL inserts in the tables using sql exports of the
related fields from the old database. For that we have been comparing the
structure of the tables of Koha 3.18 and 19.11 with the tool provided at
http://schema.koha-community.org/

Can this way of proceeding, although tedious it might be, be 
successful or

not ?
If not, could someone have suggestions ?
Thanks for your attention.
Quynh
=
M. Vũ Đỗ Quỳnh (Ph.D)
Trường Đại học Thăng Long - Université de Thang Long - Thang Long
University (Hanoi, Vietnam)
Phó Hiệu Trưởng, phụ trách HTQT - Vice-recteur chargé de la coopération
internationale - Vice-Rector in charge of International Cooperation
Web: http://thanglong.edu.vn/
___

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


--
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