Using z39.50 and http svc API do update biblios.
Hello, I connect to my koha z39.50 for updating using marcedit. I have huge problem 'cause no error from marcedit but my koha database is not updating at all. Is there prerequested to be able to do that? I can search from koha in marcedit, but record are not updated then to koha. 19:58:53-16/12 zebrasrv(5) [warn] XML: Entity: line 1: 19:58:53-16/12 zebrasrv(5) [warn] XML: parser 19:58:53-16/12 zebrasrv(5) [warn] XML: error : 19:58:53-16/12 zebrasrv(5) [warn] XML: Document is empty 19:58:53-16/12 zebrasrv(5) [warn] XML: 00840nam a2200133Ia 450000800410000010000120004124500940005326000180014765003330 19:58:53-16/12 zebrasrv(5) [warn] XML: ^ Thank you,
Hi, in order to be able to help you it would be good to know which instructions you followed, how you configured MARCEdit and which version of Koha you are using. I have recently tried the feature for adding records from MARCEdit with Koha 16.11 and it seemed to work ok. Hope this helps, Katrin On 19.12.2016 11:38, dev.it@cores-mada.net wrote:
Hello,
I connect to my koha z39.50 for updating using marcedit. I have huge problem 'cause no error from marcedit but my koha database is not updating at all.
Is there prerequested to be able to do that? I can search from koha in marcedit, but record are not updated then to koha.
19:58:53-16/12 zebrasrv(5) [warn] XML: Entity: line 1: 19:58:53-16/12 zebrasrv(5) [warn] XML: parser 19:58:53-16/12 zebrasrv(5) [warn] XML: error : 19:58:53-16/12 zebrasrv(5) [warn] XML: Document is empty
19:58:53-16/12 zebrasrv(5) [warn] XML: 00840nam a2200133Ia 450000800410000010000120004124500940005326000180014765003330
19:58:53-16/12 zebrasrv(5) [warn] XML: ^
Thank you,
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hello, Thank you for even replying me now. I'm already happy that it works on your side with the same tools. I configured Z39.50 and http svc API. They both work. I teset http svc api using curl and it return correct xml response as there is in the doc. The z39.50 is accessible with yaz-client and I can search record in Marcedit. I can search in Marcedit but I can't update. Koha : 16.11.00.000 Setting in MarcEdit : - ILS Integration - System : Koha - Ignore SSL Certificate Errors - Use Z39.50 Settings - Syntax : Marc21 - Show Database checked - Advanced Properties => Element Set => Full. Others or lefted empty Then I load my records into MarcEdit using MarcEditor => Koha => Search. They are loaded. I make some modification. I update using Koha => Update/create. It says it's successfull but data are not just updated. Anyway, is there any tool I can't test the records updating other than MarcEdit? Thank you so much, Le 22/12/2016 à 14:39, Katrin a écrit :
Hi,
in order to be able to help you it would be good to know which instructions you followed, how you configured MARCEdit and which version of Koha you are using.
I have recently tried the feature for adding records from MARCEdit with Koha 16.11 and it seemed to work ok.
Hope this helps,
Katrin
On 19.12.2016 11:38, dev.it@cores-mada.net wrote:
Hello,
I connect to my koha z39.50 for updating using marcedit. I have huge problem 'cause no error from marcedit but my koha database is not updating at all.
Is there prerequested to be able to do that? I can search from koha in marcedit, but record are not updated then to koha.
19:58:53-16/12 zebrasrv(5) [warn] XML: Entity: line 1: 19:58:53-16/12 zebrasrv(5) [warn] XML: parser 19:58:53-16/12 zebrasrv(5) [warn] XML: error : 19:58:53-16/12 zebrasrv(5) [warn] XML: Document is empty
19:58:53-16/12 zebrasrv(5) [warn] XML: 00840nam a2200133Ia 450000800410000010000120004124500940005326000180014765003330
19:58:53-16/12 zebrasrv(5) [warn] XML: ^
Thank you,
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hello, I finally fix it. It was just about the URL I entered in ILS setting in MarcEdit. Before, I setted*http://my-server:my-port/cgi-bin/koha/svc/authentication* as hostname. Using fiddler to debug http request send from MarcEdit, I realize it append automatically */cgi-bin/koha/svc/authentication* suffix so the url on update became */cgi-bin/koha/svc/authentication/cgi-bin/koha/svc/bib/506?items=1* which could'nt work. MarcEdit didn't stated any error 'cause *http://my-server:my-port/cgi-bin/koha/svc/authentication**/cgi-bin/koha/svc/... perfectly work when authenticating. (not when updating record). I hope this will help others with same issue later. Thanks, Le 23/12/2016 à 19:08, Andriamihaja Njaraniaina Luc a écrit :
Hello,
Thank you for even replying me now. I'm already happy that it works on your side with the same tools. I configured Z39.50 and http svc API. They both work. I teset http svc api using curl and it return correct xml response as there is in the doc. The z39.50 is accessible with yaz-client and I can search record in Marcedit.
I can search in Marcedit but I can't update.
Koha : 16.11.00.000
Setting in MarcEdit : - ILS Integration - System : Koha - Ignore SSL Certificate Errors - Use Z39.50 Settings - Syntax : Marc21 - Show Database checked - Advanced Properties => Element Set => Full. Others or lefted empty
Then I load my records into MarcEdit using MarcEditor => Koha => Search. They are loaded. I make some modification. I update using Koha => Update/create. It says it's successfull but data are not just updated.
Anyway, is there any tool I can't test the records updating other than MarcEdit?
Thank you so much,
Le 22/12/2016 à 14:39, Katrin a écrit :
Hi,
in order to be able to help you it would be good to know which instructions you followed, how you configured MARCEdit and which version of Koha you are using.
I have recently tried the feature for adding records from MARCEdit with Koha 16.11 and it seemed to work ok.
Hope this helps,
Katrin
On 19.12.2016 11:38, dev.it@cores-mada.net wrote:
Hello,
I connect to my koha z39.50 for updating using marcedit. I have huge problem 'cause no error from marcedit but my koha database is not updating at all.
Is there prerequested to be able to do that? I can search from koha in marcedit, but record are not updated then to koha.
19:58:53-16/12 zebrasrv(5) [warn] XML: Entity: line 1: 19:58:53-16/12 zebrasrv(5) [warn] XML: parser 19:58:53-16/12 zebrasrv(5) [warn] XML: error : 19:58:53-16/12 zebrasrv(5) [warn] XML: Document is empty
19:58:53-16/12 zebrasrv(5) [warn] XML: 00840nam a2200133Ia 450000800410000010000120004124500940005326000180014765003330
19:58:53-16/12 zebrasrv(5) [warn] XML: ^
Thank you,
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hi, thx for letting us know, glad you figured it out! Katrin On 26.12.2016 10:43, Andriamihaja Njaraniaina Luc wrote:
Hello,
I finally fix it. It was just about the URL I entered in ILS setting in MarcEdit. Before, I setted*http://my-server:my-port/cgi-bin/koha/svc/authentication* as hostname.
Using fiddler to debug http request send from MarcEdit, I realize it append automatically */cgi-bin/koha/svc/authentication* suffix so the url on update became */cgi-bin/koha/svc/authentication/cgi-bin/koha/svc/bib/506?items=1* which could'nt work. MarcEdit didn't stated any error 'cause *http://my-server:my-port/cgi-bin/koha/svc/authentication**/cgi-bin/koha/svc/... perfectly work when authenticating. (not when updating record).
I hope this will help others with same issue later.
Thanks,
Le 23/12/2016 à 19:08, Andriamihaja Njaraniaina Luc a écrit :
Hello,
Thank you for even replying me now. I'm already happy that it works on your side with the same tools. I configured Z39.50 and http svc API. They both work. I teset http svc api using curl and it return correct xml response as there is in the doc. The z39.50 is accessible with yaz-client and I can search record in Marcedit.
I can search in Marcedit but I can't update.
Koha : 16.11.00.000
Setting in MarcEdit : - ILS Integration - System : Koha - Ignore SSL Certificate Errors - Use Z39.50 Settings - Syntax : Marc21 - Show Database checked - Advanced Properties => Element Set => Full. Others or lefted empty
Then I load my records into MarcEdit using MarcEditor => Koha => Search. They are loaded. I make some modification. I update using Koha => Update/create. It says it's successfull but data are not just updated.
Anyway, is there any tool I can't test the records updating other than MarcEdit?
Thank you so much,
Le 22/12/2016 à 14:39, Katrin a écrit :
Hi,
in order to be able to help you it would be good to know which instructions you followed, how you configured MARCEdit and which version of Koha you are using.
I have recently tried the feature for adding records from MARCEdit with Koha 16.11 and it seemed to work ok.
Hope this helps,
Katrin
On 19.12.2016 11:38, dev.it@cores-mada.net wrote:
Hello,
I connect to my koha z39.50 for updating using marcedit. I have huge problem 'cause no error from marcedit but my koha database is not updating at all.
Is there prerequested to be able to do that? I can search from koha in marcedit, but record are not updated then to koha.
19:58:53-16/12 zebrasrv(5) [warn] XML: Entity: line 1: 19:58:53-16/12 zebrasrv(5) [warn] XML: parser 19:58:53-16/12 zebrasrv(5) [warn] XML: error : 19:58:53-16/12 zebrasrv(5) [warn] XML: Document is empty
19:58:53-16/12 zebrasrv(5) [warn] XML: 00840nam a2200133Ia 450000800410000010000120004124500940005326000180014765003330
19:58:53-16/12 zebrasrv(5) [warn] XML: ^
Thank you,
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Andriamihaja Njaraniaina Luc -
dev.it@cores-mada.net -
Katrin