From: Adam Dickmeiss Date: Tue, 28 Feb 2012 15:53:19 +0000 (+0100) Subject: Diagnostic map tweaks for "Database does not exist" X-Git-Tag: v4.2.27~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=0ee6ed21c56ed2fbcdab586054f95d1be1107e1d Diagnostic map tweaks for "Database does not exist" Bib-1 114: Database unavailable and Bib-1: 235 "Database does not exist" maps to SRU diagnostic 235 "Database does not exist". --- diff --git a/src/diag_map.c b/src/diag_map.c index 0788299..610b2c6 100644 --- a/src/diag_map.c +++ b/src/diag_map.c @@ -70,7 +70,7 @@ static int bib1_srw_map[] = { 108, 27, 108, 45, - 109, 2, + 109, 235, 110, 37, 111, 1, 112, 58, @@ -134,7 +134,7 @@ static int bib1_srw_map[] = { 232, 1, 233, 1, /* bad map */ 234, 1, /* bad map */ - 235, 2, + 235, 235, 236, 3, 237, 82, 238, 67, @@ -192,6 +192,7 @@ static int bib1_srw_map[] = { static int srw_bib1_map[] = { 10, 108, 66, 238, + 235, 235, /* No doubt there are many more */ 0 };