Add some Bib-1/SRU diagnostics + mappings
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 25 Apr 2012 08:01:08 +0000 (10:01 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 25 Apr 2012 08:01:08 +0000 (10:01 +0200)
Bib-1: 1073 and 1074: Proxy failure
SRU: 1074: Proxy failure

src/bib1.csv
src/diag_map.c
src/srw.csv

index e9d4a85..ab7d72f 100644 (file)
 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"
index f073d3f..89b0c74 100644 (file)
@@ -181,6 +181,8 @@ static int bib1_srw_map[] = {
     /* 1041-1065 */
     1066, 66,
     1066, 67,
+    1073, 16,
+    1074, 1074,
     0
 };
 
index 623ea8b..b5fe486 100644 (file)
@@ -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"