From 544e5d194bfcba127333315679e280801f5eb903 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 25 Apr 2012 10:01:08 +0200 Subject: [PATCH] Add some Bib-1/SRU diagnostics + mappings Bib-1: 1073 and 1074: Proxy failure SRU: 1074: Proxy failure --- src/bib1.csv | 2 ++ src/diag_map.c | 2 ++ src/srw.csv | 1 + 3 files changed, 5 insertions(+) diff --git a/src/bib1.csv b/src/bib1.csv index e9d4a85..ab7d72f 100644 --- a/src/bib1.csv +++ b/src/bib1.csv @@ -173,3 +173,5 @@ 1070, "user not authorized to receive record(s) in requested syntax" 1071, "preferredRecordSyntax not supplied" 1072, "Query term includes characters that do not translate into the target character set" +1073, "Database records do not contain data associated with access point" +1074, "Proxy failure" diff --git a/src/diag_map.c b/src/diag_map.c index f073d3f..89b0c74 100644 --- a/src/diag_map.c +++ b/src/diag_map.c @@ -181,6 +181,8 @@ static int bib1_srw_map[] = { /* 1041-1065 */ 1066, 66, 1066, 67, + 1073, 16, + 1074, 1074, 0 }; diff --git a/src/srw.csv b/src/srw.csv index 623ea8b..b5fe486 100644 --- a/src/srw.csv +++ b/src/srw.csv @@ -95,3 +95,4 @@ 235, "Database does not exist" 236, "Access to specified database denied" 1015, "Init/AC: Maximum number of simultaneous sessions for Userid" +1074, "Proxy failure" -- 1.7.10.4