Remove archive directory, now available as separate git module ssh://git.indexdata...
authorMike Taylor <mike@miketaylor.org.uk>
Wed, 19 May 2010 11:25:13 +0000 (12:25 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Wed, 19 May 2010 11:25:13 +0000 (12:25 +0100)
24 files changed:
archive/.gitignore [deleted file]
archive/2006 - 04 - 05 Target Monitor Software.doc [deleted file]
archive/Net-Z3950-IRSpy-0.01.tar.gz [deleted file]
archive/Notes [deleted file]
archive/TODO [deleted file]
archive/ZOOM-IRSpy-0.02.tar.gz [deleted file]
archive/ZOOM-IRSpy-1.00.tar.gz [deleted file]
archive/architecture-notes [deleted file]
archive/bib-1-attributes [deleted file]
archive/error-timeout.mbox [deleted file]
archive/error-xml.mbox [deleted file]
archive/interface [deleted file]
archive/libxml-perl-refcard [deleted file]
archive/mbox [deleted file]
archive/overnight-runs [deleted file]
archive/press-release [deleted file]
archive/separate-apache [deleted file]
archive/service description robot.sxw [deleted file]
archive/stats.html [deleted file]
archive/tests [deleted file]
archive/ui [deleted file]
archive/wiring-into-masterkey [deleted file]
archive/zeerez-record-display.zip [deleted file]
archive/zspy_details.eml [deleted file]

diff --git a/archive/.gitignore b/archive/.gitignore
deleted file mode 100644 (file)
index e641f3e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-zspy.zip
-zeerez-record-display
diff --git a/archive/2006 - 04 - 05 Target Monitor Software.doc b/archive/2006 - 04 - 05 Target Monitor Software.doc
deleted file mode 100644 (file)
index 5329eb0..0000000
Binary files a/archive/2006 - 04 - 05 Target Monitor Software.doc and /dev/null differ
diff --git a/archive/Net-Z3950-IRSpy-0.01.tar.gz b/archive/Net-Z3950-IRSpy-0.01.tar.gz
deleted file mode 100644 (file)
index ea927aa..0000000
Binary files a/archive/Net-Z3950-IRSpy-0.01.tar.gz and /dev/null differ
diff --git a/archive/Notes b/archive/Notes
deleted file mode 100644 (file)
index d2a5311..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-
-Some things that it would be nice to check (varying priorities!)
-
-- Response to a second Z39.50 Init
-
-- Whether referenceId is properly implemented
-
-- Whether attribute-set is inspected and honoured
-
-- How SRU servers respond to bad HTTP headers
-
-- Malformed queries such as "@and foo"
-
-Add plugin architecture for additional tests.  Allow each test to
-specify whether it is CRUCIAL, DESIRABLE or whatever, and the
-frequency with which it is run.
-
-Note results of each individual test (where?) and raise an alert when
-a test gives a different result from the previous time.
-
-Capture more information about what goes wrong at low levels.  Does
-YAZ itself allow an APDU log to be generated or is it still only
-yaz-client and/or GFS that does this?
-
-Make a queue of servers to be queried, and keep the pod "sufficiently
-full", throwing a new one in as an older one is exhausted.
-
-Two weeks to have framework running.
-
-Test dependent on other test; use results from previous test as input
-for this one.  One test that is the aggregate of others.
-
-Have a pre-cooked set of sample words to use in queries in the hope of
-finding one or more records; remember which words work well for each
-server.
-
-Make this into Alvis work by adding a subject-sniffer for the peer
-network.  Use the extended ZeeRex records to produce Alvis D3.1
-peer-description records using XSLT that Marc will write.
-
diff --git a/archive/TODO b/archive/TODO
deleted file mode 100644 (file)
index 987bf91..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-From mike@miketaylor.org.uk  Wed Jun 27 11:37:50 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["266" "Wednesday" "27" "June" "2007" "11:37:50" "+0100" "Mike Taylor" "mike@indexdata.com" nil "6" "IRSpy" "^From:" nil nil "6" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-Path: <mike@miketaylor.org.uk>
-X-Original-To: mike
-Delivered-To: mike@miketaylor.org.uk
-Received: by localhost.localdomain (Postfix, from userid 1000)
-       id 912E84D6441A; Wed, 27 Jun 2007 11:37:50 +0100 (BST)
-Message-Id: <20070627103750.912E84D6441A@localhost.localdomain>
-From: Mike Taylor <mike@indexdata.com>
-To: mike@miketaylor.org.uk
-Subject: IRSpy
-Date: Wed, 27 Jun 2007 11:37:50 +0100 (BST)
-
-TODO
-       ### When adding a new database, check for pre-existence, using
-           IP address/hostname canonicalisation.
-       ### Ability to add target by uploading a ZeeRex record.
-       ### Mark targets that persistently don't respond.
-       ### Email administrative contact on failure.
-
diff --git a/archive/ZOOM-IRSpy-0.02.tar.gz b/archive/ZOOM-IRSpy-0.02.tar.gz
deleted file mode 100644 (file)
index 047b6e8..0000000
Binary files a/archive/ZOOM-IRSpy-0.02.tar.gz and /dev/null differ
diff --git a/archive/ZOOM-IRSpy-1.00.tar.gz b/archive/ZOOM-IRSpy-1.00.tar.gz
deleted file mode 100644 (file)
index 5fff290..0000000
Binary files a/archive/ZOOM-IRSpy-1.00.tar.gz and /dev/null differ
diff --git a/archive/architecture-notes b/archive/architecture-notes
deleted file mode 100644 (file)
index 6f6395a..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-
-The basic approach is this: The IRSpy::Connection is an IRSpy-specific
-subclass of ZOOM::Connection, and its only important extra
-functionality is that it maintains a queue of tasks waiting to be done
-on the connection.  Only one task is active at once: the next queued
-task is executed only when the previous one ends.  (When the queue of
-tasks is exhausted, that markes the end of an IRSpy test, and the next
-test is started, which will in general queue more tasks.)
-
-Tasks are objects of class ZOOM::IRSpy::Task, which has several
-subclasses for the different kinds of task -- Connect, Search,
-Retrieve.  As well as the task-type-specific information such as what
-to search for, each task package also carries a set of ZOOM options
-which are applied immediately before the task is run and them
-immediately reset (so as to make the options as non-modal as
-possible).  In this was, for example, a Fetch package can specify what
-preferredRecordSyntax the operation should use.
-
-So to answer your question: many tasks are queued within the Perl
-object, but only one Z39.50 operation is submitted at a time (per
-connection -- of course IRSpy multiplexes connections, but it keeps
-life as simple as possible for each connection).
-
-Hope this helps.
-
diff --git a/archive/bib-1-attributes b/archive/bib-1-attributes
deleted file mode 100644 (file)
index 970bb1d..0000000
+++ /dev/null
@@ -1,241 +0,0 @@
-From mike  Tue Jun  5 22:12:54 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["4761" "Tuesday" "5" "June" "2007" "22:40:22" "+0200" "Marc Cromme" "marc@indexdata.dk" nil "185" "Re: [Zebralist] zebra 2.0 with domxml" "^From:" nil nil "6" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <zebralist-bounces@lists.indexdata.dk>
-Envelope-to: mike@indexdata.com
-Delivery-date: Tue, 05 Jun 2007 22:40:58 +0200
-Received: from bagel.indexdata.dk [213.150.43.11]
-       by localhost.localdomain with POP3 (fetchmail-6.3.6)
-       for <mike@localhost> (single-drop); Tue, 05 Jun 2007 22:12:54 +0100 (BST)
-Received: from kebab.indexdata.dk ([83.133.64.60])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1Hvfpq-0002lj-28; Tue, 05 Jun 2007 22:40:58 +0200
-Received: from localhost ([127.0.0.1] helo=kebab.indexdata.dk)
-       by kebab.indexdata.dk with esmtp (Exim 4.50)
-       id 1HvfpK-00054B-4B; Tue, 05 Jun 2007 22:40:26 +0200
-Received: from user.indexdata.dk ([213.150.43.10] helo=bagel.indexdata.dk)
-       by kebab.indexdata.dk with esmtp (Exim 4.50) id 1HvfpH-000546-J0
-       for zebralist@lists.indexdata.dk; Tue, 05 Jun 2007 22:40:23 +0200
-Received: from port528.ds1-brh.adsl.cybercity.dk ([212.242.239.223]
-       helo=[10.0.0.4]) by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1HvfpH-0002k6-Bk
-       for zebralist@lists.indexdata.dk; Tue, 05 Jun 2007 22:40:23 +0200
-Message-ID: <4665CA36.3030801@indexdata.dk>
-User-Agent: Icedove 1.5.0.10 (X11/20070329)
-MIME-Version: 1.0
-References: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA2HmijEJdOU2qq3LhU7BNwcKAAAAQAAAALF1wotpcqkuY7R7UELHO9QEAAAAA@coremain.com>
-In-Reply-To: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA2HmijEJdOU2qq3LhU7BNwcKAAAAQAAAALF1wotpcqkuY7R7UELHO9QEAAAAA@coremain.com>
-Content-Type: text/plain; charset=windows-1252; format=flowed
-Content-Transfer-Encoding: 8bit
-X-SA-Do-Not-Run: Yes
-X-BeenThere: zebralist@lists.indexdata.dk
-X-Mailman-Version: 2.1.5
-Precedence: list
-Reply-To: Zebra Information Server <zebralist@lists.indexdata.dk>
-List-Id: Zebra Information Server <zebralist.lists.indexdata.dk>
-List-Unsubscribe: <http://lists.indexdata.dk/cgi-bin/mailman/listinfo/zebralist>, 
-       <mailto:zebralist-request@lists.indexdata.dk?subject=unsubscribe>
-List-Archive: <http://lists.indexdata.dk/pipermail/zebralist>
-List-Post: <mailto:zebralist@lists.indexdata.dk>
-List-Help: <mailto:zebralist-request@lists.indexdata.dk?subject=help>
-List-Subscribe: <http://lists.indexdata.dk/cgi-bin/mailman/listinfo/zebralist>, 
-       <mailto:zebralist-request@lists.indexdata.dk?subject=subscribe>
-Errors-To: zebralist-bounces@lists.indexdata.dk
-X-SA-Exim-Connect-IP: 83.133.64.60
-X-SA-Exim-Rcpt-To: mike@indexdata.com, quinn@indexdata.com
-X-SA-Exim-Mail-From: zebralist-bounces@lists.indexdata.dk
-X-SA-Exim-Scanned: No (on bagel.indexdata.dk); SAEximRunCond expanded to false
-X-UIDL: &9W"!USe"![`-!!='`"!
-From: Marc Cromme <marc@indexdata.dk>
-Sender: zebralist-bounces@lists.indexdata.dk
-To: Zebra Information Server <zebralist@lists.indexdata.dk>
-Subject: Re: [Zebralist] zebra 2.0 with domxml
-Date: Tue, 05 Jun 2007 22:40:22 +0200
-
-Miguel A. Calvo wrote:
-> Hi,
-> The question is, how can i enable or disable attributes bib-1 to the DomXML
-> format? 
-
-Ahh.
-In case that we want to support the usual bib-1 Z39.50 numeric access 
-points, it is a good idea to choose string index names defined in the 
-default configuration file tab/bib1.att, see the section called \93The 
-Attribute Set (.att) Files\94
-
-First you make sure that the index names defined in your DOM XML filter 
-indexing stylesheet do match the names defined in tab/bib1.att
-
-For example,
-  <z:index name="title:w title:p">
-
-matches
-
-att 4               Title
-
-(case does not matter!)
-
-
-Then you load bib1.attr in your zebra.cfg like this:
-
-attset: bib1.att
-#attset: explain.att
-
-
-and voíla! you can search
-
-@attr 1=4 fish
-
-> And, Where can I specify the data type of results (zebra::index or
-> zebra::meta::sysno , etc )
-> 
-
-The result record syntaxes XML and SUTRS
-support schemas/element sets zebra::index and zebra::meta::sysno
-right out of the box, see
-http://www.indexdata.com/zebra/doc/special-retrieval.tkl
-
-The later, i.e zebra::index requires internal storage of record data, 
-i.e the directive
-
-# store records and record keys internally
-storeData: 1
-storeKeys: 1
-
-in zebra.cfg.
-
-
-
-Otherwise, the DOM XML filter can only serve XML syntax records, those 
-are constructed in arbitrarily schemes using XSLT stylesheets, like 
-conversion from MODS to DC, of MODS to MARCXML. Binary formats as USMARC 
-are not supported for the DOM XML filter. See
-http://www.indexdata.com/zebra/doc/record-model-domxml-pipeline.tkl#record-model-domxml-pipeline-retrieve
-
-An overview of the different pipelines is found at
-http://www.indexdata.com/zebra/doc/record-model-domxml.tkl#record-model-domxml-filter
-
-This is a tad complex, but needed for many running use cases. It pays 
-off to dig into the documentation sections.
-
-Please do not hesitate to suggest updates to the documentaiton, in case 
-you find anything unclear ..
-
-
-Your's Marc Cromme, Index Data
-
-
-> thanks
-> 
-> 
->  
-> 
-> Miguel A. Calvo Lázaro
-> 
-> Técnico de Software Factory
-> 
-> miguel.calvo@coremain.com
-> 
-> http://www.coremain.com
-> 
-> 
-> -----Mensaje original-----
-> De: zebralist-bounces@lists.indexdata.dk
-> [mailto:zebralist-bounces@lists.indexdata.dk] En nombre de Marc Cromme
-> Enviado el: martes, 05 de junio de 2007 14:52
-> Para: Zebra Information Server
-> Asunto: Re: [Zebralist] zebra 2.0 with domxml
-> 
-> Miguel A. Calvo wrote:
->> Hi,
->>  I am investigating, and it interests to me to install zebra 2.0 by 
->> means of model DOMXML. I have a series of questions. I have understood 
->> all the operation of the configuration file zebra.cfg The problem 
->> comes later. I follow the passages of indexing and formats of exit, 
->> but to qualify tag that can be consulted, do I need the files 
->> configuration with extension abs, tag,\85? or , is it formed everything 
->> from the files xslt?
->>  
-> 
-> I am not sure I do understand your question correctly.
-> The DOMXML file does not require nor use any of the GRS-1 .abs files at all.
-> 
-> What only counts is the format of the XML the indexer sees, it's described
-> in section "Canonical Indexing Format"
-> http://www.indexdata.com/zebra/doc/record-model-domxml-pipeline.tkl#record-m
-> odel-domxml-canonical-index
-> 
-> All the XSLT transformations are only defined to transform your XML files to
-> the canonical indexing format.
-> 
-> The nice thing is, you can play with this using any command line tool,
-> adjust your XSLT stylesheets until they work, and then register them using
-> the pipeline configurations described in
-> http://www.indexdata.com/zebra/doc/record-model-domxml-pipeline.tkl
-> 
-> See also
-> http://www.indexdata.com/zebra/doc/record-model-domxml-conf.tkl#record-model
-> -domxml-debug
-> 
-> Your's Marc Cromme, Index Data
-> 
-> 
->> Thanks
->>  
->>  
->>
->> **
->>
->> **
->>
->> *Miguel A. Calvo Lázaro*
->>
->> Técnico de Software Factory
->>
->> *miguel.calvo@coremain.com <mailto:miguel.calvo@coremain.com>*
->>
->> http://www.coremain.com <http://www.coremain.com/>
->>
->>  
->>
->>
->> ----------------------------------------------------------------------
->> --
->>
->> _______________________________________________
->> Zebralist mailing list
->> Zebralist@lists.indexdata.dk
->> http://lists.indexdata.dk/cgi-bin/mailman/listinfo/zebralist
-> 
-> 
-
-
--- 
-
-Marc Cromme
-M.Sc and Ph.D in Mathematical Modelling and Computation
-Senior Developer, Project Manager
-
-Index Data Aps
-Købmagergade 43, 2
-1150 Copenhagen K.
-Denmark
-
-tel: +45 3341 0100
-fax: +45 3341 0101
-
-http://www.indexdata.com
-
-INDEX DATA Means Business
-for Open Source and Open Standards
-
-
-
-
-
-_______________________________________________
-Zebralist mailing list
-Zebralist@lists.indexdata.dk
-http://lists.indexdata.dk/cgi-bin/mailman/listinfo/zebralist
-
diff --git a/archive/error-timeout.mbox b/archive/error-timeout.mbox
deleted file mode 100644 (file)
index a239c9c..0000000
+++ /dev/null
@@ -1,729 +0,0 @@
-From mike  Sun Oct 12 12:41:50 2008
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["71024" "Sunday" "12" "October" "2008" "01:23:45" "+0200" "Cron Daemon" "root@indexdata.dk" nil "686" "Cron <mike@kafta> cd /home/mike/cvs/irspy/bin && YAZ_LOG=irspy ./setrlimit -v -a 500 -- perl -I ../lib irspy.pl -a -n 50 -t Main -m 7,0 localhost:8018/IR-Explain---1" "^From:" nil nil "10" nil nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <mike@indexdata.dk>
-Envelope-to: mike@indexdata.com
-Delivery-date: Sun, 12 Oct 2008 01:49:47 +0200
-Received: from kebab.indexdata.dk [83.133.64.60]
-       by localhost.localdomain with POP3 (fetchmail-6.3.8)
-       for <mike@localhost> (single-drop); Sun, 12 Oct 2008 12:41:50 +0100 (BST)
-Received: from user.indexdata.dk ([130.226.235.215] helo=bagel.index)
-       by kebab.indexdata.dk with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32)
-       (Exim 4.63)
-       (envelope-from <mike@indexdata.dk>)
-       id 1KooDS-0002ri-TX
-       for mike@indexdata.com; Sun, 12 Oct 2008 01:49:47 +0200
-Received: from kafta.indexdata.dk ([83.133.64.64])
-       by bagel.index with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32)
-       (Exim 4.63)
-       (envelope-from <mike@indexdata.dk>)
-       id 1KooDS-0008SD-Ck
-       for mike@indexdata.com; Sun, 12 Oct 2008 01:49:46 +0200
-Received: from mike by kafta.indexdata.dk with local (Exim 4.63)
-       (envelope-from <mike@kafta.indexdata.dk>)
-       id 1KonRZ-0008PO-KF
-       for mike@kafta.indexdata.dk; Sun, 12 Oct 2008 01:49:45 +0200
-Content-Type: text/plain; charset=ANSI_X3.4-1968
-X-Cron-Env: <SHELL=/bin/sh>
-X-Cron-Env: <HOME=/home/mike>
-X-Cron-Env: <PATH=/usr/bin:/bin>
-X-Cron-Env: <LOGNAME=mike>
-Message-Id: <E1KonRZ-0008PO-KF@kafta.indexdata.dk>
-X-SA-Do-Not-Run: Yes
-X-SA-Do-Not-Run: Yes
-X-SA-Exim-Connect-IP: 130.226.235.215
-X-SA-Exim-Mail-From: mike@indexdata.dk
-X-SA-Exim-Scanned: No (on kebab.indexdata.dk); SAEximRunCond expanded to false
-From: root@indexdata.dk (Cron Daemon)
-To: mike@kafta.indexdata.dk
-Subject: Cron <mike@kafta> cd /home/mike/cvs/irspy/bin && YAZ_LOG=irspy ./setrlimit -v -a 500 -- perl -I ../lib irspy.pl -a -n 50 -t Main -m 7,0 localhost:8018/IR-Explain---1
-Date: Sun, 12 Oct 2008 01:23:45 +0200
-
-01:00:13-12/10 [irspy] starting up with database 'localhost:8018/IR-Explain---1'
-01:00:15-12/10 [irspy] adding test 'Main'
-01:00:17-12/10 [irspy] adding test 'Ping'
-01:00:17-12/10 [irspy] adding test 'Search::Main'
-01:00:17-12/10 [irspy] adding test 'Search::Bib1'
-01:00:17-12/10 [irspy] adding test 'Search::Dan1'
-01:00:17-12/10 [irspy] adding test 'Search::Boolean'
-01:00:17-12/10 [irspy] adding test 'Search::Explain'
-01:00:17-12/10 [irspy] adding test 'Search::CQL'
-01:00:17-12/10 [irspy] adding test 'Record::Main'
-01:00:17-12/10 [irspy] adding test 'Record::Fetch'
-01:00:17-12/10 [irspy] adding test 'ResultSet::Main'
-01:00:17-12/10 [irspy] adding test 'ResultSet::Named'
-01:00:20-12/10 [irspy] 'cql.allRecords=1' found 2876 target records
-01:23:21-12/10 [irspy] tcp:128.171.19.17:7290/Voyager query 'rec.id="Z39.50:128.171.19.17:7290/Voyager"' found 1 record
-01:23:23-12/10 [irspy] tcp:128.172.1.222:9909/VCU01PUB query 'rec.id="Z39.50:128.172.1.222:9909/VCU01PUB"' found 1 record
-01:23:24-12/10 [irspy] tcp:128.172.2.40:20005/dcat query 'rec.id="Z39.50:128.172.2.40:20005/dcat"' found 1 record
-01:23:25-12/10 [irspy] tcp:129.237.122.77:210/costarica query 'rec.id="Z39.50:129.237.122.77:210/costarica"' found 1 record
-01:23:27-12/10 [irspy] tcp:130.111.64.9:210/INNOPAC query 'rec.id="Z39.50:130.111.64.9:210/INNOPAC"' found 1 record
-01:23:28-12/10 [irspy] tcp:130.159.64.152:210/HORIZON query 'rec.id="Z39.50:130.159.64.152:210/HORIZON"' found 1 record
-01:23:29-12/10 [irspy] tcp:130.39.131.82:210/LSUE query 'rec.id="Z39.50:130.39.131.82:210/LSUE"' found 1 record
-01:23:30-12/10 [irspy] tcp:130.39.131.82:210/TECH query 'rec.id="Z39.50:130.39.131.82:210/TECH"' found 1 record
-01:23:31-12/10 [irspy] tcp:130.86.12.1:210/Innopac query 'rec.id="Z39.50:130.86.12.1:210/Innopac"' found 1 record
-01:23:32-12/10 [irspy] tcp:131.112.119.70:210/report query 'rec.id="Z39.50:131.112.119.70:210/report"' found 1 record
-01:23:33-12/10 [irspy] tcp:131.121.188.1:210/INNOPAC query 'rec.id="Z39.50:131.121.188.1:210/INNOPAC"' found 1 record
-01:23:34-12/10 [irspy] tcp:134.99.136.10:2020/opac query 'rec.id="Z39.50:134.99.136.10:2020/opac"' found 1 record
-01:23:35-12/10 [irspy] tcp:136.206.1.14:5210/adop query 'rec.id="Z39.50:136.206.1.14:5210/adop"' found 1 record
-01:23:36-12/10 [irspy] tcp:137.150.180.11:210/MAIN*BIBMAST query 'rec.id="Z39.50:137.150.180.11:210/MAIN\*BIBMAST"' found 1 record
-01:23:36-12/10 [irspy] tcp:137.151.165.1:210/Innopac query 'rec.id="Z39.50:137.151.165.1:210/Innopac"' found 1 record
-01:23:38-12/10 [irspy] tcp:138.231.48.2:21210/MAIN*BIBMAST query 'rec.id="Z39.50:138.231.48.2:21210/MAIN\*BIBMAST"' found 2 records
-01:23:39-12/10 [irspy] tcp:147.29.116.113:2100/DAB01 query 'rec.id="Z39.50:147.29.116.113:2100/DAB01"' found 1 record
-01:23:39-12/10 [irspy] tcp:147.29.116.113:2100/vej01 query 'rec.id="Z39.50:147.29.116.113:2100/vej01"' found 1 record
-01:23:40-12/10 [irspy] tcp:152.95.54.52:2105/SKB query 'rec.id="Z39.50:152.95.54.52:2105/SKB"' found 1 record
-01:23:40-12/10 [irspy] tcp:155.135.4.1:210/MAIN*BIBMAST query 'rec.id="Z39.50:155.135.4.1:210/MAIN\*BIBMAST"' found 1 record
-01:23:41-12/10 [irspy] tcp:156.108.164.118:210/MANCOSSERVER query 'rec.id="Z39.50:156.108.164.118:210/MANCOSSERVER"' found 1 record
-01:23:41-12/10 [irspy] tcp:159.189.81.130:5333/nbii_metadata query 'rec.id="Z39.50:159.189.81.130:5333/nbii_metadata"' found 1 record
-01:23:42-12/10 [irspy] tcp:169.139.243.254:210/Horizon query 'rec.id="Z39.50:169.139.243.254:210/Horizon"' found 1 record
-01:23:43-12/10 [irspy] tcp:192.231.201.194:210/clarke query 'rec.id="Z39.50:192.231.201.194:210/clarke"' found 1 record
-01:23:44-12/10 [irspy] tcp:192.235.0.3:210/INNOPAC query 'rec.id="Z39.50:192.235.0.3:210/INNOPAC"' found 1 record
-01:23:45-12/10 [irspy] tcp:192.54.81.3:210/CDE query 'rec.id="Z39.50:192.54.81.3:210/CDE"' found 1 record
-01:23:46-12/10 [irspy] tcp:192.54.81.3:210/LAM query 'rec.id="Z39.50:192.54.81.3:210/LAM"' found 1 record
-01:23:46-12/10 [irspy] tcp:192.54.81.3:210/MCC query 'rec.id="Z39.50:192.54.81.3:210/MCC"' found 1 record
-01:23:47-12/10 [irspy] tcp:192.54.81.3:210/NEU query 'rec.id="Z39.50:192.54.81.3:210/NEU"' found 1 record
-01:23:47-12/10 [irspy] tcp:192.54.81.3:210/OTE query 'rec.id="Z39.50:192.54.81.3:210/OTE"' found 1 record
-01:23:47-12/10 [irspy] tcp:192.54.81.3:210/TRI query 'rec.id="Z39.50:192.54.81.3:210/TRI"' found 1 record
-01:23:48-12/10 [irspy] tcp:192.70.216.16:9991/10540 query 'rec.id="Z39.50:192.70.216.16:9991/10540"' found 1 record
-01:23:48-12/10 [irspy] tcp:192.84.155.210:9909/PIS01 query 'rec.id="Z39.50:192.84.155.210:9909/PIS01"' found 1 record
-01:23:48-12/10 [irspy] tcp:193.162.227.226:210/Semibasen query 'rec.id="Z39.50:193.162.227.226:210/Semibasen"' found 1 record
-01:23:49-12/10 [irspy] tcp:193.30.112.113:9909/HBZ01 query 'rec.id="Z39.50:193.30.112.113:9909/HBZ01"' found 1 record
-01:23:49-12/10 [irspy] tcp:193.43.102.65:21210/ADVANCE query 'rec.id="Z39.50:193.43.102.65:21210/ADVANCE"' found 1 record
-01:23:49-12/10 [irspy] tcp:194.190.182.90:210/1 query 'rec.id="Z39.50:194.190.182.90:210/1"' found 1 record
-01:23:50-12/10 [irspy] tcp:194.190.182.90:211/liber.test2 query 'rec.id="Z39.50:194.190.182.90:211/liber.test2"' found 1 record
-01:23:50-12/10 [irspy] tcp:194.190.186.119:2210/liber query 'rec.id="Z39.50:194.190.186.119:2210/liber"' found 1 record
-01:23:51-12/10 [irspy] tcp:194.239.156.133:2100/S query 'rec.id="Z39.50:194.239.156.133:2100/S"' found 1 record
-01:23:51-12/10 [irspy] tcp:195.31.151.66:2100/guggenheim query 'rec.id="Z39.50:195.31.151.66:2100/guggenheim"' found 1 record
-01:23:52-12/10 [irspy] tcp:195.49.239.18:210/elib query 'rec.id="Z39.50:195.49.239.18:210/elib"' found 1 record
-01:23:52-12/10 [irspy] tcp:207.63.246.34:210/Dynix query 'rec.id="Z39.50:207.63.246.34:210/Dynix"' found 1 record
-01:23:53-12/10 [irspy] tcp:207.64.156.8:210/dynix query 'rec.id="Z39.50:207.64.156.8:210/dynix"' found 1 record
-01:23:54-12/10 [irspy] tcp:207.74.210.3:210/INNOPAC query 'rec.id="Z39.50:207.74.210.3:210/INNOPAC"' found 1 record
-01:23:54-12/10 [irspy] tcp:208.24.160.61:210/LOCAL query 'rec.id="Z39.50:208.24.160.61:210/LOCAL"' found 2 records
-01:23:55-12/10 [irspy] tcp:212.45.5.164:2210/liber.fr query 'rec.id="Z39.50:212.45.5.164:2210/liber.fr"' found 1 record
-01:23:57-12/10 [irspy] tcp:213.151.79.29:9999/UZPI query 'rec.id="Z39.50:213.151.79.29:9999/UZPI"' found 1 record
-01:23:57-12/10 [irspy] tcp:217.167.201.202:210/ICCP query 'rec.id="Z39.50:217.167.201.202:210/ICCP"' found 1 record
-01:23:57-12/10 [irspy] tcp:62.76.8.149:210/dis query 'rec.id="Z39.50:62.76.8.149:210/dis"' found 1 record
-01:23:58-12/10 [irspy] beginnning with test 'Main' (timeout 90)
-01:24:00-12/10 [irspy] tcp:194.190.182.90:210/1 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:194.190.182.90:210/1") from diag-set 'ZOOM'
-01:24:01-12/10 [irspy] tcp:194.190.182.90:210/1 has no more tests: removing
-01:24:01-12/10 [irspy] tcp:194.190.182.90:210/1 rewriting XML record
-01:24:12-12/10 [irspy] tcp:194.190.182.90:210/1 rewrote XML record
-01:24:12-12/10 [irspy] tcp:81.186.130.245:210/Pantazo query 'rec.id="Z39.50:81.186.130.245:210/Pantazo"' found 1 record
-01:24:12-12/10 [irspy] tcp:81.186.130.245:210/Pantazo entering active pool - 2518 targets remain in queue
-01:24:12-12/10 [irspy] tcp:136.206.1.14:5210/adop not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:24:12-12/10 [irspy] tcp:136.206.1.14:5210/adop has no more tests: removing
-01:24:12-12/10 [irspy] tcp:136.206.1.14:5210/adop rewriting XML record
-01:24:21-12/10 [irspy] tcp:136.206.1.14:5210/adop rewrote XML record
-01:24:22-12/10 [irspy] tcp:Exlibris.daimi.au.dk:2104/VID01 query 'rec.id="Z39.50:Exlibris.daimi.au.dk:2104/VID01"' found 1 record
-01:24:22-12/10 [irspy] tcp:Exlibris.daimi.au.dk:2104/VID01 entering active pool - 2511 targets remain in queue
-01:24:22-12/10 [irspy] tcp:137.151.165.1:210/Innopac not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:137.151.165.1:210/Innopac") from diag-set 'ZOOM'
-01:24:22-12/10 [irspy] tcp:137.151.165.1:210/Innopac has no more tests: removing
-01:24:22-12/10 [irspy] tcp:137.151.165.1:210/Innopac rewriting XML record
-01:24:31-12/10 [irspy] tcp:137.151.165.1:210/Innopac rewrote XML record
-01:24:31-12/10 [irspy] tcp:Z3950.maribo.integrabib.dk:210/Default query 'rec.id="Z39.50:Z3950.maribo.integrabib.dk:210/Default"' found 1 record
-01:24:32-12/10 [irspy] tcp:Z3950.maribo.integrabib.dk:210/Default entering active pool - 2508 targets remain in queue
-01:24:32-12/10 [irspy] tcp:Z3950.maribo.integrabib.dk:210/Default not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:Z3950.maribo.integrabib.dk:210/Default") from diag-set 'ZOOM'
-01:24:32-12/10 [irspy] tcp:Z3950.maribo.integrabib.dk:210/Default has no more tests: removing
-01:24:32-12/10 [irspy] tcp:Z3950.maribo.integrabib.dk:210/Default rewriting XML record
-01:24:37-12/10 [irspy] tcp:Z3950.maribo.integrabib.dk:210/Default rewrote XML record
-01:24:37-12/10 [irspy] tcp:ads.ahds.ac.uk:2100/default query 'rec.id="Z39.50:ads.ahds.ac.uk:2100/default"' found 1 record
-01:24:38-12/10 [irspy] tcp:ads.ahds.ac.uk:2100/default entering active pool - 2504 targets remain in queue
-01:24:38-12/10 [irspy] tcp:169.139.243.254:210/Horizon not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:169.139.243.254:210/Horizon") from diag-set 'ZOOM'
-01:24:38-12/10 [irspy] tcp:169.139.243.254:210/Horizon has no more tests: removing
-01:24:38-12/10 [irspy] tcp:169.139.243.254:210/Horizon rewriting XML record
-01:24:43-12/10 [irspy] tcp:169.139.243.254:210/Horizon rewrote XML record
-01:24:44-12/10 [irspy] tcp:advance.biblio.polymtl.ca:210/ADVANCE query 'rec.id="Z39.50:advance.biblio.polymtl.ca:210/ADVANCE"' found 1 record
-01:24:44-12/10 [irspy] tcp:advance.biblio.polymtl.ca:210/ADVANCE entering active pool - 2503 targets remain in queue
-01:24:44-12/10 [irspy] tcp:192.231.201.194:210/clarke not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.231.201.194:210/clarke") from diag-set 'ZOOM'
-01:24:44-12/10 [irspy] tcp:192.231.201.194:210/clarke has no more tests: removing
-01:24:44-12/10 [irspy] tcp:192.231.201.194:210/clarke rewriting XML record
-01:24:51-12/10 [irspy] tcp:192.231.201.194:210/clarke rewrote XML record
-01:24:51-12/10 [irspy] tcp:aleph.mzk.cz:9991/MZK01 query 'rec.id="Z39.50:aleph.mzk.cz:9991/MZK01"' found 1 record
-01:24:52-12/10 [irspy] tcp:aleph.mzk.cz:9991/MZK01 entering active pool - 2496 targets remain in queue
-01:24:52-12/10 [irspy] tcp:192.54.81.3:210/CDE not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.54.81.3:210/CDE") from diag-set 'ZOOM'
-01:24:52-12/10 [irspy] tcp:192.54.81.3:210/CDE has no more tests: removing
-01:24:52-12/10 [irspy] tcp:192.54.81.3:210/CDE rewriting XML record
-01:25:01-12/10 [irspy] tcp:192.54.81.3:210/CDE rewrote XML record
-01:25:01-12/10 [irspy] tcp:aleph.sismelfirenze.it:9909/FEF01 query 'rec.id="Z39.50:aleph.sismelfirenze.it:9909/FEF01"' found 1 record
-01:25:02-12/10 [irspy] tcp:aleph.sismelfirenze.it:9909/FEF01 entering active pool - 2494 targets remain in queue
-01:25:02-12/10 [irspy] tcp:192.70.216.16:9991/10540 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.70.216.16:9991/10540") from diag-set 'ZOOM'
-01:25:02-12/10 [irspy] tcp:192.70.216.16:9991/10540 has no more tests: removing
-01:25:02-12/10 [irspy] tcp:192.70.216.16:9991/10540 rewriting XML record
-01:25:13-12/10 [irspy] tcp:192.70.216.16:9991/10540 rewrote XML record
-01:25:13-12/10 [irspy] tcp:aleph.unibas.ch:9909/DSV01 query 'rec.id="Z39.50:aleph.unibas.ch:9909/DSV01"' found 1 record
-01:25:13-12/10 [irspy] tcp:aleph.unibas.ch:9909/DSV01 entering active pool - 2493 targets remain in queue
-01:25:14-12/10 [irspy] tcp:194.190.182.90:211/liber.test2 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:194.190.182.90:211/liber.test2") from diag-set 'ZOOM'
-01:25:14-12/10 [irspy] tcp:194.190.182.90:211/liber.test2 has no more tests: removing
-01:25:14-12/10 [irspy] tcp:194.190.182.90:211/liber.test2 rewriting XML record
-01:25:22-12/10 [irspy] tcp:194.190.182.90:211/liber.test2 rewrote XML record
-01:25:22-12/10 [irspy] tcp:alephprod.calico.ac.za:9991/UCT01 query 'rec.id="Z39.50:alephprod.calico.ac.za:9991/UCT01"' found 1 record
-01:25:22-12/10 [irspy] tcp:alephprod.calico.ac.za:9991/UCT01 entering active pool - 2491 targets remain in queue
-01:25:23-12/10 [irspy] tcp:195.49.239.18:210/elib not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:195.49.239.18:210/elib") from diag-set 'ZOOM'
-01:25:23-12/10 [irspy] tcp:195.49.239.18:210/elib has no more tests: removing
-01:25:23-12/10 [irspy] tcp:195.49.239.18:210/elib rewriting XML record
-01:25:29-12/10 [irspy] tcp:195.49.239.18:210/elib rewrote XML record
-01:25:30-12/10 [irspy] tcp:amicus.nlc-bnc.ca:210/NL query 'rec.id="Z39.50:amicus.nlc-bnc.ca:210/NL"' found 1 record
-01:25:30-12/10 [irspy] tcp:amicus.nlc-bnc.ca:210/NL entering active pool - 2479 targets remain in queue
-01:25:31-12/10 [irspy] tcp:Exlibris.daimi.au.dk:2104/VID01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:Exlibris.daimi.au.dk:2104/VID01") from diag-set 'ZOOM'
-01:25:31-12/10 [irspy] tcp:Exlibris.daimi.au.dk:2104/VID01 has no more tests: removing
-01:25:31-12/10 [irspy] tcp:Exlibris.daimi.au.dk:2104/VID01 rewriting XML record
-01:25:39-12/10 [irspy] tcp:Exlibris.daimi.au.dk:2104/VID01 rewrote XML record
-01:25:39-12/10 [irspy] tcp:amicus.oszk.hu:1616/B2 query 'rec.id="Z39.50:amicus.oszk.hu:1616/B2"' found 1 record
-01:25:40-12/10 [irspy] tcp:amicus.oszk.hu:1616/B2 entering active pool - 2476 targets remain in queue
-01:25:40-12/10 [irspy] tcp:152.95.54.52:2105/SKB not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:152.95.54.52:2105/SKB") from diag-set 'ZOOM'
-01:25:40-12/10 [irspy] tcp:152.95.54.52:2105/SKB has no more tests: removing
-01:25:40-12/10 [irspy] tcp:152.95.54.52:2105/SKB rewriting XML record
-01:25:48-12/10 [irspy] tcp:152.95.54.52:2105/SKB rewrote XML record
-01:25:48-12/10 [irspy] tcp:biblio.crusca.fi.it:9909/ADC01 query 'rec.id="Z39.50:biblio.crusca.fi.it:9909/ADC01"' found 1 record
-01:25:48-12/10 [irspy] tcp:biblio.crusca.fi.it:9909/ADC01 entering active pool - 2451 targets remain in queue
-01:25:49-12/10 [irspy] tcp:192.54.81.3:210/LAM not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.54.81.3:210/LAM") from diag-set 'ZOOM'
-01:25:49-12/10 [irspy] tcp:192.54.81.3:210/LAM has no more tests: removing
-01:25:49-12/10 [irspy] tcp:192.54.81.3:210/LAM rewriting XML record
-01:25:59-12/10 [irspy] tcp:192.54.81.3:210/LAM rewrote XML record
-01:25:59-12/10 [irspy] tcp:biblio.iue.it:210/INNOPAC query 'rec.id="Z39.50:biblio.iue.it:210/INNOPAC"' found 1 record
-01:26:00-12/10 [irspy] tcp:biblio.iue.it:210/INNOPAC entering active pool - 2449 targets remain in queue
-01:26:00-12/10 [irspy] tcp:192.54.81.3:210/MCC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.54.81.3:210/MCC") from diag-set 'ZOOM'
-01:26:00-12/10 [irspy] tcp:192.54.81.3:210/MCC has no more tests: removing
-01:26:00-12/10 [irspy] tcp:192.54.81.3:210/MCC rewriting XML record
-01:26:05-12/10 [irspy] tcp:192.54.81.3:210/MCC rewrote XML record
-01:26:05-12/10 [irspy] tcp:biblio15.uned.es:2200/unicorn query 'rec.id="Z39.50:biblio15.uned.es:2200/unicorn"' found 1 record
-01:26:06-12/10 [irspy] tcp:biblio15.uned.es:2200/unicorn entering active pool - 2446 targets remain in queue
-01:26:07-12/10 [irspy] tcp:62.76.8.149:210/dis converted 'RUSLAN Server Лицензирован для: Башкирский государственный университет' from Latin-1 to UTF-8
-01:26:08-12/10 [irspy] tcp:amicus.oszk.hu:1616/B2 not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:26:08-12/10 [irspy] tcp:amicus.oszk.hu:1616/B2 has no more tests: removing
-01:26:08-12/10 [irspy] tcp:amicus.oszk.hu:1616/B2 rewriting XML record
-01:26:16-12/10 [irspy] tcp:amicus.oszk.hu:1616/B2 rewrote XML record
-01:26:16-12/10 [irspy] tcp:biblioteca.uc3m.es:2200/unicorn query 'rec.id="Z39.50:biblioteca.uc3m.es:2200/unicorn"' found 1 record
-01:26:16-12/10 [irspy] tcp:biblioteca.uc3m.es:2200/unicorn entering active pool - 2444 targets remain in queue
-01:26:22-12/10 [irspy] tcp:81.186.130.245:210/Pantazo has no more tests: removing
-01:26:22-12/10 [irspy] tcp:81.186.130.245:210/Pantazo rewriting XML record
-01:26:37-12/10 [irspy] tcp:81.186.130.245:210/Pantazo rewrote XML record
-01:26:37-12/10 [irspy] tcp:bibliotecaforal.bizkaia.net:210/EUSKO query 'rec.id="Z39.50:bibliotecaforal.bizkaia.net:210/EUSKO"' found 1 record
-01:26:38-12/10 [irspy] tcp:bibliotecaforal.bizkaia.net:210/EUSKO entering active pool - 2443 targets remain in queue
-01:26:59-12/10 [irspy] tcp:128.171.19.17:7290/Voyager has no more tests: removing
-01:26:59-12/10 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-01:27:20-12/10 [irspy] tcp:128.171.19.17:7290/Voyager rewrote XML record
-01:27:20-12/10 [irspy] tcp:blais.claremont.edu:210/INNOPAC query 'rec.id="Z39.50:blais.claremont.edu:210/INNOPAC"' found 1 record
-01:27:20-12/10 [irspy] tcp:blais.claremont.edu:210/INNOPAC entering active pool - 2432 targets remain in queue
-01:27:21-12/10 [irspy] tcp:128.172.1.222:9909/VCU01PUB not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:128.172.1.222:9909/VCU01PUB") from diag-set 'ZOOM'
-01:27:21-12/10 [irspy] tcp:128.172.1.222:9909/VCU01PUB has no more tests: removing
-01:27:21-12/10 [irspy] tcp:128.172.1.222:9909/VCU01PUB rewriting XML record
-01:27:42-12/10 [irspy] tcp:128.172.1.222:9909/VCU01PUB rewrote XML record
-01:27:42-12/10 [irspy] tcp:bpavila.bcl.jcyl.es:210/AbsysE query 'rec.id="Z39.50:bpavila.bcl.jcyl.es:210/AbsysE"' found 1 record
-01:27:43-12/10 [irspy] tcp:bpavila.bcl.jcyl.es:210/AbsysE entering active pool - 2427 targets remain in queue
-01:27:43-12/10 [irspy] tcp:128.172.2.40:20005/dcat not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:128.172.2.40:20005/dcat") from diag-set 'ZOOM'
-01:27:43-12/10 [irspy] tcp:128.172.2.40:20005/dcat has no more tests: removing
-01:27:43-12/10 [irspy] tcp:128.172.2.40:20005/dcat rewriting XML record
-01:27:54-12/10 [irspy] tcp:128.172.2.40:20005/dcat rewrote XML record
-01:27:54-12/10 [irspy] tcp:bpburgos.bcl.jcyl.es:210/AbsysE query 'rec.id="Z39.50:bpburgos.bcl.jcyl.es:210/AbsysE"' found 1 record
-01:27:55-12/10 [irspy] tcp:bpburgos.bcl.jcyl.es:210/AbsysE entering active pool - 2426 targets remain in queue
-01:27:55-12/10 [irspy] tcp:129.237.122.77:210/costarica not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:129.237.122.77:210/costarica") from diag-set 'ZOOM'
-01:27:55-12/10 [irspy] tcp:129.237.122.77:210/costarica has no more tests: removing
-01:27:55-12/10 [irspy] tcp:129.237.122.77:210/costarica rewriting XML record
-01:28:04-12/10 [irspy] tcp:129.237.122.77:210/costarica rewrote XML record
-01:28:04-12/10 [irspy] tcp:brocar.unavarra.es:9999/libros query 'rec.id="Z39.50:brocar.unavarra.es:9999/libros"' found 1 record
-01:28:05-12/10 [irspy] tcp:brocar.unavarra.es:9999/libros entering active pool - 2418 targets remain in queue
-01:28:05-12/10 [irspy] tcp:130.159.64.152:210/HORIZON not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:130.159.64.152:210/HORIZON") from diag-set 'ZOOM'
-01:28:05-12/10 [irspy] tcp:130.159.64.152:210/HORIZON has no more tests: removing
-01:28:05-12/10 [irspy] tcp:130.159.64.152:210/HORIZON rewriting XML record
-01:28:13-12/10 [irspy] tcp:130.159.64.152:210/HORIZON rewrote XML record
-01:28:13-12/10 [irspy] tcp:bthnt.bth.rwth-aachen.de:2020/gkneu query 'rec.id="Z39.50:bthnt.bth.rwth-aachen.de:2020/gkneu"' found 1 record
-01:28:14-12/10 [irspy] tcp:bthnt.bth.rwth-aachen.de:2020/gkneu entering active pool - 2416 targets remain in queue
-01:28:14-12/10 [irspy] tcp:130.39.131.82:210/LSUE not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:130.39.131.82:210/LSUE") from diag-set 'ZOOM'
-01:28:14-12/10 [irspy] tcp:130.39.131.82:210/LSUE has no more tests: removing
-01:28:14-12/10 [irspy] tcp:130.39.131.82:210/LSUE rewriting XML record
-01:28:21-12/10 [irspy] tcp:130.39.131.82:210/LSUE rewrote XML record
-01:28:21-12/10 [irspy] tcp:cat.libraries.psu.edu:2200/Unicorn query 'rec.id="Z39.50:cat.libraries.psu.edu:2200/Unicorn"' found 2 records
-01:28:22-12/10 [irspy] tcp:cat.libraries.psu.edu:2200/Unicorn entering active pool - 2403 targets remain in queue
-01:28:22-12/10 [irspy] tcp:130.39.131.82:210/TECH not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:130.39.131.82:210/TECH") from diag-set 'ZOOM'
-01:28:22-12/10 [irspy] tcp:130.39.131.82:210/TECH has no more tests: removing
-01:28:22-12/10 [irspy] tcp:130.39.131.82:210/TECH rewriting XML record
-01:28:29-12/10 [irspy] tcp:130.39.131.82:210/TECH rewrote XML record
-01:28:29-12/10 [irspy] tcp:catalogue.halifaxpubliclibraries.ca:210/horizon query 'rec.id="Z39.50:catalogue.halifaxpubliclibraries.ca:210/horizon"' found 1 record
-01:28:29-12/10 [irspy] tcp:catalogue.halifaxpubliclibraries.ca:210/horizon entering active pool - 2379 targets remain in queue
-01:28:30-12/10 [irspy] tcp:130.86.12.1:210/Innopac not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:130.86.12.1:210/Innopac") from diag-set 'ZOOM'
-01:28:30-12/10 [irspy] tcp:130.86.12.1:210/Innopac has no more tests: removing
-01:28:30-12/10 [irspy] tcp:130.86.12.1:210/Innopac rewriting XML record
-01:28:39-12/10 [irspy] tcp:130.86.12.1:210/Innopac rewrote XML record
-01:28:39-12/10 [irspy] tcp:catalogue.lib.ed.ac.uk:7090/Voyager query 'rec.id="Z39.50:catalogue.lib.ed.ac.uk:7090/Voyager"' found 1 record
-01:28:39-12/10 [irspy] tcp:catalogue.lib.ed.ac.uk:7090/Voyager entering active pool - 2378 targets remain in queue
-01:28:40-12/10 [irspy] tcp:131.112.119.70:210/report not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:131.112.119.70:210/report") from diag-set 'ZOOM'
-01:28:40-12/10 [irspy] tcp:131.112.119.70:210/report has no more tests: removing
-01:28:40-12/10 [irspy] tcp:131.112.119.70:210/report rewriting XML record
-01:28:47-12/10 [irspy] tcp:131.112.119.70:210/report rewrote XML record
-01:28:47-12/10 [irspy] tcp:ciu.library.net:5666/ciu query 'rec.id="Z39.50:ciu.library.net:5666/ciu"' found 1 record
-01:28:48-12/10 [irspy] tcp:ciu.library.net:5666/ciu entering active pool - 2368 targets remain in queue
-01:28:48-12/10 [irspy] tcp:131.121.188.1:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:131.121.188.1:210/INNOPAC") from diag-set 'ZOOM'
-01:28:48-12/10 [irspy] tcp:131.121.188.1:210/INNOPAC has no more tests: removing
-01:28:48-12/10 [irspy] tcp:131.121.188.1:210/INNOPAC rewriting XML record
-01:28:55-12/10 [irspy] tcp:131.121.188.1:210/INNOPAC rewrote XML record
-01:28:55-12/10 [irspy] tcp:dtslib.dts.edu:2200/Unicorn query 'rec.id="Z39.50:dtslib.dts.edu:2200/Unicorn"' found 1 record
-01:28:55-12/10 [irspy] tcp:dtslib.dts.edu:2200/Unicorn entering active pool - 2357 targets remain in queue
-01:28:56-12/10 [irspy] tcp:134.99.136.10:2020/opac not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:134.99.136.10:2020/opac") from diag-set 'ZOOM'
-01:28:56-12/10 [irspy] tcp:134.99.136.10:2020/opac has no more tests: removing
-01:28:56-12/10 [irspy] tcp:134.99.136.10:2020/opac rewriting XML record
-01:29:06-12/10 [irspy] tcp:134.99.136.10:2020/opac rewrote XML record
-01:29:06-12/10 [irspy] tcp:ecco.easterncluster.com:7090/Voyager query 'rec.id="Z39.50:ecco.easterncluster.com:7090/Voyager"' found 1 record
-01:29:07-12/10 [irspy] tcp:ecco.easterncluster.com:7090/Voyager entering active pool - 2355 targets remain in queue
-01:29:08-12/10 [irspy] tcp:137.150.180.11:210/MAIN*BIBMAST not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:137.150.180.11:210/MAIN*BIBMAST") from diag-set 'ZOOM'
-01:29:08-12/10 [irspy] tcp:137.150.180.11:210/MAIN*BIBMAST has no more tests: removing
-01:29:08-12/10 [irspy] tcp:137.150.180.11:210/MAIN*BIBMAST rewriting XML record
-01:29:15-12/10 [irspy] tcp:137.150.180.11:210/MAIN*BIBMAST rewrote XML record
-01:29:15-12/10 [irspy] tcp:gil.atlm.peachnet.edu:7290/Voyager query 'rec.id="Z39.50:gil.atlm.peachnet.edu:7290/Voyager"' found 1 record
-01:29:16-12/10 [irspy] tcp:gil.atlm.peachnet.edu:7290/Voyager entering active pool - 2332 targets remain in queue
-01:29:16-12/10 [irspy] tcp:138.231.48.2:21210/MAIN*BIBMAST not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:138.231.48.2:21210/MAIN*BIBMAST") from diag-set 'ZOOM'
-01:29:16-12/10 [irspy] tcp:138.231.48.2:21210/MAIN*BIBMAST has no more tests: removing
-01:29:16-12/10 [irspy] tcp:138.231.48.2:21210/MAIN*BIBMAST rewriting XML record
-01:29:25-12/10 [irspy] tcp:138.231.48.2:21210/MAIN*BIBMAST rewrote XML record
-01:29:25-12/10 [irspy] tcp:gil.gc.peachnet.edu:7690/Voyager query 'rec.id="Z39.50:gil.gc.peachnet.edu:7690/Voyager"' found 1 record
-01:29:27-12/10 [irspy] tcp:gil.gc.peachnet.edu:7690/Voyager entering active pool - 2327 targets remain in queue
-01:29:27-12/10 [irspy] tcp:155.135.4.1:210/MAIN*BIBMAST not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:155.135.4.1:210/MAIN*BIBMAST") from diag-set 'ZOOM'
-01:29:27-12/10 [irspy] tcp:155.135.4.1:210/MAIN*BIBMAST has no more tests: removing
-01:29:27-12/10 [irspy] tcp:155.135.4.1:210/MAIN*BIBMAST rewriting XML record
-01:29:38-12/10 [irspy] tcp:155.135.4.1:210/MAIN*BIBMAST rewrote XML record
-01:29:38-12/10 [irspy] tcp:gil.guc.peachnet.edu:7890/Voyager query 'rec.id="Z39.50:gil.guc.peachnet.edu:7890/Voyager"' found 1 record
-01:29:40-12/10 [irspy] tcp:gil.guc.peachnet.edu:7890/Voyager entering active pool - 2323 targets remain in queue
-01:29:40-12/10 [irspy] tcp:156.108.164.118:210/MANCOSSERVER not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:156.108.164.118:210/MANCOSSERVER") from diag-set 'ZOOM'
-01:29:40-12/10 [irspy] tcp:156.108.164.118:210/MANCOSSERVER has no more tests: removing
-01:29:40-12/10 [irspy] tcp:156.108.164.118:210/MANCOSSERVER rewriting XML record
-01:29:54-12/10 [irspy] tcp:156.108.164.118:210/MANCOSSERVER rewrote XML record
-01:29:55-12/10 [irspy] tcp:gil.uga.edu:7090/Voyager query 'rec.id="Z39.50:gil.uga.edu:7090/Voyager"' found 2 records
-01:29:56-12/10 [irspy] tcp:gil.uga.edu:7090/Voyager entering active pool - 2319 targets remain in queue
-01:29:57-12/10 [irspy] tcp:159.189.81.130:5333/nbii_metadata not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:159.189.81.130:5333/nbii_metadata") from diag-set 'ZOOM'
-01:29:57-12/10 [irspy] tcp:159.189.81.130:5333/nbii_metadata has no more tests: removing
-01:29:57-12/10 [irspy] tcp:159.189.81.130:5333/nbii_metadata rewriting XML record
-01:30:22-12/10 [irspy] tcp:159.189.81.130:5333/nbii_metadata rewrote XML record
-01:30:25-12/10 [irspy] tcp:gil.valdosta.edu:7890/Voyager query 'rec.id="Z39.50:gil.valdosta.edu:7890/Voyager"' found 1 record
-01:30:25-12/10 [irspy] tcp:gil.valdosta.edu:7890/Voyager entering active pool - 2318 targets remain in queue
-01:30:26-12/10 [irspy] tcp:192.54.81.3:210/NEU not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.54.81.3:210/NEU") from diag-set 'ZOOM'
-01:30:26-12/10 [irspy] tcp:192.54.81.3:210/NEU has no more tests: removing
-01:30:26-12/10 [irspy] tcp:192.54.81.3:210/NEU rewriting XML record
-01:30:43-12/10 [irspy] tcp:192.54.81.3:210/NEU rewrote XML record
-01:30:43-12/10 [irspy] tcp:hml.lib.hawaii.edu:7090/Voyager query 'rec.id="Z39.50:hml.lib.hawaii.edu:7090/Voyager"' found 1 record
-01:30:43-12/10 [irspy] tcp:hml.lib.hawaii.edu:7090/Voyager entering active pool - 2310 targets remain in queue
-01:30:43-12/10 [irspy] tcp:192.54.81.3:210/OTE not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.54.81.3:210/OTE") from diag-set 'ZOOM'
-01:30:43-12/10 [irspy] tcp:192.54.81.3:210/OTE has no more tests: removing
-01:30:43-12/10 [irspy] tcp:192.54.81.3:210/OTE rewriting XML record
-01:30:57-12/10 [irspy] tcp:192.54.81.3:210/OTE rewrote XML record
-01:30:57-12/10 [irspy] tcp:honolulucc.lib.hawaii.edu:7090/Voyager query 'rec.id="Z39.50:honolulucc.lib.hawaii.edu:7090/Voyager"' found 1 record
-01:30:57-12/10 [irspy] tcp:honolulucc.lib.hawaii.edu:7090/Voyager entering active pool - 2309 targets remain in queue
-01:30:58-12/10 [irspy] tcp:192.54.81.3:210/TRI not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.54.81.3:210/TRI") from diag-set 'ZOOM'
-01:30:58-12/10 [irspy] tcp:192.54.81.3:210/TRI has no more tests: removing
-01:30:58-12/10 [irspy] tcp:192.54.81.3:210/TRI rewriting XML record
-01:31:08-12/10 [irspy] tcp:192.54.81.3:210/TRI rewrote XML record
-01:31:08-12/10 [irspy] tcp:jculib.jcu.edu.au:210/database query 'rec.id="Z39.50:jculib.jcu.edu.au:210/database"' found 1 record
-01:31:08-12/10 [irspy] tcp:jculib.jcu.edu.au:210/database entering active pool - 2288 targets remain in queue
-01:31:10-12/10 [irspy] tcp:192.84.155.210:9909/PIS01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.84.155.210:9909/PIS01") from diag-set 'ZOOM'
-01:31:10-12/10 [irspy] tcp:192.84.155.210:9909/PIS01 has no more tests: removing
-01:31:10-12/10 [irspy] tcp:192.84.155.210:9909/PIS01 rewriting XML record
-01:31:16-12/10 [irspy] tcp:192.84.155.210:9909/PIS01 rewrote XML record
-01:31:16-12/10 [irspy] tcp:labordoc.ilo.org:7090/Voyager query 'rec.id="Z39.50:labordoc.ilo.org:7090/Voyager"' found 1 record
-01:31:17-12/10 [irspy] tcp:labordoc.ilo.org:7090/Voyager entering active pool - 2282 targets remain in queue
-01:31:17-12/10 [irspy] tcp:193.162.227.226:210/Semibasen not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:193.162.227.226:210/Semibasen") from diag-set 'ZOOM'
-01:31:17-12/10 [irspy] tcp:193.162.227.226:210/Semibasen has no more tests: removing
-01:31:17-12/10 [irspy] tcp:193.162.227.226:210/Semibasen rewriting XML record
-01:31:23-12/10 [irspy] tcp:193.162.227.226:210/Semibasen rewrote XML record
-01:31:23-12/10 [irspy] tcp:libcat.dartmouth.edu:210/INNOPAC query 'rec.id="Z39.50:libcat.dartmouth.edu:210/INNOPAC"' found 1 record
-01:31:23-12/10 [irspy] tcp:libcat.dartmouth.edu:210/INNOPAC entering active pool - 2265 targets remain in queue
-01:31:24-12/10 [irspy] tcp:193.30.112.113:9909/HBZ01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:193.30.112.113:9909/HBZ01") from diag-set 'ZOOM'
-01:31:24-12/10 [irspy] tcp:193.30.112.113:9909/HBZ01 has no more tests: removing
-01:31:24-12/10 [irspy] tcp:193.30.112.113:9909/HBZ01 rewriting XML record
-01:31:34-12/10 [irspy] tcp:193.30.112.113:9909/HBZ01 rewrote XML record
-01:31:34-12/10 [irspy] tcp:libor.pstu.ru:210/test query 'rec.id="Z39.50:libor.pstu.ru:210/test"' found 1 record
-01:31:34-12/10 [irspy] tcp:libor.pstu.ru:210/test entering active pool - 2258 targets remain in queue
-01:31:37-12/10 [irspy] tcp:194.190.186.119:2210/liber not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:194.190.186.119:2210/liber") from diag-set 'ZOOM'
-01:31:37-12/10 [irspy] tcp:194.190.186.119:2210/liber has no more tests: removing
-01:31:37-12/10 [irspy] tcp:194.190.186.119:2210/liber rewriting XML record
-01:31:45-12/10 [irspy] tcp:194.190.186.119:2210/liber rewrote XML record
-01:31:45-12/10 [irspy] tcp:library.chowan.edu:210/INNOPAC query 'rec.id="Z39.50:library.chowan.edu:210/INNOPAC"' found 1 record
-01:31:45-12/10 [irspy] tcp:library.chowan.edu:210/INNOPAC entering active pool - 2244 targets remain in queue
-01:31:46-12/10 [irspy] tcp:195.31.151.66:2100/guggenheim not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:195.31.151.66:2100/guggenheim") from diag-set 'ZOOM'
-01:31:46-12/10 [irspy] tcp:195.31.151.66:2100/guggenheim has no more tests: removing
-01:31:46-12/10 [irspy] tcp:195.31.151.66:2100/guggenheim rewriting XML record
-01:31:57-12/10 [irspy] tcp:195.31.151.66:2100/guggenheim rewrote XML record
-01:31:57-12/10 [irspy] tcp:library.ci.hayward.ca.us:210/INNOPAC query 'rec.id="Z39.50:library.ci.hayward.ca.us:210/INNOPAC"' found 1 record
-01:31:57-12/10 [irspy] tcp:library.ci.hayward.ca.us:210/INNOPAC entering active pool - 2242 targets remain in queue
-01:32:00-12/10 [irspy] tcp:207.63.246.34:210/Dynix not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:207.63.246.34:210/Dynix") from diag-set 'ZOOM'
-01:32:00-12/10 [irspy] tcp:207.63.246.34:210/Dynix has no more tests: removing
-01:32:00-12/10 [irspy] tcp:207.63.246.34:210/Dynix rewriting XML record
-01:32:09-12/10 [irspy] tcp:207.63.246.34:210/Dynix rewrote XML record
-01:32:09-12/10 [irspy] tcp:library.co.chesterfield.va.us:210/INNOPAC query 'rec.id="Z39.50:library.co.chesterfield.va.us:210/INNOPAC"' found 1 record
-01:32:09-12/10 [irspy] tcp:library.co.chesterfield.va.us:210/INNOPAC entering active pool - 2240 targets remain in queue
-01:32:09-12/10 [irspy] tcp:207.64.156.8:210/dynix not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:207.64.156.8:210/dynix") from diag-set 'ZOOM'
-01:32:09-12/10 [irspy] tcp:207.64.156.8:210/dynix has no more tests: removing
-01:32:10-12/10 [irspy] tcp:207.64.156.8:210/dynix rewriting XML record
-01:32:23-12/10 [irspy] tcp:207.64.156.8:210/dynix rewrote XML record
-01:32:24-12/10 [irspy] tcp:library.ecu.edu.au:210/INNOPAC query 'rec.id="Z39.50:library.ecu.edu.au:210/INNOPAC"' found 1 record
-01:32:24-12/10 [irspy] tcp:library.ecu.edu.au:210/INNOPAC entering active pool - 2232 targets remain in queue
-01:32:27-12/10 [irspy] tcp:208.24.160.61:210/LOCAL not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:208.24.160.61:210/LOCAL") from diag-set 'ZOOM'
-01:32:27-12/10 [irspy] tcp:208.24.160.61:210/LOCAL has no more tests: removing
-01:32:27-12/10 [irspy] tcp:208.24.160.61:210/LOCAL rewriting XML record
-01:32:37-12/10 [irspy] tcp:208.24.160.61:210/LOCAL rewrote XML record
-01:32:37-12/10 [irspy] tcp:library.ied.edu.hk:210/INNOPAC query 'rec.id="Z39.50:library.ied.edu.hk:210/INNOPAC"' found 1 record
-01:32:37-12/10 [irspy] tcp:library.ied.edu.hk:210/INNOPAC entering active pool - 2228 targets remain in queue
-01:32:37-12/10 [irspy] tcp:212.45.5.164:2210/liber.fr not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:212.45.5.164:2210/liber.fr") from diag-set 'ZOOM'
-01:32:37-12/10 [irspy] tcp:212.45.5.164:2210/liber.fr has no more tests: removing
-01:32:37-12/10 [irspy] tcp:212.45.5.164:2210/liber.fr rewriting XML record
-01:32:48-12/10 [irspy] tcp:212.45.5.164:2210/liber.fr rewrote XML record
-01:32:49-12/10 [irspy] tcp:library.lipscomb.edu:210/INNOPAC query 'rec.id="Z39.50:library.lipscomb.edu:210/INNOPAC"' found 1 record
-01:32:49-12/10 [irspy] tcp:library.lipscomb.edu:210/INNOPAC entering active pool - 2221 targets remain in queue
-01:32:50-12/10 [irspy] tcp:213.151.79.29:9999/UZPI not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:213.151.79.29:9999/UZPI") from diag-set 'ZOOM'
-01:32:50-12/10 [irspy] tcp:213.151.79.29:9999/UZPI has no more tests: removing
-01:32:50-12/10 [irspy] tcp:213.151.79.29:9999/UZPI rewriting XML record
-01:33:05-12/10 [irspy] tcp:213.151.79.29:9999/UZPI rewrote XML record
-01:33:06-12/10 [irspy] tcp:library.ltcc.edu:7090/Voyager query 'rec.id="Z39.50:library.ltcc.edu:7090/Voyager"' found 1 record
-01:33:07-12/10 [irspy] tcp:library.ltcc.edu:7090/Voyager entering active pool - 2219 targets remain in queue
-01:33:07-12/10 [irspy] tcp:bthnt.bth.rwth-aachen.de:2020/gkneu not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:bthnt.bth.rwth-aachen.de:2020/gkneu") from diag-set 'ZOOM'
-01:33:07-12/10 [irspy] tcp:bthnt.bth.rwth-aachen.de:2020/gkneu has no more tests: removing
-01:33:07-12/10 [irspy] tcp:bthnt.bth.rwth-aachen.de:2020/gkneu rewriting XML record
-01:33:19-12/10 [irspy] tcp:bthnt.bth.rwth-aachen.de:2020/gkneu rewrote XML record
-01:33:19-12/10 [irspy] tcp:lispac.lsbu.ac.uk:210/INNOPAC query 'rec.id="Z39.50:lispac.lsbu.ac.uk:210/INNOPAC"' found 1 record
-01:33:19-12/10 [irspy] tcp:lispac.lsbu.ac.uk:210/INNOPAC entering active pool - 2212 targets remain in queue
-01:33:21-12/10 [irspy] tcp:ads.ahds.ac.uk:2100/default not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:ads.ahds.ac.uk:2100/default") from diag-set 'ZOOM'
-01:33:21-12/10 [irspy] tcp:ads.ahds.ac.uk:2100/default has no more tests: removing
-01:33:21-12/10 [irspy] tcp:ads.ahds.ac.uk:2100/default rewriting XML record
-01:33:42-12/10 [irspy] tcp:ads.ahds.ac.uk:2100/default rewrote XML record
-01:33:44-12/10 [irspy] tcp:malvine.bn.pt:2100/Default query 'rec.id="Z39.50:malvine.bn.pt:2100/Default"' found 1 record
-01:33:45-12/10 [irspy] tcp:malvine.bn.pt:2100/Default entering active pool - 2206 targets remain in queue
-01:33:45-12/10 [irspy] tcp:bpavila.bcl.jcyl.es:210/AbsysE converted 'ABSYS/YAZ / Biblioteca Pública de Avila                     ' from Latin-1 to UTF-8
-01:33:46-12/10 [irspy] tcp:cat.libraries.psu.edu:2200/Unicorn not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:33:46-12/10 [irspy] tcp:cat.libraries.psu.edu:2200/Unicorn has no more tests: removing
-01:33:46-12/10 [irspy] tcp:cat.libraries.psu.edu:2200/Unicorn rewriting XML record
-01:34:00-12/10 [irspy] tcp:cat.libraries.psu.edu:2200/Unicorn rewrote XML record
-01:34:00-12/10 [irspy] tcp:othmerlib.chemheritage.org:210/INNOPAC query 'rec.id="Z39.50:othmerlib.chemheritage.org:210/INNOPAC"' found 1 record
-01:34:00-12/10 [irspy] tcp:othmerlib.chemheritage.org:210/INNOPAC entering active pool - 2186 targets remain in queue
-01:34:01-12/10 [irspy] tcp:dtslib.dts.edu:2200/Unicorn not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:34:01-12/10 [irspy] tcp:dtslib.dts.edu:2200/Unicorn has no more tests: removing
-01:34:01-12/10 [irspy] tcp:dtslib.dts.edu:2200/Unicorn rewriting XML record
-01:34:17-12/10 [irspy] tcp:dtslib.dts.edu:2200/Unicorn rewrote XML record
-01:34:17-12/10 [irspy] tcp:pac.nwrls.lib.fl.us:5666/LSPacZ query 'rec.id="Z39.50:pac.nwrls.lib.fl.us:5666/LSPacZ"' found 1 record
-01:34:17-12/10 [irspy] tcp:pac.nwrls.lib.fl.us:5666/LSPacZ entering active pool - 2185 targets remain in queue
-01:34:20-12/10 [irspy] tcp:library.ltcc.edu:7090/Voyager not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:library.ltcc.edu:7090/Voyager") from diag-set 'ZOOM'
-01:34:20-12/10 [irspy] tcp:library.ltcc.edu:7090/Voyager has no more tests: removing
-01:34:20-12/10 [irspy] tcp:library.ltcc.edu:7090/Voyager rewriting XML record
-01:34:39-12/10 [irspy] tcp:library.ltcc.edu:7090/Voyager rewrote XML record
-01:34:41-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/ History Data Service query 'rec.id="Z39.50:prospero.ahds.ac.uk:8080/ History Data Service"' found 1 record
-01:34:43-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/ History Data Service entering active pool - 2177 targets remain in queue
-01:34:43-12/10 [irspy] tcp:jculib.jcu.edu.au:210/database not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:jculib.jcu.edu.au:210/database") from diag-set 'ZOOM'
-01:34:43-12/10 [irspy] tcp:jculib.jcu.edu.au:210/database has no more tests: removing
-01:34:43-12/10 [irspy] tcp:jculib.jcu.edu.au:210/database rewriting XML record
-01:34:56-12/10 [irspy] tcp:jculib.jcu.edu.au:210/database rewrote XML record
-01:34:58-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/Archeological Data Service query 'rec.id="Z39.50:prospero.ahds.ac.uk:8080/Archeological Data Service"' found 1 record
-01:35:00-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/Archeological Data Service entering active pool - 2176 targets remain in queue
-01:35:25-12/10 [irspy] tcp:catalogue.lib.ed.ac.uk:7090/Voyager has no more tests: removing
-01:35:25-12/10 [irspy] tcp:catalogue.lib.ed.ac.uk:7090/Voyager rewriting XML record
-01:35:40-12/10 [irspy] tcp:catalogue.lib.ed.ac.uk:7090/Voyager rewrote XML record
-01:35:40-12/10 [irspy] tcp:swb.bsz-bw.de:210/swblite query 'rec.id="Z39.50:swb.bsz-bw.de:210/swblite"' found 1 record
-01:35:41-12/10 [irspy] tcp:swb.bsz-bw.de:210/swblite entering active pool - 2163 targets remain in queue
-01:35:42-12/10 [irspy] tcp:biblio.crusca.fi.it:9909/ADC01 has no more tests: removing
-01:35:42-12/10 [irspy] tcp:biblio.crusca.fi.it:9909/ADC01 rewriting XML record
-01:35:51-12/10 [irspy] tcp:biblio.crusca.fi.it:9909/ADC01 rewrote XML record
-01:35:51-12/10 [irspy] tcp:thuvienhaiphu.com.vn:210/tntv query 'rec.id="Z39.50:thuvienhaiphu.com.vn:210/tntv"' found 1 record
-01:35:52-12/10 [irspy] tcp:thuvienhaiphu.com.vn:210/tntv entering active pool - 2159 targets remain in queue
-01:36:08-12/10 [irspy] tcp:gil.gc.peachnet.edu:7690/Voyager has no more tests: removing
-01:36:08-12/10 [irspy] tcp:gil.gc.peachnet.edu:7690/Voyager rewriting XML record
-01:36:19-12/10 [irspy] tcp:gil.gc.peachnet.edu:7690/Voyager rewrote XML record
-01:36:19-12/10 [irspy] tcp:viking.sirsi.net:2200/Unicorn query 'rec.id="Z39.50:viking.sirsi.net:2200/Unicorn"' found 1 record
-01:36:19-12/10 [irspy] tcp:viking.sirsi.net:2200/Unicorn entering active pool - 2150 targets remain in queue
-01:36:59-12/10 [irspy] tcp:viking.sirsi.net:2200/Unicorn not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:viking.sirsi.net:2200/Unicorn") from diag-set 'ZOOM'
-01:36:59-12/10 [irspy] tcp:viking.sirsi.net:2200/Unicorn has no more tests: removing
-01:36:59-12/10 [irspy] tcp:viking.sirsi.net:2200/Unicorn rewriting XML record
-01:37:05-12/10 [irspy] tcp:viking.sirsi.net:2200/Unicorn rewrote XML record
-01:37:05-12/10 [irspy] tcp:webcat.ci.hurst.tx.us:2200/SIRSI query 'rec.id="Z39.50:webcat.ci.hurst.tx.us:2200/SIRSI"' found 1 record
-01:37:05-12/10 [irspy] tcp:webcat.ci.hurst.tx.us:2200/SIRSI entering active pool - 2143 targets remain in queue
-01:37:08-12/10 [irspy] tcp:ecco.easterncluster.com:7090/Voyager has no more tests: removing
-01:37:08-12/10 [irspy] tcp:ecco.easterncluster.com:7090/Voyager rewriting XML record
-01:37:13-12/10 [irspy] tcp:ecco.easterncluster.com:7090/Voyager rewrote XML record
-01:37:13-12/10 [irspy] tcp:www-2.sirsi.net:2200/Unicorn query 'rec.id="Z39.50:www-2.sirsi.net:2200/Unicorn"' found 1 record
-01:37:13-12/10 [irspy] tcp:www-2.sirsi.net:2200/Unicorn entering active pool - 2134 targets remain in queue
-01:37:53-12/10 [irspy] tcp:www-2.sirsi.net:2200/Unicorn not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:www-2.sirsi.net:2200/Unicorn") from diag-set 'ZOOM'
-01:37:53-12/10 [irspy] tcp:www-2.sirsi.net:2200/Unicorn has no more tests: removing
-01:37:53-12/10 [irspy] tcp:www-2.sirsi.net:2200/Unicorn rewriting XML record
-01:38:01-12/10 [irspy] tcp:www-2.sirsi.net:2200/Unicorn rewrote XML record
-01:38:01-12/10 [irspy] tcp:www.connetquot.lib.ny.us:2200/Unicorn query 'rec.id="Z39.50:www.connetquot.lib.ny.us:2200/Unicorn"' found 1 record
-01:38:01-12/10 [irspy] tcp:www.connetquot.lib.ny.us:2200/Unicorn entering active pool - 2116 targets remain in queue
-01:38:03-12/10 [irspy] tcp:gil.guc.peachnet.edu:7890/Voyager has no more tests: removing
-01:38:03-12/10 [irspy] tcp:gil.guc.peachnet.edu:7890/Voyager rewriting XML record
-01:38:13-12/10 [irspy] tcp:gil.guc.peachnet.edu:7890/Voyager rewrote XML record
-01:38:13-12/10 [irspy] tcp:z3950.eb.com:210/XXDEFAULT query 'rec.id="Z39.50:z3950.eb.com:210/XXDEFAULT"' found 1 record
-01:38:14-12/10 [irspy] tcp:z3950.eb.com:210/XXDEFAULT entering active pool - 2102 targets remain in queue
-01:38:15-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/ History Data Service not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:prospero.ahds.ac.uk:8080/ History Data Service") from diag-set 'ZOOM'
-01:38:15-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/ History Data Service has no more tests: removing
-01:38:15-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/ History Data Service rewriting XML record
-01:38:25-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/ History Data Service rewrote XML record
-01:38:26-12/10 [irspy] tcp:z3950.intute.ac.uk:210/socialsciences query 'rec.id="Z39.50:z3950.intute.ac.uk:210/socialsciences"' found 1 record
-01:38:26-12/10 [irspy] tcp:z3950.intute.ac.uk:210/socialsciences entering active pool - 2095 targets remain in queue
-01:38:26-12/10 [irspy] tcp:www.connetquot.lib.ny.us:2200/Unicorn not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:www.connetquot.lib.ny.us:2200/Unicorn") from diag-set 'ZOOM'
-01:38:26-12/10 [irspy] tcp:www.connetquot.lib.ny.us:2200/Unicorn has no more tests: removing
-01:38:26-12/10 [irspy] tcp:www.connetquot.lib.ny.us:2200/Unicorn rewriting XML record
-01:38:37-12/10 [irspy] tcp:www.connetquot.lib.ny.us:2200/Unicorn rewrote XML record
-01:38:37-12/10 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:210/ANY query 'rec.id="Z39.50:z3950.librariesaustralia.nla.gov.au:210/ANY"' found 1 record
-01:38:37-12/10 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:210/ANY entering active pool - 2092 targets remain in queue
-01:38:38-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/Archeological Data Service not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:prospero.ahds.ac.uk:8080/Archeological Data Service") from diag-set 'ZOOM'
-01:38:38-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/Archeological Data Service has no more tests: removing
-01:38:38-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/Archeological Data Service rewriting XML record
-01:38:45-12/10 [irspy] tcp:prospero.ahds.ac.uk:8080/Archeological Data Service rewrote XML record
-01:38:46-12/10 [irspy] tcp:z3950.regione.liguria.it:2100/cbl query 'rec.id="Z39.50:z3950.regione.liguria.it:2100/cbl"' found 1 record
-01:38:46-12/10 [irspy] tcp:z3950.regione.liguria.it:2100/cbl entering active pool - 2088 targets remain in queue
-01:38:49-12/10 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:210/ANY not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:38:49-12/10 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:210/ANY has no more tests: removing
-01:38:49-12/10 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:210/ANY rewriting XML record
-01:38:57-12/10 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:210/ANY rewrote XML record
-01:38:57-12/10 [irspy] tcp:zserv.libfl.ru:210/books query 'rec.id="Z39.50:zserv.libfl.ru:210/books"' found 1 record
-01:38:57-12/10 [irspy] tcp:zserv.libfl.ru:210/books entering active pool - 2085 targets remain in queue
-01:38:58-12/10 [irspy] tcp:gil.atlm.peachnet.edu:7290/Voyager has no more tests: removing
-01:38:58-12/10 [irspy] tcp:gil.atlm.peachnet.edu:7290/Voyager rewriting XML record
-01:39:04-12/10 [irspy] tcp:gil.atlm.peachnet.edu:7290/Voyager rewrote XML record
-01:39:04-12/10 [irspy] tcp:129.252.41.98:20003/USCAN query 'rec.id="Z39.50:129.252.41.98:20003/USCAN"' found 1 record
-01:39:05-12/10 [irspy] tcp:129.252.41.98:20003/USCAN entering active pool - 2077 targets remain in queue
-01:39:05-12/10 [irspy] tcp:biblioteca.uc3m.es:2200/unicorn has no more tests: removing
-01:39:05-12/10 [irspy] tcp:biblioteca.uc3m.es:2200/unicorn rewriting XML record
-01:39:12-12/10 [irspy] tcp:biblioteca.uc3m.es:2200/unicorn rewrote XML record
-01:39:12-12/10 [irspy] tcp:208.178.237.47:210/INNOPAC query 'rec.id="Z39.50:208.178.237.47:210/INNOPAC"' found 1 record
-01:39:12-12/10 [irspy] tcp:208.178.237.47:210/INNOPAC entering active pool - 2072 targets remain in queue
-01:39:13-12/10 [irspy] tcp:thuvienhaiphu.com.vn:210/tntv not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:thuvienhaiphu.com.vn:210/tntv") from diag-set 'ZOOM'
-01:39:13-12/10 [irspy] tcp:thuvienhaiphu.com.vn:210/tntv has no more tests: removing
-01:39:13-12/10 [irspy] tcp:thuvienhaiphu.com.vn:210/tntv rewriting XML record
-01:39:23-12/10 [irspy] tcp:thuvienhaiphu.com.vn:210/tntv rewrote XML record
-01:39:23-12/10 [irspy] tcp:blpcz.bl.uk:21021/BLPC-ALL query 'rec.id="Z39.50:blpcz.bl.uk:21021/BLPC-ALL"' found 1 record
-01:39:24-12/10 [irspy] tcp:blpcz.bl.uk:21021/BLPC-ALL entering active pool - 2070 targets remain in queue
-01:39:24-12/10 [irspy] tcp:blpcz.bl.uk:21021/BLPC-ALL not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:blpcz.bl.uk:21021/BLPC-ALL") from diag-set 'ZOOM'
-01:39:24-12/10 [irspy] tcp:blpcz.bl.uk:21021/BLPC-ALL has no more tests: removing
-01:39:24-12/10 [irspy] tcp:blpcz.bl.uk:21021/BLPC-ALL rewriting XML record
-01:39:30-12/10 [irspy] tcp:blpcz.bl.uk:21021/BLPC-ALL rewrote XML record
-01:39:30-12/10 [irspy] tcp:edcsns17.cr.usgs.gov:6675/LANDSAT ETM/EDC query 'rec.id="Z39.50:edcsns17.cr.usgs.gov:6675/LANDSAT ETM/EDC"' found 1 record
-01:39:31-12/10 [irspy] tcp:edcsns17.cr.usgs.gov:6675/LANDSAT ETM/EDC entering active pool - 2045 targets remain in queue
-01:39:31-12/10 [irspy] tcp:webcat.ci.hurst.tx.us:2200/SIRSI has no more tests: removing
-01:39:31-12/10 [irspy] tcp:webcat.ci.hurst.tx.us:2200/SIRSI rewriting XML record
-01:39:39-12/10 [irspy] tcp:webcat.ci.hurst.tx.us:2200/SIRSI rewrote XML record
-01:39:39-12/10 [irspy] tcp:edcsns17.cr.usgs.gov:6675/LANDSAT_MSS query 'rec.id="Z39.50:edcsns17.cr.usgs.gov:6675/LANDSAT_MSS"' found 1 record
-01:39:39-12/10 [irspy] tcp:edcsns17.cr.usgs.gov:6675/LANDSAT_MSS entering active pool - 2044 targets remain in queue
-01:39:46-12/10 [irspy] tcp:gil.valdosta.edu:7890/Voyager has no more tests: removing
-01:39:46-12/10 [irspy] tcp:gil.valdosta.edu:7890/Voyager rewriting XML record
-01:39:51-12/10 [irspy] tcp:gil.valdosta.edu:7890/Voyager rewrote XML record
-01:39:52-12/10 [irspy] tcp:infoserver3.ciesin.org:6024/atsdr query 'rec.id="Z39.50:infoserver3.ciesin.org:6024/atsdr"' found 1 record
-01:39:53-12/10 [irspy] tcp:infoserver3.ciesin.org:6024/atsdr entering active pool - 2021 targets remain in queue
-01:39:53-12/10 [irspy] tcp:infoserver3.ciesin.org:6024/atsdr not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:infoserver3.ciesin.org:6024/atsdr") from diag-set 'ZOOM'
-01:39:53-12/10 [irspy] tcp:infoserver3.ciesin.org:6024/atsdr has no more tests: removing
-01:39:53-12/10 [irspy] tcp:infoserver3.ciesin.org:6024/atsdr rewriting XML record
-01:39:58-12/10 [irspy] tcp:infoserver3.ciesin.org:6024/atsdr rewrote XML record
-01:39:58-12/10 [irspy] tcp:iris.lib.demokritos.gr:210/libertas query 'rec.id="Z39.50:iris.lib.demokritos.gr:210/libertas"' found 1 record
-01:39:59-12/10 [irspy] tcp:iris.lib.demokritos.gr:210/libertas entering active pool - 2019 targets remain in queue
-01:40:05-12/10 [irspy] tcp:aleph.unibas.ch:9909/DSV01 has no more tests: removing
-01:40:05-12/10 [irspy] tcp:aleph.unibas.ch:9909/DSV01 rewriting XML record
-01:40:26-12/10 [irspy] tcp:aleph.unibas.ch:9909/DSV01 rewrote XML record
-01:40:26-12/10 [irspy] tcp:katalog.sub.su.se:7090/voyager query 'rec.id="Z39.50:katalog.sub.su.se:7090/voyager"' found 1 record
-01:40:27-12/10 [irspy] tcp:katalog.sub.su.se:7090/voyager entering active pool - 2017 targets remain in queue
-01:40:28-12/10 [irspy] tcp:katalog.sub.su.se:7090/voyager not connected: ZOOM error 10003 "Decoding failed" (addinfo: "ODR code 4:53 element= offset=0") from diag-set 'ZOOM'
-01:40:28-12/10 [irspy] tcp:katalog.sub.su.se:7090/voyager has no more tests: removing
-01:40:28-12/10 [irspy] tcp:katalog.sub.su.se:7090/voyager rewriting XML record
-01:40:34-12/10 [irspy] tcp:katalog.sub.su.se:7090/voyager rewrote XML record
-01:40:34-12/10 [irspy] tcp:leopard.arbor.edu:210/UNICORN query 'rec.id="Z39.50:leopard.arbor.edu:210/UNICORN"' found 1 record
-01:40:36-12/10 [irspy] tcp:leopard.arbor.edu:210/UNICORN entering active pool - 2015 targets remain in queue
-01:40:36-12/10 [irspy] tcp:labordoc.ilo.org:7090/Voyager has no more tests: removing
-01:40:36-12/10 [irspy] tcp:labordoc.ilo.org:7090/Voyager rewriting XML record
-01:40:41-12/10 [irspy] tcp:labordoc.ilo.org:7090/Voyager rewrote XML record
-01:40:42-12/10 [irspy] tcp:lib.leeds.ac.uk:210/INNOPAC query 'rec.id="Z39.50:lib.leeds.ac.uk:210/INNOPAC"' found 1 record
-01:40:42-12/10 [irspy] tcp:lib.leeds.ac.uk:210/INNOPAC entering active pool - 2014 targets remain in queue
-01:40:52-12/10 [irspy] tcp:biblio.iue.it:210/INNOPAC has no more tests: removing
-01:40:52-12/10 [irspy] tcp:biblio.iue.it:210/INNOPAC rewriting XML record
-01:41:00-12/10 [irspy] tcp:biblio.iue.it:210/INNOPAC rewrote XML record
-01:41:01-12/10 [irspy] tcp:lib.yar.ru:210/ypurus query 'rec.id="Z39.50:lib.yar.ru:210/ypurus"' found 1 record
-01:41:01-12/10 [irspy] tcp:lib.yar.ru:210/ypurus entering active pool - 2009 targets remain in queue
-01:42:34-12/10 [irspy] tcp:zserv.libfl.ru:210/books not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:zserv.libfl.ru:210/books") from diag-set 'ZOOM'
-01:42:34-12/10 [irspy] tcp:zserv.libfl.ru:210/books has no more tests: removing
-01:42:34-12/10 [irspy] tcp:zserv.libfl.ru:210/books rewriting XML record
-01:42:43-12/10 [irspy] tcp:zserv.libfl.ru:210/books rewrote XML record
-01:42:43-12/10 [irspy] tcp:library.ballarat.edu.au:210/INNOPAC query 'rec.id="Z39.50:library.ballarat.edu.au:210/INNOPAC"' found 1 record
-01:42:43-12/10 [irspy] tcp:library.ballarat.edu.au:210/INNOPAC entering active pool - 2006 targets remain in queue
-01:42:43-12/10 [irspy] tcp:208.178.237.47:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:208.178.237.47:210/INNOPAC") from diag-set 'ZOOM'
-01:42:44-12/10 [irspy] tcp:208.178.237.47:210/INNOPAC has no more tests: removing
-01:42:44-12/10 [irspy] tcp:208.178.237.47:210/INNOPAC rewriting XML record
-01:42:54-12/10 [irspy] tcp:208.178.237.47:210/INNOPAC rewrote XML record
-01:42:54-12/10 [irspy] tcp:ludvig.bibsent.no:2100/RAE01 query 'rec.id="Z39.50:ludvig.bibsent.no:2100/RAE01"' found 1 record
-01:42:55-12/10 [irspy] tcp:ludvig.bibsent.no:2100/RAE01 entering active pool - 1973 targets remain in queue
-01:42:56-12/10 [irspy] tcp:129.252.41.98:20003/USCAN not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:129.252.41.98:20003/USCAN") from diag-set 'ZOOM'
-01:42:56-12/10 [irspy] tcp:129.252.41.98:20003/USCAN has no more tests: removing
-01:42:56-12/10 [irspy] tcp:129.252.41.98:20003/USCAN rewriting XML record
-01:43:03-12/10 [irspy] tcp:129.252.41.98:20003/USCAN rewrote XML record
-01:43:03-12/10 [irspy] tcp:nedi1.nedi.gov:220/LISD query 'rec.id="Z39.50:nedi1.nedi.gov:220/LISD"' found 1 record
-01:43:03-12/10 [irspy] tcp:nedi1.nedi.gov:220/LISD entering active pool - 1955 targets remain in queue
-01:43:03-12/10 [irspy] tcp:ludvig.bibsent.no:2100/RAE01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:ludvig.bibsent.no:2100/RAE01") from diag-set 'ZOOM'
-01:43:03-12/10 [irspy] tcp:ludvig.bibsent.no:2100/RAE01 has no more tests: removing
-01:43:03-12/10 [irspy] tcp:ludvig.bibsent.no:2100/RAE01 rewriting XML record
-01:43:10-12/10 [irspy] tcp:ludvig.bibsent.no:2100/RAE01 rewrote XML record
-01:43:10-12/10 [irspy] tcp:oracle.usu.ru:210/uapa query 'rec.id="Z39.50:oracle.usu.ru:210/uapa"' found 1 record
-01:43:11-12/10 [irspy] tcp:oracle.usu.ru:210/uapa entering active pool - 1929 targets remain in queue
-01:43:14-12/10 [irspy] tcp:iris.lib.demokritos.gr:210/libertas not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:iris.lib.demokritos.gr:210/libertas") from diag-set 'ZOOM'
-01:43:14-12/10 [irspy] tcp:iris.lib.demokritos.gr:210/libertas has no more tests: removing
-01:43:14-12/10 [irspy] tcp:iris.lib.demokritos.gr:210/libertas rewriting XML record
-01:43:20-12/10 [irspy] tcp:iris.lib.demokritos.gr:210/libertas rewrote XML record
-01:43:20-12/10 [irspy] tcp:oracle.usu.ru:210/urgu query 'rec.id="Z39.50:oracle.usu.ru:210/urgu"' found 1 record
-01:43:21-12/10 [irspy] tcp:oracle.usu.ru:210/urgu entering active pool - 1925 targets remain in queue
-01:43:22-12/10 [irspy] tcp:lib.yar.ru:210/ypurus has no more tests: removing
-01:43:22-12/10 [irspy] tcp:lib.yar.ru:210/ypurus rewriting XML record
-01:43:26-12/10 [irspy] tcp:lib.yar.ru:210/ypurus rewrote XML record
-01:43:26-12/10 [irspy] tcp:owl.cc.uic.edu:210/UICOPAC2 query 'rec.id="Z39.50:owl.cc.uic.edu:210/UICOPAC2"' found 1 record
-01:43:27-12/10 [irspy] tcp:owl.cc.uic.edu:210/UICOPAC2 entering active pool - 1923 targets remain in queue
-01:43:28-12/10 [irspy] tcp:193.43.102.65:21210/ADVANCE has no more tests: removing
-01:43:28-12/10 [irspy] tcp:193.43.102.65:21210/ADVANCE rewriting XML record
-01:43:34-12/10 [irspy] tcp:193.43.102.65:21210/ADVANCE rewrote XML record
-01:43:34-12/10 [irspy] tcp:salty.slcpl.lib.ut.us:210/INNOPAC query 'rec.id="Z39.50:salty.slcpl.lib.ut.us:210/INNOPAC"' found 1 record
-01:43:35-12/10 [irspy] tcp:salty.slcpl.lib.ut.us:210/INNOPAC entering active pool - 1915 targets remain in queue
-01:43:41-12/10 [irspy] tcp:biblio15.uned.es:2200/unicorn has no more tests: removing
-01:43:41-12/10 [irspy] tcp:biblio15.uned.es:2200/unicorn rewriting XML record
-01:43:48-12/10 [irspy] tcp:biblio15.uned.es:2200/unicorn rewrote XML record
-01:43:48-12/10 [irspy] tcp:sigma.nkp.cz:9909/AUJ10 query 'rec.id="Z39.50:sigma.nkp.cz:9909/AUJ10"' found 1 record
-01:43:49-12/10 [irspy] tcp:sigma.nkp.cz:9909/AUJ10 entering active pool - 1910 targets remain in queue
-01:43:49-12/10 [irspy] tcp:leopard.arbor.edu:210/UNICORN not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:leopard.arbor.edu:210/UNICORN") from diag-set 'ZOOM'
-01:43:49-12/10 [irspy] tcp:leopard.arbor.edu:210/UNICORN has no more tests: removing
-01:43:49-12/10 [irspy] tcp:leopard.arbor.edu:210/UNICORN rewriting XML record
-01:43:57-12/10 [irspy] tcp:leopard.arbor.edu:210/UNICORN rewrote XML record
-01:43:57-12/10 [irspy] tcp:sosig.ac.uk:2104/sosig query 'rec.id="Z39.50:sosig.ac.uk:2104/sosig"' found 1 record
-01:43:58-12/10 [irspy] tcp:sosig.ac.uk:2104/sosig entering active pool - 1906 targets remain in queue
-01:43:58-12/10 [irspy] tcp:sigma.nkp.cz:9909/AUJ10 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:sigma.nkp.cz:9909/AUJ10") from diag-set 'ZOOM'
-01:43:58-12/10 [irspy] tcp:sigma.nkp.cz:9909/AUJ10 has no more tests: removing
-01:43:58-12/10 [irspy] tcp:sigma.nkp.cz:9909/AUJ10 rewriting XML record
-01:44:09-12/10 [irspy] tcp:sigma.nkp.cz:9909/AUJ10 rewrote XML record
-01:44:09-12/10 [irspy] tcp:tonb.tsu.ru:9999/LOCAL query 'rec.id="Z39.50:tonb.tsu.ru:9999/LOCAL"' found 1 record
-01:44:10-12/10 [irspy] tcp:tonb.tsu.ru:9999/LOCAL entering active pool - 1891 targets remain in queue
-01:44:10-12/10 [irspy] tcp:tonb.tsu.ru:9999/LOCAL not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:tonb.tsu.ru:9999/LOCAL") from diag-set 'ZOOM'
-01:44:10-12/10 [irspy] tcp:tonb.tsu.ru:9999/LOCAL has no more tests: removing
-01:44:10-12/10 [irspy] tcp:tonb.tsu.ru:9999/LOCAL rewriting XML record
-01:44:15-12/10 [irspy] tcp:tonb.tsu.ru:9999/LOCAL rewrote XML record
-01:44:15-12/10 [irspy] tcp:tonb.tsu.ru:9999/TOMSK query 'rec.id="Z39.50:tonb.tsu.ru:9999/TOMSK"' found 1 record
-01:44:16-12/10 [irspy] tcp:tonb.tsu.ru:9999/TOMSK entering active pool - 1890 targets remain in queue
-01:44:16-12/10 [irspy] tcp:tonb.tsu.ru:9999/TOMSK not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:tonb.tsu.ru:9999/TOMSK") from diag-set 'ZOOM'
-01:44:16-12/10 [irspy] tcp:tonb.tsu.ru:9999/TOMSK has no more tests: removing
-01:44:16-12/10 [irspy] tcp:tonb.tsu.ru:9999/TOMSK rewriting XML record
-01:44:20-12/10 [irspy] tcp:tonb.tsu.ru:9999/TOMSK rewrote XML record
-01:44:20-12/10 [irspy] tcp:www.psp.cz:2100/sntisk*1 query 'rec.id="Z39.50:www.psp.cz:2100/sntisk\*1"' found 1 record
-01:44:21-12/10 [irspy] tcp:www.psp.cz:2100/sntisk*1 entering active pool - 1843 targets remain in queue
-01:44:30-12/10 [irspy] tcp:194.239.156.133:2100/S has no more tests: removing
-01:44:30-12/10 [irspy] tcp:194.239.156.133:2100/S rewriting XML record
-01:44:41-12/10 [irspy] tcp:194.239.156.133:2100/S rewrote XML record
-01:44:41-12/10 [irspy] tcp:z3950.bibsys.no:2100/PERI query 'rec.id="Z39.50:z3950.bibsys.no:2100/PERI"' found 1 record
-01:44:41-12/10 [irspy] tcp:z3950.bibsys.no:2100/PERI entering active pool - 1822 targets remain in queue
-01:44:45-12/10 [irspy] tcp:aleph.sismelfirenze.it:9909/FEF01 has no more tests: removing
-01:44:45-12/10 [irspy] tcp:aleph.sismelfirenze.it:9909/FEF01 rewriting XML record
-01:44:50-12/10 [irspy] tcp:aleph.sismelfirenze.it:9909/FEF01 rewrote XML record
-01:44:51-12/10 [irspy] tcp:z3950.fcla.edu:210/CF query 'rec.id="Z39.50:z3950.fcla.edu:210/CF"' found 1 record
-01:44:51-12/10 [irspy] tcp:z3950.fcla.edu:210/CF entering active pool - 1818 targets remain in queue
-01:44:54-12/10 [irspy] tcp:z3950.fcla.edu:210/CF has no more tests: removing
-01:44:54-12/10 [irspy] tcp:z3950.fcla.edu:210/CF rewriting XML record
-01:44:59-12/10 [irspy] tcp:z3950.fcla.edu:210/CF rewrote XML record
-01:44:59-12/10 [irspy] tcp:z3950.fcla.edu:210/RE query 'rec.id="Z39.50:z3950.fcla.edu:210/RE"' found 1 record
-01:44:59-12/10 [irspy] tcp:z3950.fcla.edu:210/RE entering active pool - 1810 targets remain in queue
-01:45:00-12/10 [irspy] tcp:lispac.lsbu.ac.uk:210/INNOPAC has no more tests: removing
-01:45:00-12/10 [irspy] tcp:lispac.lsbu.ac.uk:210/INNOPAC rewriting XML record
-01:45:12-12/10 [irspy] tcp:lispac.lsbu.ac.uk:210/INNOPAC rewrote XML record
-01:45:12-12/10 [irspy] tcp:z3950.fcla.edu:210/SR query 'rec.id="Z39.50:z3950.fcla.edu:210/SR"' found 1 record
-01:45:12-12/10 [irspy] tcp:z3950.fcla.edu:210/SR entering active pool - 1807 targets remain in queue
-01:45:17-12/10 [irspy] tcp:gil.uga.edu:7090/Voyager has no more tests: removing
-01:45:17-12/10 [irspy] tcp:gil.uga.edu:7090/Voyager rewriting XML record
-01:45:25-12/10 [irspy] tcp:gil.uga.edu:7090/Voyager rewrote XML record
-01:45:25-12/10 [irspy] tcp:z3950.lillehammer.folkebibl.no:210/data query 'rec.id="Z39.50:z3950.lillehammer.folkebibl.no:210/data"' found 1 record
-01:45:25-12/10 [irspy] tcp:z3950.lillehammer.folkebibl.no:210/data entering active pool - 1795 targets remain in queue
-01:45:29-12/10 [irspy] tcp:z3950.fcla.edu:210/RE has no more tests: removing
-01:45:29-12/10 [irspy] tcp:z3950.fcla.edu:210/RE rewriting XML record
-01:45:35-12/10 [irspy] tcp:z3950.fcla.edu:210/RE rewrote XML record
-01:45:35-12/10 [irspy] tcp:z3950.nounb.sci-nnov.ru:210/cat43 query 'rec.id="Z39.50:z3950.nounb.sci-nnov.ru:210/cat43"' found 1 record
-01:45:37-12/10 [irspy] tcp:z3950.nounb.sci-nnov.ru:210/cat43 entering active pool - 1793 targets remain in queue
-01:45:38-12/10 [irspy] tcp:advance.biblio.polymtl.ca:210/ADVANCE has no more tests: removing
-01:45:38-12/10 [irspy] tcp:advance.biblio.polymtl.ca:210/ADVANCE rewriting XML record
-01:45:45-12/10 [irspy] tcp:advance.biblio.polymtl.ca:210/ADVANCE rewrote XML record
-01:45:45-12/10 [irspy] tcp:z3950.ovid.com:2213/eric query 'rec.id="Z39.50:z3950.ovid.com:2213/eric"' found 1 record
-01:45:46-12/10 [irspy] tcp:z3950.ovid.com:2213/eric entering active pool - 1783 targets remain in queue
-01:45:49-12/10 [irspy] tcp:z3950.nounb.sci-nnov.ru:210/cat43 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.nounb.sci-nnov.ru:210/cat43") from diag-set 'ZOOM'
-01:45:49-12/10 [irspy] tcp:z3950.nounb.sci-nnov.ru:210/cat43 has no more tests: removing
-01:45:49-12/10 [irspy] tcp:z3950.nounb.sci-nnov.ru:210/cat43 rewriting XML record
-01:45:54-12/10 [irspy] tcp:z3950.nounb.sci-nnov.ru:210/cat43 rewrote XML record
-01:45:54-12/10 [irspy] tcp:z3950.skagen.integrabib.dk:210/default query 'rec.id="Z39.50:z3950.skagen.integrabib.dk:210/default"' found 1 record
-01:45:55-12/10 [irspy] tcp:z3950.skagen.integrabib.dk:210/default entering active pool - 1780 targets remain in queue
-01:45:55-12/10 [irspy] tcp:z3950.skagen.integrabib.dk:210/default not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.skagen.integrabib.dk:210/default") from diag-set 'ZOOM'
-01:45:55-12/10 [irspy] tcp:z3950.skagen.integrabib.dk:210/default has no more tests: removing
-01:45:55-12/10 [irspy] tcp:z3950.skagen.integrabib.dk:210/default rewriting XML record
-01:46:00-12/10 [irspy] tcp:z3950.skagen.integrabib.dk:210/default rewrote XML record
-01:46:00-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/ME60 query 'rec.id="Z39.50:z3950gw.dimdi.de:2020/ME60"' found 1 record
-01:46:01-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/ME60 entering active pool - 1772 targets remain in queue
-01:46:02-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/ME60 not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:46:02-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/ME60 has no more tests: removing
-01:46:02-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/ME60 rewriting XML record
-01:46:08-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/ME60 rewrote XML record
-01:46:09-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/MK77 query 'rec.id="Z39.50:z3950gw.dimdi.de:2020/MK77"' found 1 record
-01:46:09-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/MK77 entering active pool - 1771 targets remain in queue
-01:46:09-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/MK77 not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:46:09-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/MK77 has no more tests: removing
-01:46:09-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/MK77 rewriting XML record
-01:46:14-12/10 [irspy] tcp:z3950gw.dimdi.de:2020/MK77 rewrote XML record
-01:46:14-12/10 [irspy] tcp:zetoc.mimas.ac.uk:2121/ZETOC query 'rec.id="Z39.50:zetoc.mimas.ac.uk:2121/ZETOC"' found 1 record
-01:46:15-12/10 [irspy] tcp:zetoc.mimas.ac.uk:2121/ZETOC entering active pool - 1765 targets remain in queue
-01:46:22-12/10 [irspy] tcp:hml.lib.hawaii.edu:7090/Voyager has no more tests: removing
-01:46:22-12/10 [irspy] tcp:hml.lib.hawaii.edu:7090/Voyager rewriting XML record
-01:46:32-12/10 [irspy] tcp:hml.lib.hawaii.edu:7090/Voyager rewrote XML record
-01:46:32-12/10 [irspy] tcp:libdb.lib.vsu.ru:210/educ query 'rec.id="Z39.50:libdb.lib.vsu.ru:210/educ"' found 1 record
-01:46:33-12/10 [irspy] tcp:libdb.lib.vsu.ru:210/educ entering active pool - 1749 targets remain in queue
-01:46:33-12/10 [irspy] tcp:libdb.lib.vsu.ru:210/educ not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:libdb.lib.vsu.ru:210/educ") from diag-set 'ZOOM'
-01:46:33-12/10 [irspy] tcp:libdb.lib.vsu.ru:210/educ has no more tests: removing
-01:46:33-12/10 [irspy] tcp:libdb.lib.vsu.ru:210/educ rewriting XML record
-01:46:38-12/10 [irspy] tcp:libdb.lib.vsu.ru:210/educ rewrote XML record
-01:46:38-12/10 [irspy] tcp:krokuss.lanet.lv:9909/nba01 query 'rec.id="Z39.50:krokuss.lanet.lv:9909/nba01"' found 1 record
-01:46:39-12/10 [irspy] tcp:krokuss.lanet.lv:9909/nba01 entering active pool - 1736 targets remain in queue
-01:46:39-12/10 [irspy] tcp:oracle.usu.ru:210/uapa not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:oracle.usu.ru:210/uapa") from diag-set 'ZOOM'
-01:46:39-12/10 [irspy] tcp:oracle.usu.ru:210/uapa has no more tests: removing
-01:46:39-12/10 [irspy] tcp:oracle.usu.ru:210/uapa rewriting XML record
-01:46:54-12/10 [irspy] tcp:oracle.usu.ru:210/uapa rewrote XML record
-01:46:54-12/10 [irspy] tcp:ns1.gbs.spb.ru:212/nplain query 'rec.id="Z39.50:ns1.gbs.spb.ru:212/nplain"' found 1 record
-01:46:55-12/10 [irspy] tcp:ns1.gbs.spb.ru:212/nplain entering active pool - 1727 targets remain in queue
-01:46:55-12/10 [irspy] tcp:nedi1.nedi.gov:220/LISD not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:nedi1.nedi.gov:220/LISD") from diag-set 'ZOOM'
-01:46:55-12/10 [irspy] tcp:nedi1.nedi.gov:220/LISD has no more tests: removing
-01:46:55-12/10 [irspy] tcp:nedi1.nedi.gov:220/LISD rewriting XML record
-01:47:07-12/10 [irspy] tcp:nedi1.nedi.gov:220/LISD rewrote XML record
-01:47:09-12/10 [irspy] tcp:z3950.usu.ru:210/publ query 'rec.id="Z39.50:z3950.usu.ru:210/publ"' found 1 record
-01:47:09-12/10 [irspy] tcp:z3950.usu.ru:210/publ entering active pool - 1713 targets remain in queue
-01:47:12-12/10 [irspy] tcp:oracle.usu.ru:210/urgu not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:oracle.usu.ru:210/urgu") from diag-set 'ZOOM'
-01:47:12-12/10 [irspy] tcp:oracle.usu.ru:210/urgu has no more tests: removing
-01:47:12-12/10 [irspy] tcp:oracle.usu.ru:210/urgu rewriting XML record
-01:47:22-12/10 [irspy] tcp:oracle.usu.ru:210/urgu rewrote XML record
-01:47:23-12/10 [irspy] tcp:z3950.usu.ru:210/ureu query 'rec.id="Z39.50:z3950.usu.ru:210/ureu"' found 1 record
-01:47:24-12/10 [irspy] tcp:z3950.usu.ru:210/ureu entering active pool - 1708 targets remain in queue
-01:47:24-12/10 [irspy] tcp:owl.cc.uic.edu:210/UICOPAC2 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:owl.cc.uic.edu:210/UICOPAC2") from diag-set 'ZOOM'
-01:47:24-12/10 [irspy] tcp:owl.cc.uic.edu:210/UICOPAC2 has no more tests: removing
-01:47:24-12/10 [irspy] tcp:owl.cc.uic.edu:210/UICOPAC2 rewriting XML record
-01:47:36-12/10 [irspy] tcp:owl.cc.uic.edu:210/UICOPAC2 rewrote XML record
-01:47:38-12/10 [irspy] tcp:www.benran.ru:210/serns query 'rec.id="Z39.50:www.benran.ru:210/serns"' found 1 record
-01:47:38-12/10 [irspy] tcp:www.benran.ru:210/serns entering active pool - 1698 targets remain in queue
-01:47:39-12/10 [irspy] tcp:www.psp.cz:2100/sntisk*1 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:www.psp.cz:2100/sntisk*1") from diag-set 'ZOOM'
-01:47:39-12/10 [irspy] tcp:www.psp.cz:2100/sntisk*1 has no more tests: removing
-01:47:39-12/10 [irspy] tcp:www.psp.cz:2100/sntisk*1 rewriting XML record
-01:47:49-12/10 [irspy] tcp:www.psp.cz:2100/sntisk*1 rewrote XML record
-01:47:51-12/10 [irspy] tcp:libr.sibsiu.ru:9999/bibl query 'rec.id="Z39.50:libr.sibsiu.ru:9999/bibl"' found 1 record
-01:47:52-12/10 [irspy] tcp:libr.sibsiu.ru:9999/bibl entering active pool - 1690 targets remain in queue
-01:47:52-12/10 [irspy] tcp:sosig.ac.uk:2104/sosig not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:sosig.ac.uk:2104/sosig") from diag-set 'ZOOM'
-01:47:52-12/10 [irspy] tcp:sosig.ac.uk:2104/sosig has no more tests: removing
-01:47:52-12/10 [irspy] tcp:sosig.ac.uk:2104/sosig rewriting XML record
-01:48:00-12/10 [irspy] tcp:sosig.ac.uk:2104/sosig rewrote XML record
-01:48:01-12/10 [irspy] tcp:libr.sibsiu.ru:9999/stgn query 'rec.id="Z39.50:libr.sibsiu.ru:9999/stgn"' found 1 record
-01:48:02-12/10 [irspy] tcp:libr.sibsiu.ru:9999/stgn entering active pool - 1686 targets remain in queue
-01:48:02-12/10 [irspy] tcp:salty.slcpl.lib.ut.us:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:salty.slcpl.lib.ut.us:210/INNOPAC") from diag-set 'ZOOM'
-01:48:02-12/10 [irspy] tcp:salty.slcpl.lib.ut.us:210/INNOPAC has no more tests: removing
-01:48:02-12/10 [irspy] tcp:salty.slcpl.lib.ut.us:210/INNOPAC rewriting XML record
-01:48:12-12/10 [irspy] tcp:salty.slcpl.lib.ut.us:210/INNOPAC rewrote XML record
-01:48:13-12/10 [irspy] tcp:lib.yar.ru:210/ksu query 'rec.id="Z39.50:lib.yar.ru:210/ksu"' found 1 record
-01:48:13-12/10 [irspy] tcp:lib.yar.ru:210/ksu entering active pool - 1680 targets remain in queue
-01:48:13-12/10 [irspy] tcp:ns1.gbs.spb.ru:212/nplain converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: óÁÎËÔ-ðÅÔÅÒÂÕÒÇÓËÁÑ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÁÑ ÂÉÂÌÉÏÔÅËÁ ÄÌÑ ÓÌÅÐÙÈ' from Latin-1 to UTF-8
-01:48:20-12/10 [irspy] tcp:z3950.usu.ru:210/publ has no more tests: removing
-01:48:20-12/10 [irspy] tcp:z3950.usu.ru:210/publ rewriting XML record
-01:48:37-12/10 [irspy] tcp:z3950.usu.ru:210/publ rewrote XML record
-01:48:38-12/10 [irspy] tcp:lib.yar.ru:210/yarcls query 'rec.id="Z39.50:lib.yar.ru:210/yarcls"' found 1 record
-01:48:39-12/10 [irspy] tcp:lib.yar.ru:210/yarcls entering active pool - 1678 targets remain in queue
-01:48:39-12/10 [irspy] tcp:honolulucc.lib.hawaii.edu:7090/Voyager has no more tests: removing
-01:48:39-12/10 [irspy] tcp:honolulucc.lib.hawaii.edu:7090/Voyager rewriting XML record
-01:48:53-12/10 [irspy] tcp:honolulucc.lib.hawaii.edu:7090/Voyager rewrote XML record
-01:48:56-12/10 [irspy] tcp:www.lib.csu.ru:210/periodika query 'rec.id="Z39.50:www.lib.csu.ru:210/periodika"' found 1 record
-01:48:57-12/10 [irspy] tcp:www.lib.csu.ru:210/periodika entering active pool - 1665 targets remain in queue
-01:49:01-12/10 [irspy] tcp:aleph.mzk.cz:9991/MZK01 has no more tests: removing
-01:49:01-12/10 [irspy] tcp:aleph.mzk.cz:9991/MZK01 rewriting XML record
-ZOOM error 10007 "Timeout" from diag-set 'ZOOM'
-
diff --git a/archive/error-xml.mbox b/archive/error-xml.mbox
deleted file mode 100644 (file)
index eb77a4a..0000000
+++ /dev/null
@@ -1,2041 +0,0 @@
-From mike  Wed Sep 24 09:22:20 2008
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["206138" "Wednesday" "24" "September" "2008" "01:08:31" "+0200" "Cron Daemon" "root@indexdata.dk" nil "1998" "Cron <mike@kafta> cd /home/mike/cvs/irspy/bin && YAZ_LOG=irspy ./setrlimit -v -a 500 -- perl -I ../lib irspy.pl -a -n 50 -t Main -m 7,3 localhost:8018/IR-Explain---1" "^From:" nil nil "9" nil nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <mike@indexdata.dk>
-Envelope-to: mike@indexdata.com
-Delivery-date: Wed, 24 Sep 2008 01:47:53 +0200
-Received: from kebab.indexdata.dk [83.133.64.60]
-       by localhost.localdomain with POP3 (fetchmail-6.3.8)
-       for <mike@localhost> (single-drop); Wed, 24 Sep 2008 09:22:20 +0100 (BST)
-Received: from user.indexdata.dk ([130.226.235.215] helo=bagel.index)
-       by kebab.indexdata.dk with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32)
-       (Exim 4.63)
-       (envelope-from <mike@indexdata.dk>)
-       id 1KiHbl-0002Z5-Ay
-       for mike@indexdata.com; Wed, 24 Sep 2008 01:47:53 +0200
-Received: from kafta.indexdata.dk ([83.133.64.64])
-       by bagel.index with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32)
-       (Exim 4.63)
-       (envelope-from <mike@indexdata.dk>)
-       id 1KiHbk-0002dy-Q7
-       for mike@indexdata.com; Wed, 24 Sep 2008 01:47:52 +0200
-Received: from mike by kafta.indexdata.dk with local (Exim 4.63)
-       (envelope-from <mike@kafta.indexdata.dk>)
-       id 1KiGrX-0007mx-50
-       for mike@kafta.indexdata.dk; Wed, 24 Sep 2008 01:47:49 +0200
-Content-Type: text/plain; charset=ANSI_X3.4-1968
-X-Cron-Env: <SHELL=/bin/sh>
-X-Cron-Env: <HOME=/home/mike>
-X-Cron-Env: <PATH=/usr/bin:/bin>
-X-Cron-Env: <LOGNAME=mike>
-Message-Id: <E1KiGrX-0007mx-50@kafta.indexdata.dk>
-X-SA-Do-Not-Run: Yes
-X-SA-Do-Not-Run: Yes
-X-SA-Exim-Connect-IP: 130.226.235.215
-X-SA-Exim-Mail-From: mike@indexdata.dk
-X-SA-Exim-Scanned: No (on kebab.indexdata.dk); SAEximRunCond expanded to false
-From: root@indexdata.dk (Cron Daemon)
-To: mike@kafta.indexdata.dk
-Subject: Cron <mike@kafta> cd /home/mike/cvs/irspy/bin && YAZ_LOG=irspy ./setrlimit -v -a 500 -- perl -I ../lib irspy.pl -a -n 50 -t Main -m 7,3 localhost:8018/IR-Explain---1
-Date: Wed, 24 Sep 2008 01:08:31 +0200
-
-01:00:05-24/09 [irspy] starting up with database 'localhost:8018/IR-Explain---1'
-01:00:06-24/09 [irspy] adding test 'Main'
-01:00:07-24/09 [irspy] adding test 'Ping'
-01:00:07-24/09 [irspy] adding test 'Search::Main'
-01:00:07-24/09 [irspy] adding test 'Search::Bib1'
-01:00:07-24/09 [irspy] adding test 'Search::Dan1'
-01:00:07-24/09 [irspy] adding test 'Search::Boolean'
-01:00:07-24/09 [irspy] adding test 'Search::Explain'
-01:00:07-24/09 [irspy] adding test 'Search::CQL'
-01:00:07-24/09 [irspy] adding test 'Record::Main'
-01:00:07-24/09 [irspy] adding test 'Record::Fetch'
-01:00:07-24/09 [irspy] adding test 'ResultSet::Main'
-01:00:07-24/09 [irspy] adding test 'ResultSet::Named'
-01:00:07-24/09 [irspy] 'cql.allRecords=1' found 2875 target records
-01:08:21-24/09 [irspy] tcp:128.169.40.20:2026/horizon query 'rec.id="Z39.50:128.169.40.20:2026/horizon"' found 1 record
-01:08:23-24/09 [irspy] tcp:129.8.164.150:210/MAIN*BIBMAST query 'rec.id="Z39.50:129.8.164.150:210/MAIN\*BIBMAST"' found 1 record
-01:08:23-24/09 [irspy] tcp:130.130.68.7:210/INNOPAC query 'rec.id="Z39.50:130.130.68.7:210/INNOPAC"' found 1 record
-01:08:24-24/09 [irspy] tcp:131.165.209.177:2100/S query 'rec.id="Z39.50:131.165.209.177:2100/S"' found 1 record
-01:08:24-24/09 [irspy] tcp:131.232.13.6:210/INNOPAC query 'rec.id="Z39.50:131.232.13.6:210/INNOPAC"' found 1 record
-01:08:24-24/09 [irspy] tcp:140.147.249.38:7094/voyager query 'rec.id="Z39.50:140.147.249.38:7094/voyager"' found 1 record
-01:08:25-24/09 [irspy] tcp:142.46.57.181:210/horizon query 'rec.id="Z39.50:142.46.57.181:210/horizon"' found 1 record
-01:08:25-24/09 [irspy] tcp:143.89.14.115:210/INNOPAC query 'rec.id="Z39.50:143.89.14.115:210/INNOPAC"' found 1 record
-01:08:25-24/09 [irspy] tcp:144.37.1.4:210/Innopac query 'rec.id="Z39.50:144.37.1.4:210/Innopac"' found 2 records
-01:08:26-24/09 [irspy] tcp:146.83.12.22:210/BELLO query 'rec.id="Z39.50:146.83.12.22:210/BELLO"' found 1 record
-01:08:26-24/09 [irspy] tcp:152.95.54.52:2100/OPNØR query 'rec.id="Z39.50:152.95.54.52:2100/OPNØR"' found 0 records
-01:08:26-24/09 [irspy] tcp:155.68.1.50:2200/Unicorn query 'rec.id="Z39.50:155.68.1.50:2200/Unicorn"' found 1 record
-01:08:26-24/09 [irspy] tcp:161.210.213.100:210/INNOPAC query 'rec.id="Z39.50:161.210.213.100:210/INNOPAC"' found 1 record
-01:08:26-24/09 [irspy] tcp:161.210.99.100:2200/unicorn query 'rec.id="Z39.50:161.210.99.100:2200/unicorn"' found 1 record
-01:08:26-24/09 [irspy] tcp:192.54.81.3:210/MIN query 'rec.id="Z39.50:192.54.81.3:210/MIN"' found 1 record
-01:08:27-24/09 [irspy] tcp:192.54.81.3:210/STR query 'rec.id="Z39.50:192.54.81.3:210/STR"' found 1 record
-01:08:27-24/09 [irspy] tcp:193.1.98.24:2121/talislms query 'rec.id="Z39.50:193.1.98.24:2121/talislms"' found 1 record
-01:08:27-24/09 [irspy] tcp:193.174.96.24:31310/BVBSR011 query 'rec.id="Z39.50:193.174.96.24:31310/BVBSR011"' found 1 record
-01:08:28-24/09 [irspy] tcp:193.40.4.177:210/ESTER query 'rec.id="Z39.50:193.40.4.177:210/ESTER"' found 2 records
-01:08:28-24/09 [irspy] tcp:193.59.172.100:210/INNOPAC query 'rec.id="Z39.50:193.59.172.100:210/INNOPAC"' found 1 record
-01:08:28-24/09 [irspy] tcp:194.190.182.90:211/liber.old query 'rec.id="Z39.50:194.190.182.90:211/liber.old"' found 1 record
-01:08:29-24/09 [irspy] tcp:195.101.212.3:210/cl_default query 'rec.id="Z39.50:195.101.212.3:210/cl_default"' found 1 record
-01:08:30-24/09 [irspy] tcp:195.161.71.203:2210/medacad query 'rec.id="Z39.50:195.161.71.203:2210/medacad"' found 1 record
-01:08:30-24/09 [irspy] tcp:195.226.46.197:210/MAIN*BIBMAST query 'rec.id="Z39.50:195.226.46.197:210/MAIN\*BIBMAST"' found 1 record
-01:08:30-24/09 [irspy] tcp:195.31.151.66:2100/querini_s query 'rec.id="Z39.50:195.31.151.66:2100/querini_s"' found 1 record
-01:08:31-24/09 [irspy] tcp:195.49.239.18:210/sanal query 'rec.id="Z39.50:195.49.239.18:210/sanal"' found 1 record
-01:08:31-24/09 [irspy] tcp:195.50.60.15:2100/CB query 'rec.id="Z39.50:195.50.60.15:2100/CB"' found 1 record
-01:08:31-24/09 [irspy] tcp:198.189.248.200:7090/Voyager query 'rec.id="Z39.50:198.189.248.200:7090/Voyager"' found 1 record
-01:08:31-24/09 [irspy] tcp:198.206.243.2:210/INNOPAC query 'rec.id="Z39.50:198.206.243.2:210/INNOPAC"' found 1 record
-01:08:31-24/09 [irspy] tcp:198.248.176.185:210/INNOPAC query 'rec.id="Z39.50:198.248.176.185:210/INNOPAC"' found 1 record
-01:08:31-24/09 [irspy] tcp:204.184.14.1:210/DEFAULT query 'rec.id="Z39.50:204.184.14.1:210/DEFAULT"' found 1 record
-01:08:31-24/09 [irspy] tcp:204.56.136.250:1111/DEFAULT query 'rec.id="Z39.50:204.56.136.250:1111/DEFAULT"' found 1 record
-01:08:32-24/09 [irspy] tcp:205.156.34.211:2200/UNICORN query 'rec.id="Z39.50:205.156.34.211:2200/UNICORN"' found 1 record
-01:08:32-24/09 [irspy] tcp:205.184.70.3:210/ADVANCE query 'rec.id="Z39.50:205.184.70.3:210/ADVANCE"' found 1 record
-01:08:32-24/09 [irspy] tcp:205.247.101.11:210/INNOPAC query 'rec.id="Z39.50:205.247.101.11:210/INNOPAC"' found 1 record
-01:08:32-24/09 [irspy] tcp:207.10.157.5:23/Epixtech query 'rec.id="Z39.50:207.10.157.5:23/Epixtech"' found 1 record
-01:08:32-24/09 [irspy] tcp:207.194.254.193:210/advance query 'rec.id="Z39.50:207.194.254.193:210/advance"' found 1 record
-01:08:32-24/09 [irspy] tcp:212.96.219.115:210/liber query 'rec.id="Z39.50:212.96.219.115:210/liber"' found 1 record
-01:08:32-24/09 [irspy] tcp:216.226.59.195:2200/CAIJ query 'rec.id="Z39.50:216.226.59.195:2200/CAIJ"' found 1 record
-01:08:33-24/09 [irspy] tcp:63.237.164.69:210/any query 'rec.id="Z39.50:63.237.164.69:210/any"' found 1 record
-01:08:33-24/09 [irspy] tcp:66.109.112.203:2203/Unicorn query 'rec.id="Z39.50:66.109.112.203:2203/Unicorn"' found 1 record
-01:08:34-24/09 [irspy] tcp:66.213.117.100:5666/LSPacZ query 'rec.id="Z39.50:66.213.117.100:5666/LSPacZ"' found 1 record
-01:08:34-24/09 [irspy] tcp:80.232.143.66:210/catalogue query 'rec.id="Z39.50:80.232.143.66:210/catalogue"' found 1 record
-01:08:35-24/09 [irspy] tcp:aleph.mcgill.ca:210/MUSE query 'rec.id="Z39.50:aleph.mcgill.ca:210/MUSE"' found 1 record
-01:08:35-24/09 [irspy] tcp:aleph.univie.ac.at:9992/UBW01 query 'rec.id="Z39.50:aleph.univie.ac.at:9992/UBW01"' found 1 record
-01:08:35-24/09 [irspy] tcp:aslaprcat.lib.az.us:2200/Unicorn query 'rec.id="Z39.50:aslaprcat.lib.az.us:2200/Unicorn"' found 1 record
-01:08:35-24/09 [irspy] tcp:atcem.library.net:5666/atcem query 'rec.id="Z39.50:atcem.library.net:5666/atcem"' found 1 record
-01:08:35-24/09 [irspy] tcp:athena.fe.up.pt:9909/EUP01 query 'rec.id="Z39.50:athena.fe.up.pt:9909/EUP01"' found 1 record
-01:08:35-24/09 [irspy] tcp:axp.aacpl.lib.md.us:210/MARION query 'rec.id="Z39.50:axp.aacpl.lib.md.us:210/MARION"' found 1 record
-01:08:36-24/09 [irspy] tcp:bagel.indexdata.dk:210/gils query 'rec.id="Z39.50:bagel.indexdata.dk:210/gils"' found 1 record
-01:08:36-24/09 [irspy] beginnning with test 'Main' (timeout 90)
-01:08:42-24/09 [irspy] tcp:axp.aacpl.lib.md.us:210/MARION not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:axp.aacpl.lib.md.us:210/MARION") from diag-set 'ZOOM'
-01:08:43-24/09 [irspy] tcp:axp.aacpl.lib.md.us:210/MARION has no more tests: removing
-01:08:43-24/09 [irspy] tcp:axp.aacpl.lib.md.us:210/MARION rewriting XML record
-01:08:47-24/09 [irspy] tcp:axp.aacpl.lib.md.us:210/MARION rewrote XML record
-01:08:47-24/09 [irspy] tcp:bagel.indexdata.dk:9001/polis query 'rec.id="Z39.50:bagel.indexdata.dk:9001/polis"' found 1 record
-01:08:47-24/09 [irspy] tcp:bagel.indexdata.dk:9001/polis entering active pool - 2460 targets remain in queue
-01:08:47-24/09 [irspy] tcp:142.46.57.181:210/horizon not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:142.46.57.181:210/horizon") from diag-set 'ZOOM'
-01:08:47-24/09 [irspy] tcp:142.46.57.181:210/horizon has no more tests: removing
-01:08:47-24/09 [irspy] tcp:142.46.57.181:210/horizon rewriting XML record
-01:08:52-24/09 [irspy] tcp:142.46.57.181:210/horizon rewrote XML record
-01:08:52-24/09 [irspy] tcp:bibliotecaforal.bizkaia.net:210/INNOPAC query 'rec.id="Z39.50:bibliotecaforal.bizkaia.net:210/INNOPAC"' found 1 record
-01:08:52-24/09 [irspy] tcp:bibliotecaforal.bizkaia.net:210/INNOPAC entering active pool - 2441 targets remain in queue
-01:08:52-24/09 [irspy] tcp:152.95.54.52:2100/OPNØR not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:152.95.54.52:2100/OPNØR") from diag-set 'ZOOM'
-01:08:52-24/09 [irspy] tcp:152.95.54.52:2100/OPNØR has no more tests: removing
-01:08:52-24/09 [irspy] tcp:152.95.54.52:2100/OPNØR rewriting XML record
-01:08:54-24/09 [irspy] tcp:152.95.54.52:2100/OPNØR rewrote XML record
-01:08:54-24/09 [irspy] tcp:bks-mgu.ru:210/full query 'rec.id="Z39.50:bks-mgu.ru:210/full"' found 1 record
-01:08:54-24/09 [irspy] tcp:bks-mgu.ru:210/full entering active pool - 2435 targets remain in queue
-01:08:54-24/09 [irspy] tcp:192.54.81.3:210/MIN not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.54.81.3:210/MIN") from diag-set 'ZOOM'
-01:08:54-24/09 [irspy] tcp:192.54.81.3:210/MIN has no more tests: removing
-01:08:54-24/09 [irspy] tcp:192.54.81.3:210/MIN rewriting XML record
-01:08:58-24/09 [irspy] tcp:192.54.81.3:210/MIN rewrote XML record
-01:08:58-24/09 [irspy] tcp:bpleon.bcl.jcyl.es:210/AbsysE query 'rec.id="Z39.50:bpleon.bcl.jcyl.es:210/AbsysE"' found 1 record
-01:08:58-24/09 [irspy] tcp:bpleon.bcl.jcyl.es:210/AbsysE entering active pool - 2423 targets remain in queue
-01:08:58-24/09 [irspy] tcp:192.54.81.3:210/STR not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:192.54.81.3:210/STR") from diag-set 'ZOOM'
-01:08:58-24/09 [irspy] tcp:192.54.81.3:210/STR has no more tests: removing
-01:08:58-24/09 [irspy] tcp:192.54.81.3:210/STR rewriting XML record
-01:09:01-24/09 [irspy] tcp:192.54.81.3:210/STR rewrote XML record
-01:09:02-24/09 [irspy] tcp:cat.cisti.nrc.ca:210/INNOPAC query 'rec.id="Z39.50:cat.cisti.nrc.ca:210/INNOPAC"' found 1 record
-01:09:02-24/09 [irspy] tcp:cat.cisti.nrc.ca:210/INNOPAC entering active pool - 2405 targets remain in queue
-01:09:02-24/09 [irspy] tcp:194.190.182.90:211/liber.old not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:194.190.182.90:211/liber.old") from diag-set 'ZOOM'
-01:09:02-24/09 [irspy] tcp:194.190.182.90:211/liber.old has no more tests: removing
-01:09:02-24/09 [irspy] tcp:194.190.182.90:211/liber.old rewriting XML record
-01:09:07-24/09 [irspy] tcp:194.190.182.90:211/liber.old rewrote XML record
-01:09:07-24/09 [irspy] tcp:catalog.hclib.org:210/mdx query 'rec.id="Z39.50:catalog.hclib.org:210/mdx"' found 1 record
-01:09:07-24/09 [irspy] tcp:catalog.hclib.org:210/mdx entering active pool - 2390 targets remain in queue
-01:09:08-24/09 [irspy] tcp:195.49.239.18:210/sanal not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:195.49.239.18:210/sanal") from diag-set 'ZOOM'
-01:09:08-24/09 [irspy] tcp:195.49.239.18:210/sanal has no more tests: removing
-01:09:08-24/09 [irspy] tcp:195.49.239.18:210/sanal rewriting XML record
-01:09:11-24/09 [irspy] tcp:195.49.239.18:210/sanal rewrote XML record
-01:09:11-24/09 [irspy] tcp:catalogue.cpit.ac.nz:210/Voyager query 'rec.id="Z39.50:catalogue.cpit.ac.nz:210/Voyager"' found 1 record
-01:09:11-24/09 [irspy] tcp:catalogue.cpit.ac.nz:210/Voyager entering active pool - 2379 targets remain in queue
-01:09:11-24/09 [irspy] tcp:204.56.136.250:1111/DEFAULT not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:204.56.136.250:1111/DEFAULT") from diag-set 'ZOOM'
-01:09:11-24/09 [irspy] tcp:204.56.136.250:1111/DEFAULT has no more tests: removing
-01:09:11-24/09 [irspy] tcp:204.56.136.250:1111/DEFAULT rewriting XML record
-01:09:15-24/09 [irspy] tcp:204.56.136.250:1111/DEFAULT rewrote XML record
-01:09:15-24/09 [irspy] tcp:cmars.cwmars.org:210/INNOPAC query 'rec.id="Z39.50:cmars.cwmars.org:210/INNOPAC"' found 1 record
-01:09:15-24/09 [irspy] tcp:cmars.cwmars.org:210/INNOPAC entering active pool - 2363 targets remain in queue
-01:09:16-24/09 [irspy] tcp:205.184.70.3:210/ADVANCE not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:205.184.70.3:210/ADVANCE") from diag-set 'ZOOM'
-01:09:16-24/09 [irspy] tcp:205.184.70.3:210/ADVANCE has no more tests: removing
-01:09:16-24/09 [irspy] tcp:205.184.70.3:210/ADVANCE rewriting XML record
-01:09:20-24/09 [irspy] tcp:205.184.70.3:210/ADVANCE rewrote XML record
-01:09:20-24/09 [irspy] tcp:cosmos.dnlb.dk:2100/DNL01 query 'rec.id="Z39.50:cosmos.dnlb.dk:2100/DNL01"' found 1 record
-01:09:20-24/09 [irspy] tcp:cosmos.dnlb.dk:2100/DNL01 entering active pool - 2361 targets remain in queue
-01:09:21-24/09 [irspy] tcp:63.237.164.69:210/any not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:63.237.164.69:210/any") from diag-set 'ZOOM'
-01:09:21-24/09 [irspy] tcp:63.237.164.69:210/any has no more tests: removing
-01:09:21-24/09 [irspy] tcp:63.237.164.69:210/any rewriting XML record
-01:09:27-24/09 [irspy] tcp:63.237.164.69:210/any rewrote XML record
-01:09:27-24/09 [irspy] tcp:ecs100.bc.edu:9949/BCK01 query 'rec.id="Z39.50:ecs100.bc.edu:9949/BCK01"' found 1 record
-01:09:27-24/09 [irspy] tcp:ecs100.bc.edu:9949/BCK01 entering active pool - 2353 targets remain in queue
-01:09:27-24/09 [irspy] tcp:66.109.112.203:2203/Unicorn not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:66.109.112.203:2203/Unicorn") from diag-set 'ZOOM'
-01:09:27-24/09 [irspy] tcp:66.109.112.203:2203/Unicorn has no more tests: removing
-01:09:27-24/09 [irspy] tcp:66.109.112.203:2203/Unicorn rewriting XML record
-01:09:31-24/09 [irspy] tcp:66.109.112.203:2203/Unicorn rewrote XML record
-01:09:31-24/09 [irspy] tcp:fhlib.fhda.edu:2200/Unicorn query 'rec.id="Z39.50:fhlib.fhda.edu:2200/Unicorn"' found 1 record
-01:09:31-24/09 [irspy] tcp:fhlib.fhda.edu:2200/Unicorn entering active pool - 2339 targets remain in queue
-01:09:31-24/09 [irspy] tcp:athena.fe.up.pt:9909/EUP01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:athena.fe.up.pt:9909/EUP01") from diag-set 'ZOOM'
-01:09:31-24/09 [irspy] tcp:athena.fe.up.pt:9909/EUP01 has no more tests: removing
-01:09:31-24/09 [irspy] tcp:athena.fe.up.pt:9909/EUP01 rewriting XML record
-01:09:35-24/09 [irspy] tcp:athena.fe.up.pt:9909/EUP01 rewrote XML record
-01:09:35-24/09 [irspy] tcp:gil.gsu.edu:12490/Voyager query 'rec.id="Z39.50:gil.gsu.edu:12490/Voyager"' found 1 record
-01:09:35-24/09 [irspy] tcp:gil.gsu.edu:12490/Voyager entering active pool - 2324 targets remain in queue
-01:09:37-24/09 [irspy] tcp:198.206.243.2:210/INNOPAC not connected: ZOOM error 10004 "Connection lost" (addinfo: "tcp:198.206.243.2:210/INNOPAC") from diag-set 'ZOOM'
-01:09:37-24/09 [irspy] tcp:198.206.243.2:210/INNOPAC has no more tests: removing
-01:09:37-24/09 [irspy] tcp:198.206.243.2:210/INNOPAC rewriting XML record
-01:09:40-24/09 [irspy] tcp:198.206.243.2:210/INNOPAC rewrote XML record
-01:09:40-24/09 [irspy] tcp:glth.library.net:5666/glth query 'rec.id="Z39.50:glth.library.net:5666/glth"' found 1 record
-01:09:40-24/09 [irspy] tcp:glth.library.net:5666/glth entering active pool - 2315 targets remain in queue
-01:09:40-24/09 [irspy] tcp:207.10.157.5:23/Epixtech not connected: ZOOM error 10004 "Connection lost" (addinfo: "tcp:207.10.157.5:23/Epixtech") from diag-set 'ZOOM'
-01:09:40-24/09 [irspy] tcp:207.10.157.5:23/Epixtech has no more tests: removing
-01:09:40-24/09 [irspy] tcp:207.10.157.5:23/Epixtech rewriting XML record
-01:09:42-24/09 [irspy] tcp:207.10.157.5:23/Epixtech rewrote XML record
-01:09:42-24/09 [irspy] tcp:gutenberg.ithaca.edu:7090/Voyager query 'rec.id="Z39.50:gutenberg.ithaca.edu:7090/Voyager"' found 1 record
-01:09:42-24/09 [irspy] tcp:gutenberg.ithaca.edu:7090/Voyager entering active pool - 2312 targets remain in queue
-01:09:45-24/09 [irspy] tcp:bpleon.bcl.jcyl.es:210/AbsysE converted 'ABSYS/YAZ / Biblioteca Pública de León                      ' from Latin-1 to UTF-8
-01:09:46-24/09 [irspy] tcp:193.1.98.24:2121/talislms has no more tests: removing
-01:09:46-24/09 [irspy] tcp:193.1.98.24:2121/talislms rewriting XML record
-01:09:50-24/09 [irspy] tcp:193.1.98.24:2121/talislms rewrote XML record
-01:09:50-24/09 [irspy] tcp:hrdcgate.nhq.hrdc-drhc.gc.ca:210/INNOPAC query 'rec.id="Z39.50:hrdcgate.nhq.hrdc-drhc.gc.ca:210/INNOPAC"' found 1 record
-01:09:51-24/09 [irspy] tcp:hrdcgate.nhq.hrdc-drhc.gc.ca:210/INNOPAC entering active pool - 2307 targets remain in queue
-01:09:51-24/09 [irspy] tcp:hrdcgate.nhq.hrdc-drhc.gc.ca:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:hrdcgate.nhq.hrdc-drhc.gc.ca:210/INNOPAC") from diag-set 'ZOOM'
-01:09:51-24/09 [irspy] tcp:hrdcgate.nhq.hrdc-drhc.gc.ca:210/INNOPAC has no more tests: removing
-01:09:51-24/09 [irspy] tcp:hrdcgate.nhq.hrdc-drhc.gc.ca:210/INNOPAC rewriting XML record
-01:09:53-24/09 [irspy] tcp:hrdcgate.nhq.hrdc-drhc.gc.ca:210/INNOPAC rewrote XML record
-01:09:53-24/09 [irspy] tcp:igsrglib03.er.usgs.gov:210/horizon query 'rec.id="Z39.50:igsrglib03.er.usgs.gov:210/horizon"' found 1 record
-01:09:53-24/09 [irspy] tcp:igsrglib03.er.usgs.gov:210/horizon entering active pool - 2306 targets remain in queue
-01:09:54-24/09 [irspy] tcp:ecs100.bc.edu:9949/BCK01 has no more tests: removing
-01:09:54-24/09 [irspy] tcp:ecs100.bc.edu:9949/BCK01 rewriting XML record
-01:09:58-24/09 [irspy] tcp:ecs100.bc.edu:9949/BCK01 rewrote XML record
-01:09:58-24/09 [irspy] tcp:innopac.library.drexel.edu:210/INNOPAC query 'rec.id="Z39.50:innopac.library.drexel.edu:210/INNOPAC"' found 1 record
-01:09:58-24/09 [irspy] tcp:innopac.library.drexel.edu:210/INNOPAC entering active pool - 2299 targets remain in queue
-01:10:27-24/09 [irspy] tcp:gutenberg.ithaca.edu:7090/Voyager has no more tests: removing
-01:10:27-24/09 [irspy] tcp:gutenberg.ithaca.edu:7090/Voyager rewriting XML record
-01:10:31-24/09 [irspy] tcp:gutenberg.ithaca.edu:7090/Voyager rewrote XML record
-01:10:31-24/09 [irspy] tcp:jasper.acadiau.ca:2200/Unicorn query 'rec.id="Z39.50:jasper.acadiau.ca:2200/Unicorn"' found 2 records
-01:10:31-24/09 [irspy] tcp:jasper.acadiau.ca:2200/Unicorn entering active pool - 2289 targets remain in queue
-01:10:38-24/09 [irspy] tcp:gil.gsu.edu:12490/Voyager has no more tests: removing
-01:10:38-24/09 [irspy] tcp:gil.gsu.edu:12490/Voyager rewriting XML record
-01:10:41-24/09 [irspy] tcp:gil.gsu.edu:12490/Voyager rewrote XML record
-01:10:41-24/09 [irspy] tcp:jolis.imf.org:2200/Unicorn query 'rec.id="Z39.50:jolis.imf.org:2200/Unicorn"' found 1 record
-01:10:41-24/09 [irspy] tcp:jolis.imf.org:2200/Unicorn entering active pool - 2286 targets remain in queue
-01:10:51-24/09 [irspy] tcp:catalogue.cpit.ac.nz:210/Voyager has no more tests: removing
-01:10:51-24/09 [irspy] tcp:catalogue.cpit.ac.nz:210/Voyager rewriting XML record
-01:10:55-24/09 [irspy] tcp:catalogue.cpit.ac.nz:210/Voyager rewrote XML record
-01:10:55-24/09 [irspy] tcp:kapiolanicc.lib.hawaii.edu:7090/Voyager query 'rec.id="Z39.50:kapiolanicc.lib.hawaii.edu:7090/Voyager"' found 1 record
-01:10:55-24/09 [irspy] tcp:kapiolanicc.lib.hawaii.edu:7090/Voyager entering active pool - 2284 targets remain in queue
-01:11:17-24/09 [irspy] tcp:bibliotecaforal.bizkaia.net:210/INNOPAC has no more tests: removing
-01:11:17-24/09 [irspy] tcp:bibliotecaforal.bizkaia.net:210/INNOPAC rewriting XML record
-01:11:19-24/09 [irspy] tcp:bibliotecaforal.bizkaia.net:210/INNOPAC rewrote XML record
-01:11:19-24/09 [irspy] tcp:las.sinica.edu.tw:210/INNOPAC query 'rec.id="Z39.50:las.sinica.edu.tw:210/INNOPAC"' found 1 record
-01:11:20-24/09 [irspy] tcp:las.sinica.edu.tw:210/INNOPAC entering active pool - 2280 targets remain in queue
-01:11:28-24/09 [irspy] tcp:193.59.172.100:210/INNOPAC has no more tests: removing
-01:11:28-24/09 [irspy] tcp:193.59.172.100:210/INNOPAC rewriting XML record
-01:11:32-24/09 [irspy] tcp:193.59.172.100:210/INNOPAC rewrote XML record
-01:11:32-24/09 [irspy] tcp:lib-15.lse.ac.uk:7090/Voyager query 'rec.id="Z39.50:lib-15.lse.ac.uk:7090/Voyager"' found 2 records
-01:11:32-24/09 [irspy] tcp:lib-15.lse.ac.uk:7090/Voyager entering active pool - 2275 targets remain in queue
-01:11:38-24/09 [irspy] tcp:aleph.univie.ac.at:9992/UBW01 has no more tests: removing
-01:11:38-24/09 [irspy] tcp:aleph.univie.ac.at:9992/UBW01 rewriting XML record
-01:11:41-24/09 [irspy] tcp:aleph.univie.ac.at:9992/UBW01 rewrote XML record
-01:11:41-24/09 [irspy] tcp:libcat.ferris.edu:210/INNOPAC query 'rec.id="Z39.50:libcat.ferris.edu:210/INNOPAC"' found 1 record
-01:11:41-24/09 [irspy] tcp:libcat.ferris.edu:210/INNOPAC entering active pool - 2263 targets remain in queue
-01:11:42-24/09 [irspy] tcp:bagel.indexdata.dk:210/gils has no more tests: removing
-01:11:42-24/09 [irspy] tcp:bagel.indexdata.dk:210/gils rewriting XML record
-01:11:46-24/09 [irspy] tcp:bagel.indexdata.dk:210/gils rewrote XML record
-01:11:46-24/09 [irspy] tcp:libor.pstu.ru:210/books query 'rec.id="Z39.50:libor.pstu.ru:210/books"' found 1 record
-01:11:46-24/09 [irspy] tcp:libor.pstu.ru:210/books entering active pool - 2260 targets remain in queue
-01:11:46-24/09 [irspy] tcp:128.169.40.20:2026/horizon not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:128.169.40.20:2026/horizon") from diag-set 'ZOOM'
-01:11:46-24/09 [irspy] tcp:128.169.40.20:2026/horizon has no more tests: removing
-01:11:46-24/09 [irspy] tcp:128.169.40.20:2026/horizon rewriting XML record
-01:11:50-24/09 [irspy] tcp:128.169.40.20:2026/horizon rewrote XML record
-01:11:50-24/09 [irspy] tcp:libor.pstu.ru:210/serial query 'rec.id="Z39.50:libor.pstu.ru:210/serial"' found 1 record
-01:11:50-24/09 [irspy] tcp:libor.pstu.ru:210/serial entering active pool - 2258 targets remain in queue
-01:11:50-24/09 [irspy] tcp:129.8.164.150:210/MAIN*BIBMAST not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:129.8.164.150:210/MAIN*BIBMAST") from diag-set 'ZOOM'
-01:11:50-24/09 [irspy] tcp:129.8.164.150:210/MAIN*BIBMAST has no more tests: removing
-01:11:50-24/09 [irspy] tcp:129.8.164.150:210/MAIN*BIBMAST rewriting XML record
-01:11:53-24/09 [irspy] tcp:129.8.164.150:210/MAIN*BIBMAST rewrote XML record
-01:11:53-24/09 [irspy] tcp:library.bury.gov.uk:210/INNOPAC query 'rec.id="Z39.50:library.bury.gov.uk:210/INNOPAC"' found 1 record
-01:11:53-24/09 [irspy] tcp:library.bury.gov.uk:210/INNOPAC entering active pool - 2248 targets remain in queue
-01:11:53-24/09 [irspy] tcp:130.130.68.7:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:130.130.68.7:210/INNOPAC") from diag-set 'ZOOM'
-01:11:53-24/09 [irspy] tcp:130.130.68.7:210/INNOPAC has no more tests: removing
-01:11:53-24/09 [irspy] tcp:130.130.68.7:210/INNOPAC rewriting XML record
-01:11:55-24/09 [irspy] tcp:130.130.68.7:210/INNOPAC rewrote XML record
-01:11:55-24/09 [irspy] tcp:library.ci.chandler.az.us:2200/Unicorn query 'rec.id="Z39.50:library.ci.chandler.az.us:2200/Unicorn"' found 1 record
-01:11:55-24/09 [irspy] tcp:library.ci.chandler.az.us:2200/Unicorn entering active pool - 2242 targets remain in queue
-01:11:55-24/09 [irspy] tcp:131.165.209.177:2100/S not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:131.165.209.177:2100/S") from diag-set 'ZOOM'
-01:11:55-24/09 [irspy] tcp:131.165.209.177:2100/S has no more tests: removing
-01:11:55-24/09 [irspy] tcp:131.165.209.177:2100/S rewriting XML record
-01:11:57-24/09 [irspy] tcp:131.165.209.177:2100/S rewrote XML record
-01:11:57-24/09 [irspy] tcp:library.ln.edu.hk:210/INNOPAC query 'rec.id="Z39.50:library.ln.edu.hk:210/INNOPAC"' found 1 record
-01:11:57-24/09 [irspy] tcp:library.ln.edu.hk:210/INNOPAC entering active pool - 2219 targets remain in queue
-01:11:58-24/09 [irspy] tcp:library.ci.chandler.az.us:2200/Unicorn not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:library.ci.chandler.az.us:2200/Unicorn") from diag-set 'ZOOM'
-01:11:58-24/09 [irspy] tcp:library.ci.chandler.az.us:2200/Unicorn has no more tests: removing
-01:11:58-24/09 [irspy] tcp:library.ci.chandler.az.us:2200/Unicorn rewriting XML record
-01:12:02-24/09 [irspy] tcp:library.ci.chandler.az.us:2200/Unicorn rewrote XML record
-01:12:02-24/09 [irspy] tcp:libros.unm.edu:210/INNOPAC query 'rec.id="Z39.50:libros.unm.edu:210/INNOPAC"' found 1 record
-01:12:02-24/09 [irspy] tcp:libros.unm.edu:210/INNOPAC entering active pool - 2215 targets remain in queue
-01:12:06-24/09 [irspy] tcp:140.147.249.38:7094/voyager not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:140.147.249.38:7094/voyager") from diag-set 'ZOOM'
-01:12:06-24/09 [irspy] tcp:140.147.249.38:7094/voyager has no more tests: removing
-01:12:06-24/09 [irspy] tcp:140.147.249.38:7094/voyager rewriting XML record
-01:12:09-24/09 [irspy] tcp:140.147.249.38:7094/voyager rewrote XML record
-01:12:09-24/09 [irspy] tcp:mastrobib.sns.it:9991/PIS01 query 'rec.id="Z39.50:mastrobib.sns.it:9991/PIS01"' found 1 record
-01:12:09-24/09 [irspy] tcp:mastrobib.sns.it:9991/PIS01 entering active pool - 2203 targets remain in queue
-01:12:09-24/09 [irspy] tcp:143.89.14.115:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:143.89.14.115:210/INNOPAC") from diag-set 'ZOOM'
-01:12:09-24/09 [irspy] tcp:143.89.14.115:210/INNOPAC has no more tests: removing
-01:12:09-24/09 [irspy] tcp:143.89.14.115:210/INNOPAC rewriting XML record
-01:12:12-24/09 [irspy] tcp:143.89.14.115:210/INNOPAC rewrote XML record
-01:12:12-24/09 [irspy] tcp:nuin.napier.ac.uk:9909/nap01 query 'rec.id="Z39.50:nuin.napier.ac.uk:9909/nap01"' found 1 record
-01:12:12-24/09 [irspy] tcp:nuin.napier.ac.uk:9909/nap01 entering active pool - 2197 targets remain in queue
-01:12:13-24/09 [irspy] tcp:146.83.12.22:210/BELLO not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:146.83.12.22:210/BELLO") from diag-set 'ZOOM'
-01:12:13-24/09 [irspy] tcp:146.83.12.22:210/BELLO has no more tests: removing
-01:12:13-24/09 [irspy] tcp:146.83.12.22:210/BELLO rewriting XML record
-01:12:16-24/09 [irspy] tcp:146.83.12.22:210/BELLO rewrote XML record
-01:12:16-24/09 [irspy] tcp:omcls.omskreg.ru:210/mvd query 'rec.id="Z39.50:omcls.omskreg.ru:210/mvd"' found 1 record
-01:12:17-24/09 [irspy] tcp:omcls.omskreg.ru:210/mvd entering active pool - 2194 targets remain in queue
-01:12:17-24/09 [irspy] tcp:193.174.96.24:31310/BVBSR011 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:193.174.96.24:31310/BVBSR011") from diag-set 'ZOOM'
-01:12:17-24/09 [irspy] tcp:193.174.96.24:31310/BVBSR011 has no more tests: removing
-01:12:17-24/09 [irspy] tcp:193.174.96.24:31310/BVBSR011 rewriting XML record
-01:12:20-24/09 [irspy] tcp:193.174.96.24:31310/BVBSR011 rewrote XML record
-01:12:20-24/09 [irspy] tcp:oncall.buffalo.edu:2200/Unicorn query 'rec.id="Z39.50:oncall.buffalo.edu:2200/Unicorn"' found 1 record
-01:12:20-24/09 [irspy] tcp:oncall.buffalo.edu:2200/Unicorn entering active pool - 2193 targets remain in queue
-01:12:21-24/09 [irspy] tcp:195.101.212.3:210/cl_default not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:195.101.212.3:210/cl_default") from diag-set 'ZOOM'
-01:12:21-24/09 [irspy] tcp:195.101.212.3:210/cl_default has no more tests: removing
-01:12:21-24/09 [irspy] tcp:195.101.212.3:210/cl_default rewriting XML record
-01:12:24-24/09 [irspy] tcp:195.101.212.3:210/cl_default rewrote XML record
-01:12:24-24/09 [irspy] tcp:opac.cadl.org:210/INNOPAC query 'rec.id="Z39.50:opac.cadl.org:210/INNOPAC"' found 1 record
-01:12:24-24/09 [irspy] tcp:opac.cadl.org:210/INNOPAC entering active pool - 2192 targets remain in queue
-01:12:24-24/09 [irspy] tcp:195.161.71.203:2210/medacad not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:195.161.71.203:2210/medacad") from diag-set 'ZOOM'
-01:12:24-24/09 [irspy] tcp:195.161.71.203:2210/medacad has no more tests: removing
-01:12:24-24/09 [irspy] tcp:195.161.71.203:2210/medacad rewriting XML record
-01:12:27-24/09 [irspy] tcp:195.161.71.203:2210/medacad rewrote XML record
-01:12:27-24/09 [irspy] tcp:pegasus.law.columbia.edu:210/INNOPAC query 'rec.id="Z39.50:pegasus.law.columbia.edu:210/INNOPAC"' found 1 record
-01:12:28-24/09 [irspy] tcp:pegasus.law.columbia.edu:210/INNOPAC entering active pool - 2183 targets remain in queue
-01:12:28-24/09 [irspy] tcp:195.226.46.197:210/MAIN*BIBMAST not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:195.226.46.197:210/MAIN*BIBMAST") from diag-set 'ZOOM'
-01:12:28-24/09 [irspy] tcp:195.226.46.197:210/MAIN*BIBMAST has no more tests: removing
-01:12:28-24/09 [irspy] tcp:195.226.46.197:210/MAIN*BIBMAST rewriting XML record
-01:12:30-24/09 [irspy] tcp:195.226.46.197:210/MAIN*BIBMAST rewrote XML record
-01:12:30-24/09 [irspy] tcp:pooh.lib.auburn.edu:7090/Voyager query 'rec.id="Z39.50:pooh.lib.auburn.edu:7090/Voyager"' found 1 record
-01:12:30-24/09 [irspy] tcp:pooh.lib.auburn.edu:7090/Voyager entering active pool - 2180 targets remain in queue
-01:12:30-24/09 [irspy] tcp:195.31.151.66:2100/querini_s not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:195.31.151.66:2100/querini_s") from diag-set 'ZOOM'
-01:12:30-24/09 [irspy] tcp:195.31.151.66:2100/querini_s has no more tests: removing
-01:12:30-24/09 [irspy] tcp:195.31.151.66:2100/querini_s rewriting XML record
-01:12:33-24/09 [irspy] tcp:195.31.151.66:2100/querini_s rewrote XML record
-01:12:33-24/09 [irspy] tcp:portage.library.ubc.ca:7090/Voyager query 'rec.id="Z39.50:portage.library.ubc.ca:7090/Voyager"' found 2 records
-01:12:34-24/09 [irspy] tcp:portage.library.ubc.ca:7090/Voyager entering active pool - 2179 targets remain in queue
-01:12:35-24/09 [irspy] tcp:198.189.248.200:7090/Voyager not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:198.189.248.200:7090/Voyager") from diag-set 'ZOOM'
-01:12:35-24/09 [irspy] tcp:198.189.248.200:7090/Voyager has no more tests: removing
-01:12:35-24/09 [irspy] tcp:198.189.248.200:7090/Voyager rewriting XML record
-01:12:38-24/09 [irspy] tcp:198.189.248.200:7090/Voyager rewrote XML record
-01:12:38-24/09 [irspy] tcp:tripod.brynmawr.edu:210/INNOPAC query 'rec.id="Z39.50:tripod.brynmawr.edu:210/INNOPAC"' found 1 record
-01:12:38-24/09 [irspy] tcp:tripod.brynmawr.edu:210/INNOPAC entering active pool - 2156 targets remain in queue
-01:12:39-24/09 [irspy] tcp:198.248.176.185:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:198.248.176.185:210/INNOPAC") from diag-set 'ZOOM'
-01:12:39-24/09 [irspy] tcp:198.248.176.185:210/INNOPAC has no more tests: removing
-01:12:39-24/09 [irspy] tcp:198.248.176.185:210/INNOPAC rewriting XML record
-01:12:41-24/09 [irspy] tcp:198.248.176.185:210/INNOPAC rewrote XML record
-01:12:41-24/09 [irspy] tcp:unicorn.ccpl.lib.fl.us:2200/Unicorn query 'rec.id="Z39.50:unicorn.ccpl.lib.fl.us:2200/Unicorn"' found 1 record
-01:12:41-24/09 [irspy] tcp:unicorn.ccpl.lib.fl.us:2200/Unicorn entering active pool - 2153 targets remain in queue
-01:12:41-24/09 [irspy] tcp:204.184.14.1:210/DEFAULT not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:204.184.14.1:210/DEFAULT") from diag-set 'ZOOM'
-01:12:41-24/09 [irspy] tcp:204.184.14.1:210/DEFAULT has no more tests: removing
-01:12:41-24/09 [irspy] tcp:204.184.14.1:210/DEFAULT rewriting XML record
-01:12:43-24/09 [irspy] tcp:204.184.14.1:210/DEFAULT rewrote XML record
-01:12:43-24/09 [irspy] tcp:voyager.leeuniversity.edu:7090/Voyager query 'rec.id="Z39.50:voyager.leeuniversity.edu:7090/Voyager"' found 1 record
-01:12:43-24/09 [irspy] tcp:voyager.leeuniversity.edu:7090/Voyager entering active pool - 2145 targets remain in queue
-01:12:46-24/09 [irspy] tcp:unicorn.ccpl.lib.fl.us:2200/Unicorn not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:unicorn.ccpl.lib.fl.us:2200/Unicorn") from diag-set 'ZOOM'
-01:12:46-24/09 [irspy] tcp:unicorn.ccpl.lib.fl.us:2200/Unicorn has no more tests: removing
-01:12:46-24/09 [irspy] tcp:unicorn.ccpl.lib.fl.us:2200/Unicorn rewriting XML record
-01:12:49-24/09 [irspy] tcp:unicorn.ccpl.lib.fl.us:2200/Unicorn rewrote XML record
-01:12:49-24/09 [irspy] tcp:voyager.tcnj.edu:7090/Voyager query 'rec.id="Z39.50:voyager.tcnj.edu:7090/Voyager"' found 1 record
-01:12:49-24/09 [irspy] tcp:voyager.tcnj.edu:7090/Voyager entering active pool - 2143 targets remain in queue
-01:12:52-24/09 [irspy] tcp:205.156.34.211:2200/UNICORN not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:205.156.34.211:2200/UNICORN") from diag-set 'ZOOM'
-01:12:52-24/09 [irspy] tcp:205.156.34.211:2200/UNICORN has no more tests: removing
-01:12:52-24/09 [irspy] tcp:205.156.34.211:2200/UNICORN rewriting XML record
-01:12:54-24/09 [irspy] tcp:205.156.34.211:2200/UNICORN rewrote XML record
-01:12:54-24/09 [irspy] tcp:webcat.hinds.cc.ms.us:2200/Unicorn query 'rec.id="Z39.50:webcat.hinds.cc.ms.us:2200/Unicorn"' found 1 record
-01:12:55-24/09 [irspy] tcp:webcat.hinds.cc.ms.us:2200/Unicorn entering active pool - 2140 targets remain in queue
-01:12:55-24/09 [irspy] tcp:webcat.hinds.cc.ms.us:2200/Unicorn not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:webcat.hinds.cc.ms.us:2200/Unicorn") from diag-set 'ZOOM'
-01:12:55-24/09 [irspy] tcp:webcat.hinds.cc.ms.us:2200/Unicorn has no more tests: removing
-01:12:55-24/09 [irspy] tcp:webcat.hinds.cc.ms.us:2200/Unicorn rewriting XML record
-01:12:57-24/09 [irspy] tcp:webcat.hinds.cc.ms.us:2200/Unicorn rewrote XML record
-01:12:57-24/09 [irspy] tcp:wine.wul.waseda.ac.jp:210/INNOPAC query 'rec.id="Z39.50:wine.wul.waseda.ac.jp:210/INNOPAC"' found 1 record
-01:12:58-24/09 [irspy] tcp:wine.wul.waseda.ac.jp:210/INNOPAC entering active pool - 2137 targets remain in queue
-01:12:59-24/09 [irspy] tcp:212.96.219.115:210/liber not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:212.96.219.115:210/liber") from diag-set 'ZOOM'
-01:12:59-24/09 [irspy] tcp:212.96.219.115:210/liber has no more tests: removing
-01:12:59-24/09 [irspy] tcp:212.96.219.115:210/liber rewriting XML record
-01:13:01-24/09 [irspy] tcp:212.96.219.115:210/liber rewrote XML record
-01:13:01-24/09 [irspy] tcp:wms.co.fulton.ga.us:2100/geonetwork query 'rec.id="Z39.50:wms.co.fulton.ga.us:2100/geonetwork"' found 1 record
-01:13:01-24/09 [irspy] tcp:wms.co.fulton.ga.us:2100/geonetwork entering active pool - 2135 targets remain in queue
-01:13:01-24/09 [irspy] tcp:216.226.59.195:2200/CAIJ not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:216.226.59.195:2200/CAIJ") from diag-set 'ZOOM'
-01:13:01-24/09 [irspy] tcp:216.226.59.195:2200/CAIJ has no more tests: removing
-01:13:01-24/09 [irspy] tcp:216.226.59.195:2200/CAIJ rewriting XML record
-01:13:03-24/09 [irspy] tcp:216.226.59.195:2200/CAIJ rewrote XML record
-01:13:03-24/09 [irspy] tcp:www.acfpl.org:210/Dynix query 'rec.id="Z39.50:www.acfpl.org:210/Dynix"' found 1 record
-01:13:03-24/09 [irspy] tcp:www.acfpl.org:210/Dynix entering active pool - 2132 targets remain in queue
-01:13:04-24/09 [irspy] tcp:80.232.143.66:210/catalogue not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:80.232.143.66:210/catalogue") from diag-set 'ZOOM'
-01:13:04-24/09 [irspy] tcp:80.232.143.66:210/catalogue has no more tests: removing
-01:13:04-24/09 [irspy] tcp:80.232.143.66:210/catalogue rewriting XML record
-01:13:07-24/09 [irspy] tcp:80.232.143.66:210/catalogue rewrote XML record
-01:13:07-24/09 [irspy] tcp:www.vifapol.de:210/svlib_ppguide query 'rec.id="Z39.50:www.vifapol.de:210/svlib_ppguide"' found 1 record
-01:13:07-24/09 [irspy] tcp:www.vifapol.de:210/svlib_ppguide entering active pool - 2109 targets remain in queue
-01:13:07-24/09 [irspy] tcp:catalog.hclib.org:210/mdx not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:catalog.hclib.org:210/mdx") from diag-set 'ZOOM'
-01:13:07-24/09 [irspy] tcp:catalog.hclib.org:210/mdx has no more tests: removing
-01:13:07-24/09 [irspy] tcp:catalog.hclib.org:210/mdx rewriting XML record
-01:13:09-24/09 [irspy] tcp:catalog.hclib.org:210/mdx rewrote XML record
-01:13:09-24/09 [irspy] tcp:z3950.haslev.integrabib.dk:210/default query 'rec.id="Z39.50:z3950.haslev.integrabib.dk:210/default"' found 1 record
-01:13:09-24/09 [irspy] tcp:z3950.haslev.integrabib.dk:210/default entering active pool - 2099 targets remain in queue
-01:13:09-24/09 [irspy] tcp:z3950.haslev.integrabib.dk:210/default not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.haslev.integrabib.dk:210/default") from diag-set 'ZOOM'
-01:13:09-24/09 [irspy] tcp:z3950.haslev.integrabib.dk:210/default has no more tests: removing
-01:13:09-24/09 [irspy] tcp:z3950.haslev.integrabib.dk:210/default rewriting XML record
-01:13:13-24/09 [irspy] tcp:z3950.haslev.integrabib.dk:210/default rewrote XML record
-01:13:13-24/09 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:1821/AU query 'rec.id="Z39.50:z3950.librariesaustralia.nla.gov.au:1821/AU"' found 1 record
-01:13:13-24/09 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:1821/AU entering active pool - 2092 targets remain in queue
-01:13:14-24/09 [irspy] tcp:cosmos.dnlb.dk:2100/DNL01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:cosmos.dnlb.dk:2100/DNL01") from diag-set 'ZOOM'
-01:13:14-24/09 [irspy] tcp:cosmos.dnlb.dk:2100/DNL01 has no more tests: removing
-01:13:14-24/09 [irspy] tcp:cosmos.dnlb.dk:2100/DNL01 rewriting XML record
-01:13:17-24/09 [irspy] tcp:cosmos.dnlb.dk:2100/DNL01 rewrote XML record
-01:13:17-24/09 [irspy] tcp:zgate.lib.pu.ru:210/unicat query 'rec.id="Z39.50:zgate.lib.pu.ru:210/unicat"' found 1 record
-01:13:17-24/09 [irspy] tcp:zgate.lib.pu.ru:210/unicat entering active pool - 2086 targets remain in queue
-01:13:17-24/09 [irspy] tcp:wms.co.fulton.ga.us:2100/geonetwork not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:wms.co.fulton.ga.us:2100/geonetwork") from diag-set 'ZOOM'
-01:13:17-24/09 [irspy] tcp:wms.co.fulton.ga.us:2100/geonetwork has no more tests: removing
-01:13:17-24/09 [irspy] tcp:wms.co.fulton.ga.us:2100/geonetwork rewriting XML record
-01:13:19-24/09 [irspy] tcp:wms.co.fulton.ga.us:2100/geonetwork rewrote XML record
-01:13:19-24/09 [irspy] tcp:zserv.libfl.ru:210/micro query 'rec.id="Z39.50:zserv.libfl.ru:210/micro"' found 1 record
-01:13:20-24/09 [irspy] tcp:zserv.libfl.ru:210/micro entering active pool - 2083 targets remain in queue
-01:13:20-24/09 [irspy] tcp:www.vifapol.de:210/svlib_ppguide not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:www.vifapol.de:210/svlib_ppguide") from diag-set 'ZOOM'
-01:13:20-24/09 [irspy] tcp:www.vifapol.de:210/svlib_ppguide has no more tests: removing
-01:13:20-24/09 [irspy] tcp:www.vifapol.de:210/svlib_ppguide rewriting XML record
-01:13:24-24/09 [irspy] tcp:www.vifapol.de:210/svlib_ppguide rewrote XML record
-01:13:24-24/09 [irspy] tcp:128.172.2.40:20003/DCAT query 'rec.id="Z39.50:128.172.2.40:20003/DCAT"' found 1 record
-01:13:25-24/09 [irspy] tcp:128.172.2.40:20003/DCAT entering active pool - 2078 targets remain in queue
-01:13:25-24/09 [irspy] tcp:aslaprcat.lib.az.us:2200/Unicorn not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:aslaprcat.lib.az.us:2200/Unicorn") from diag-set 'ZOOM'
-01:13:25-24/09 [irspy] tcp:aslaprcat.lib.az.us:2200/Unicorn has no more tests: removing
-01:13:25-24/09 [irspy] tcp:aslaprcat.lib.az.us:2200/Unicorn rewriting XML record
-01:13:31-24/09 [irspy] tcp:aslaprcat.lib.az.us:2200/Unicorn rewrote XML record
-01:13:31-24/09 [irspy] tcp:blpes.lse.ac.uk:2200/LSE query 'rec.id="Z39.50:blpes.lse.ac.uk:2200/LSE"' found 1 record
-01:13:31-24/09 [irspy] tcp:blpes.lse.ac.uk:2200/LSE entering active pool - 2068 targets remain in queue
-01:13:31-24/09 [irspy] tcp:bagel.indexdata.dk:9001/polis not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:bagel.indexdata.dk:9001/polis") from diag-set 'ZOOM'
-01:13:31-24/09 [irspy] tcp:bagel.indexdata.dk:9001/polis has no more tests: removing
-01:13:31-24/09 [irspy] tcp:bagel.indexdata.dk:9001/polis rewriting XML record
-01:13:35-24/09 [irspy] tcp:bagel.indexdata.dk:9001/polis rewrote XML record
-01:13:35-24/09 [irspy] tcp:consull.ull.ac.uk:210/ULL query 'rec.id="Z39.50:consull.ull.ac.uk:210/ULL"' found 1 record
-01:13:35-24/09 [irspy] tcp:consull.ull.ac.uk:210/ULL entering active pool - 2053 targets remain in queue
-01:13:35-24/09 [irspy] tcp:oncall.buffalo.edu:2200/Unicorn not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:13:35-24/09 [irspy] tcp:oncall.buffalo.edu:2200/Unicorn has no more tests: removing
-01:13:35-24/09 [irspy] tcp:oncall.buffalo.edu:2200/Unicorn rewriting XML record
-01:13:39-24/09 [irspy] tcp:oncall.buffalo.edu:2200/Unicorn rewrote XML record
-01:13:39-24/09 [irspy] tcp:csulib.ctstateu.edu:210/INNOPAC query 'rec.id="Z39.50:csulib.ctstateu.edu:210/INNOPAC"' found 1 record
-01:13:39-24/09 [irspy] tcp:csulib.ctstateu.edu:210/INNOPAC entering active pool - 2050 targets remain in queue
-01:13:40-24/09 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:1821/AU not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:13:40-24/09 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:1821/AU has no more tests: removing
-01:13:40-24/09 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:1821/AU rewriting XML record
-01:13:43-24/09 [irspy] tcp:z3950.librariesaustralia.nla.gov.au:1821/AU rewrote XML record
-01:13:43-24/09 [irspy] tcp:graeae.unilinc.edu.au:210/MARION query 'rec.id="Z39.50:graeae.unilinc.edu.au:210/MARION"' found 1 record
-01:13:44-24/09 [irspy] tcp:graeae.unilinc.edu.au:210/MARION entering active pool - 2030 targets remain in queue
-01:13:47-24/09 [irspy] tcp:libor.pstu.ru:210/books converted 'RUSLAN Server Ð\9bиÑ\86ензиÑÂ\80ован Ð´Ð»Ñ\8f: Ð\9fеÑ\80мÑÂ\81кий Ð³Ð¾Ñ\81Ñ\83даÑ\80ÑÂ\81Ñ\82веннÑ\8bй Ñ\82еÑ\85ниÑ\87еÑÂ\81кий Ñ\83нивеÑ\80Ñ\81иÑ\82еÑÂ\82' from Latin-1 to UTF-8
-01:14:08-24/09 [irspy] tcp:131.232.13.6:210/INNOPAC has no more tests: removing
-01:14:08-24/09 [irspy] tcp:131.232.13.6:210/INNOPAC rewriting XML record
-01:14:10-24/09 [irspy] tcp:131.232.13.6:210/INNOPAC rewrote XML record
-01:14:10-24/09 [irspy] tcp:lib.yar.ru:210/ygmarus query 'rec.id="Z39.50:lib.yar.ru:210/ygmarus"' found 1 record
-01:14:11-24/09 [irspy] tcp:lib.yar.ru:210/ygmarus entering active pool - 2009 targets remain in queue
-01:14:16-24/09 [irspy] tcp:lib.yar.ru:210/ygmarus has no more tests: removing
-01:14:16-24/09 [irspy] tcp:lib.yar.ru:210/ygmarus rewriting XML record
-01:14:19-24/09 [irspy] tcp:lib.yar.ru:210/ygmarus rewrote XML record
-01:14:19-24/09 [irspy] tcp:lib.yar.ru:210/ysurus query 'rec.id="Z39.50:lib.yar.ru:210/ysurus"' found 1 record
-01:14:19-24/09 [irspy] tcp:lib.yar.ru:210/ysurus entering active pool - 2007 targets remain in queue
-01:14:19-24/09 [irspy] tcp:161.210.213.100:210/INNOPAC has no more tests: removing
-01:14:19-24/09 [irspy] tcp:161.210.213.100:210/INNOPAC rewriting XML record
-01:14:21-24/09 [irspy] tcp:161.210.213.100:210/INNOPAC rewrote XML record
-01:14:21-24/09 [irspy] tcp:ludvig.bibsent.no:2100/AAR01 query 'rec.id="Z39.50:ludvig.bibsent.no:2100/AAR01"' found 1 record
-01:14:21-24/09 [irspy] tcp:ludvig.bibsent.no:2100/AAR01 entering active pool - 1977 targets remain in queue
-01:14:21-24/09 [irspy] tcp:ludvig.bibsent.no:2100/AAR01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:ludvig.bibsent.no:2100/AAR01") from diag-set 'ZOOM'
-01:14:21-24/09 [irspy] tcp:ludvig.bibsent.no:2100/AAR01 has no more tests: removing
-01:14:21-24/09 [irspy] tcp:ludvig.bibsent.no:2100/AAR01 rewriting XML record
-01:14:23-24/09 [irspy] tcp:ludvig.bibsent.no:2100/AAR01 rewrote XML record
-01:14:23-24/09 [irspy] tcp:ludvig.bibsent.no:2100/RIN01 query 'rec.id="Z39.50:ludvig.bibsent.no:2100/RIN01"' found 1 record
-01:14:23-24/09 [irspy] tcp:ludvig.bibsent.no:2100/RIN01 entering active pool - 1971 targets remain in queue
-01:14:23-24/09 [irspy] tcp:ludvig.bibsent.no:2100/RIN01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:ludvig.bibsent.no:2100/RIN01") from diag-set 'ZOOM'
-01:14:23-24/09 [irspy] tcp:ludvig.bibsent.no:2100/RIN01 has no more tests: removing
-01:14:23-24/09 [irspy] tcp:ludvig.bibsent.no:2100/RIN01 rewriting XML record
-01:14:24-24/09 [irspy] tcp:ludvig.bibsent.no:2100/RIN01 rewrote XML record
-01:14:24-24/09 [irspy] tcp:lunnlib.lunn.sci-nnov.ru:210/mark4 query 'rec.id="Z39.50:lunnlib.lunn.sci-nnov.ru:210/mark4"' found 1 record
-01:14:24-24/09 [irspy] tcp:lunnlib.lunn.sci-nnov.ru:210/mark4 entering active pool - 1969 targets remain in queue
-01:14:26-24/09 [irspy] tcp:lunnlib.lunn.sci-nnov.ru:210/mark4 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:lunnlib.lunn.sci-nnov.ru:210/mark4") from diag-set 'ZOOM'
-01:14:26-24/09 [irspy] tcp:lunnlib.lunn.sci-nnov.ru:210/mark4 has no more tests: removing
-01:14:26-24/09 [irspy] tcp:lunnlib.lunn.sci-nnov.ru:210/mark4 rewriting XML record
-01:14:28-24/09 [irspy] tcp:lunnlib.lunn.sci-nnov.ru:210/mark4 rewrote XML record
-01:14:28-24/09 [irspy] tcp:ncsulib.lib.ncsu.edu:210/MARION query 'rec.id="Z39.50:ncsulib.lib.ncsu.edu:210/MARION"' found 1 record
-01:14:28-24/09 [irspy] tcp:ncsulib.lib.ncsu.edu:210/MARION entering active pool - 1957 targets remain in queue
-01:14:30-24/09 [irspy] tcp:lib-15.lse.ac.uk:7090/Voyager has no more tests: removing
-01:14:30-24/09 [irspy] tcp:lib-15.lse.ac.uk:7090/Voyager rewriting XML record
-01:14:34-24/09 [irspy] tcp:lib-15.lse.ac.uk:7090/Voyager rewrote XML record
-01:14:34-24/09 [irspy] tcp:one.stmk.gv.at:2100/miopac query 'rec.id="Z39.50:one.stmk.gv.at:2100/miopac"' found 1 record
-01:14:34-24/09 [irspy] tcp:one.stmk.gv.at:2100/miopac entering active pool - 1940 targets remain in queue
-01:14:34-24/09 [irspy] tcp:lib.yar.ru:210/ysurus has no more tests: removing
-01:14:34-24/09 [irspy] tcp:lib.yar.ru:210/ysurus rewriting XML record
-01:14:37-24/09 [irspy] tcp:lib.yar.ru:210/ysurus rewrote XML record
-01:14:37-24/09 [irspy] tcp:opac.shu.ac.uk:210/INNOPAC query 'rec.id="Z39.50:opac.shu.ac.uk:210/INNOPAC"' found 1 record
-01:14:37-24/09 [irspy] tcp:opac.shu.ac.uk:210/INNOPAC entering active pool - 1936 targets remain in queue
-01:14:38-24/09 [irspy] tcp:155.68.1.50:2200/Unicorn has no more tests: removing
-01:14:38-24/09 [irspy] tcp:155.68.1.50:2200/Unicorn rewriting XML record
-01:14:41-24/09 [irspy] tcp:155.68.1.50:2200/Unicorn rewrote XML record
-01:14:41-24/09 [irspy] tcp:opac.shu.ac.uk:210/SHU query 'rec.id="Z39.50:opac.shu.ac.uk:210/SHU"' found 1 record
-01:14:41-24/09 [irspy] tcp:opac.shu.ac.uk:210/SHU entering active pool - 1935 targets remain in queue
-01:14:49-24/09 [irspy] tcp:bpleon.bcl.jcyl.es:210/AbsysE has no more tests: removing
-01:14:49-24/09 [irspy] tcp:bpleon.bcl.jcyl.es:210/AbsysE rewriting XML record
-01:14:52-24/09 [irspy] tcp:bpleon.bcl.jcyl.es:210/AbsysE rewrote XML record
-01:14:52-24/09 [irspy] tcp:oracle.usu.ru:210/lest query 'rec.id="Z39.50:oracle.usu.ru:210/lest"' found 1 record
-01:14:52-24/09 [irspy] tcp:oracle.usu.ru:210/lest entering active pool - 1932 targets remain in queue
-01:14:56-24/09 [irspy] tcp:bks-mgu.ru:210/full has no more tests: removing
-01:14:56-24/09 [irspy] tcp:bks-mgu.ru:210/full rewriting XML record
-01:14:59-24/09 [irspy] tcp:bks-mgu.ru:210/full rewrote XML record
-01:14:59-24/09 [irspy] tcp:sauco.csic.es:9909/MAD01 query 'rec.id="Z39.50:sauco.csic.es:9909/MAD01"' found 1 record
-01:14:59-24/09 [irspy] tcp:sauco.csic.es:9909/MAD01 entering active pool - 1913 targets remain in queue
-01:15:08-24/09 [irspy] tcp:cat.cisti.nrc.ca:210/INNOPAC has no more tests: removing
-01:15:08-24/09 [irspy] tcp:cat.cisti.nrc.ca:210/INNOPAC rewriting XML record
-01:15:11-24/09 [irspy] tcp:cat.cisti.nrc.ca:210/INNOPAC rewrote XML record
-01:15:11-24/09 [irspy] tcp:sbs2.unisi.it:9909/SBS01 query 'rec.id="Z39.50:sbs2.unisi.it:9909/SBS01"' found 1 record
-01:15:11-24/09 [irspy] tcp:sbs2.unisi.it:9909/SBS01 entering active pool - 1912 targets remain in queue
-01:15:15-24/09 [irspy] tcp:sbs2.unisi.it:9909/SBS01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:sbs2.unisi.it:9909/SBS01") from diag-set 'ZOOM'
-01:15:15-24/09 [irspy] tcp:sbs2.unisi.it:9909/SBS01 has no more tests: removing
-01:15:15-24/09 [irspy] tcp:sbs2.unisi.it:9909/SBS01 rewriting XML record
-01:15:17-24/09 [irspy] tcp:sbs2.unisi.it:9909/SBS01 rewrote XML record
-01:15:17-24/09 [irspy] tcp:scotty.mhsl.uab.edu:7090/VOYAGER query 'rec.id="Z39.50:scotty.mhsl.uab.edu:7090/VOYAGER"' found 1 record
-01:15:17-24/09 [irspy] tcp:scotty.mhsl.uab.edu:7090/VOYAGER entering active pool - 1910 targets remain in queue
-01:15:18-24/09 [irspy] tcp:libros.unm.edu:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:libros.unm.edu:210/INNOPAC") from diag-set 'ZOOM'
-01:15:18-24/09 [irspy] tcp:libros.unm.edu:210/INNOPAC has no more tests: removing
-01:15:18-24/09 [irspy] tcp:libros.unm.edu:210/INNOPAC rewriting XML record
-01:15:20-24/09 [irspy] tcp:libros.unm.edu:210/INNOPAC rewrote XML record
-01:15:20-24/09 [irspy] tcp:sigma.nkp.cz:9909/NKC01 query 'rec.id="Z39.50:sigma.nkp.cz:9909/NKC01"' found 1 record
-01:15:20-24/09 [irspy] tcp:sigma.nkp.cz:9909/NKC01 entering active pool - 1907 targets remain in queue
-01:15:21-24/09 [irspy] tcp:voyager.leeuniversity.edu:7090/Voyager has no more tests: removing
-01:15:21-24/09 [irspy] tcp:voyager.leeuniversity.edu:7090/Voyager rewriting XML record
-01:15:25-24/09 [irspy] tcp:voyager.leeuniversity.edu:7090/Voyager rewrote XML record
-01:15:25-24/09 [irspy] tcp:tag1.lib.umich.edu:210/MCAT query 'rec.id="Z39.50:tag1.lib.umich.edu:210/MCAT"' found 1 record
-01:15:25-24/09 [irspy] tcp:tag1.lib.umich.edu:210/MCAT entering active pool - 1898 targets remain in queue
-01:15:25-24/09 [irspy] tcp:nuin.napier.ac.uk:9909/nap01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:nuin.napier.ac.uk:9909/nap01") from diag-set 'ZOOM'
-01:15:25-24/09 [irspy] tcp:nuin.napier.ac.uk:9909/nap01 has no more tests: removing
-01:15:25-24/09 [irspy] tcp:nuin.napier.ac.uk:9909/nap01 rewriting XML record
-01:15:28-24/09 [irspy] tcp:nuin.napier.ac.uk:9909/nap01 rewrote XML record
-01:15:28-24/09 [irspy] tcp:testslis.pentech.ac.za:9909/CTK01 query 'rec.id="Z39.50:testslis.pentech.ac.za:9909/CTK01"' found 1 record
-01:15:28-24/09 [irspy] tcp:testslis.pentech.ac.za:9909/CTK01 entering active pool - 1897 targets remain in queue
-01:15:29-24/09 [irspy] tcp:testslis.pentech.ac.za:9909/CTK01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:testslis.pentech.ac.za:9909/CTK01") from diag-set 'ZOOM'
-01:15:29-24/09 [irspy] tcp:testslis.pentech.ac.za:9909/CTK01 has no more tests: removing
-01:15:29-24/09 [irspy] tcp:testslis.pentech.ac.za:9909/CTK01 rewriting XML record
-01:15:32-24/09 [irspy] tcp:testslis.pentech.ac.za:9909/CTK01 rewrote XML record
-01:15:32-24/09 [irspy] tcp:vax.lib.state.ca.us:210/marion query 'rec.id="Z39.50:vax.lib.state.ca.us:210/marion"' found 1 record
-01:15:32-24/09 [irspy] tcp:vax.lib.state.ca.us:210/marion entering active pool - 1878 targets remain in queue
-01:15:34-24/09 [irspy] tcp:sigma.nkp.cz:9909/NKC01 has no more tests: removing
-01:15:34-24/09 [irspy] tcp:sigma.nkp.cz:9909/NKC01 rewriting XML record
-01:15:36-24/09 [irspy] tcp:sigma.nkp.cz:9909/NKC01 rewrote XML record
-01:15:36-24/09 [irspy] tcp:vlsirsi.rdg.ac.uk:2200/UNICORN query 'rec.id="Z39.50:vlsirsi.rdg.ac.uk:2200/UNICORN"' found 1 record
-01:15:36-24/09 [irspy] tcp:vlsirsi.rdg.ac.uk:2200/UNICORN entering active pool - 1875 targets remain in queue
-01:15:39-24/09 [irspy] tcp:voyager.tcnj.edu:7090/Voyager has no more tests: removing
-01:15:39-24/09 [irspy] tcp:voyager.tcnj.edu:7090/Voyager rewriting XML record
-01:15:41-24/09 [irspy] tcp:voyager.tcnj.edu:7090/Voyager rewrote XML record
-01:15:41-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/subscr query 'rec.id="Z39.50:weblib.ssu.samara.ru:2100/subscr"' found 1 record
-01:15:41-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/subscr entering active pool - 1865 targets remain in queue
-01:15:48-24/09 [irspy] tcp:glth.library.net:5666/glth has no more tests: removing
-01:15:48-24/09 [irspy] tcp:glth.library.net:5666/glth rewriting XML record
-01:15:50-24/09 [irspy] tcp:glth.library.net:5666/glth rewrote XML record
-01:15:50-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/test query 'rec.id="Z39.50:weblib.ssu.samara.ru:2100/test"' found 1 record
-01:15:50-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/test entering active pool - 1864 targets remain in queue
-01:15:56-24/09 [irspy] tcp:144.37.1.4:210/Innopac has no more tests: removing
-01:15:56-24/09 [irspy] tcp:144.37.1.4:210/Innopac rewriting XML record
-01:15:59-24/09 [irspy] tcp:144.37.1.4:210/Innopac rewrote XML record
-01:15:59-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/chel_books query 'rec.id="Z39.50:www.lib.susu.ac.ru:2101/chel_books"' found 1 record
-01:15:59-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/chel_books entering active pool - 1852 targets remain in queue
-01:16:05-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/chel_books has no more tests: removing
-01:16:05-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/chel_books rewriting XML record
-01:16:07-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/chel_books rewrote XML record
-01:16:08-24/09 [irspy] tcp:www.psp.cz:2100/eurovoc*de query 'rec.id="Z39.50:www.psp.cz:2100/eurovoc\*de"' found 1 record
-01:16:08-24/09 [irspy] tcp:www.psp.cz:2100/eurovoc*de entering active pool - 1843 targets remain in queue
-01:16:09-24/09 [irspy] tcp:www.psp.cz:2100/eurovoc*de not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:www.psp.cz:2100/eurovoc*de") from diag-set 'ZOOM'
-01:16:09-24/09 [irspy] tcp:www.psp.cz:2100/eurovoc*de has no more tests: removing
-01:16:09-24/09 [irspy] tcp:www.psp.cz:2100/eurovoc*de rewriting XML record
-01:16:12-24/09 [irspy] tcp:www.psp.cz:2100/eurovoc*de rewrote XML record
-01:16:12-24/09 [irspy] tcp:www.scran.ac.uk:3950/default query 'rec.id="Z39.50:www.scran.ac.uk:3950/default"' found 1 record
-01:16:12-24/09 [irspy] tcp:www.scran.ac.uk:3950/default entering active pool - 1838 targets remain in queue
-01:16:13-24/09 [irspy] tcp:kapiolanicc.lib.hawaii.edu:7090/Voyager has no more tests: removing
-01:16:13-24/09 [irspy] tcp:kapiolanicc.lib.hawaii.edu:7090/Voyager rewriting XML record
-01:16:16-24/09 [irspy] tcp:kapiolanicc.lib.hawaii.edu:7090/Voyager rewrote XML record
-01:16:16-24/09 [irspy] tcp:www2.vinderup.dk:2100/S query 'rec.id="Z39.50:www2.vinderup.dk:2100/S"' found 1 record
-01:16:16-24/09 [irspy] tcp:www2.vinderup.dk:2100/S entering active pool - 1835 targets remain in queue
-01:16:16-24/09 [irspy] tcp:www2.vinderup.dk:2100/S not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:www2.vinderup.dk:2100/S") from diag-set 'ZOOM'
-01:16:16-24/09 [irspy] tcp:www2.vinderup.dk:2100/S has no more tests: removing
-01:16:16-24/09 [irspy] tcp:www2.vinderup.dk:2100/S rewriting XML record
-01:16:18-24/09 [irspy] tcp:www2.vinderup.dk:2100/S rewrote XML record
-01:16:18-24/09 [irspy] tcp:z3950.bcl.jcyl.es:210/AbsysCCFL query 'rec.id="Z39.50:z3950.bcl.jcyl.es:210/AbsysCCFL"' found 1 record
-01:16:19-24/09 [irspy] tcp:z3950.bcl.jcyl.es:210/AbsysCCFL entering active pool - 1826 targets remain in queue
-01:16:20-24/09 [irspy] tcp:z3950.bcl.jcyl.es:210/AbsysCCFL converted 'ABSYS/YAZ / Biblioteca de Castilla y León                   ' from Latin-1 to UTF-8
-01:16:22-24/09 [irspy] tcp:aleph.mcgill.ca:210/MUSE has no more tests: removing
-01:16:22-24/09 [irspy] tcp:aleph.mcgill.ca:210/MUSE rewriting XML record
-01:16:24-24/09 [irspy] tcp:aleph.mcgill.ca:210/MUSE rewrote XML record
-01:16:24-24/09 [irspy] tcp:z3950.bell-labs.com:210/books query 'rec.id="Z39.50:z3950.bell-labs.com:210/books"' found 1 record
-01:16:24-24/09 [irspy] tcp:z3950.bell-labs.com:210/books entering active pool - 1825 targets remain in queue
-01:16:25-24/09 [irspy] tcp:z3950.bell-labs.com:210/books not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.bell-labs.com:210/books") from diag-set 'ZOOM'
-01:16:25-24/09 [irspy] tcp:z3950.bell-labs.com:210/books has no more tests: removing
-01:16:25-24/09 [irspy] tcp:z3950.bell-labs.com:210/books rewriting XML record
-01:16:27-24/09 [irspy] tcp:z3950.bell-labs.com:210/books rewrote XML record
-01:16:27-24/09 [irspy] tcp:z3950.deich.folkebibl.no:210/data query 'rec.id="Z39.50:z3950.deich.folkebibl.no:210/data"' found 1 record
-01:16:27-24/09 [irspy] tcp:z3950.deich.folkebibl.no:210/data entering active pool - 1818 targets remain in queue
-01:16:30-24/09 [irspy] tcp:zserv.libfl.ru:210/micro not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:zserv.libfl.ru:210/micro") from diag-set 'ZOOM'
-01:16:30-24/09 [irspy] tcp:zserv.libfl.ru:210/micro has no more tests: removing
-01:16:30-24/09 [irspy] tcp:zserv.libfl.ru:210/micro rewriting XML record
-01:16:33-24/09 [irspy] tcp:zserv.libfl.ru:210/micro rewrote XML record
-01:16:33-24/09 [irspy] tcp:z3950.fcla.edu:210/QB query 'rec.id="Z39.50:z3950.fcla.edu:210/QB"' found 1 record
-01:16:33-24/09 [irspy] tcp:z3950.fcla.edu:210/QB entering active pool - 1809 targets remain in queue
-01:16:34-24/09 [irspy] tcp:innopac.library.drexel.edu:210/INNOPAC has no more tests: removing
-01:16:34-24/09 [irspy] tcp:innopac.library.drexel.edu:210/INNOPAC rewriting XML record
-01:16:37-24/09 [irspy] tcp:innopac.library.drexel.edu:210/INNOPAC rewrote XML record
-01:16:37-24/09 [irspy] tcp:z3950.gbv.de:210/GVK query 'rec.id="Z39.50:z3950.gbv.de:210/GVK"' found 1 record
-01:16:37-24/09 [irspy] tcp:z3950.gbv.de:210/GVK entering active pool - 1800 targets remain in queue
-01:16:39-24/09 [irspy] tcp:z3950.fcla.edu:210/QB has no more tests: removing
-01:16:39-24/09 [irspy] tcp:z3950.fcla.edu:210/QB rewriting XML record
-01:16:40-24/09 [irspy] tcp:z3950.fcla.edu:210/QB rewrote XML record
-01:16:40-24/09 [irspy] tcp:z3950.libh.uoc.gr:210/default query 'rec.id="Z39.50:z3950.libh.uoc.gr:210/default"' found 1 record
-01:16:40-24/09 [irspy] tcp:z3950.libh.uoc.gr:210/default entering active pool - 1795 targets remain in queue
-01:16:40-24/09 [irspy] tcp:z3950.libh.uoc.gr:210/default not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.libh.uoc.gr:210/default") from diag-set 'ZOOM'
-01:16:40-24/09 [irspy] tcp:z3950.libh.uoc.gr:210/default has no more tests: removing
-01:16:40-24/09 [irspy] tcp:z3950.libh.uoc.gr:210/default rewriting XML record
-01:16:43-24/09 [irspy] tcp:z3950.libh.uoc.gr:210/default rewrote XML record
-01:16:43-24/09 [irspy] tcp:z3950.library.wisc.edu:210/madison query 'rec.id="Z39.50:z3950.library.wisc.edu:210/madison"' found 1 record
-01:16:43-24/09 [irspy] tcp:z3950.library.wisc.edu:210/madison entering active pool - 1792 targets remain in queue
-01:16:44-24/09 [irspy] tcp:128.172.2.40:20003/DCAT not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:128.172.2.40:20003/DCAT") from diag-set 'ZOOM'
-01:16:44-24/09 [irspy] tcp:128.172.2.40:20003/DCAT has no more tests: removing
-01:16:44-24/09 [irspy] tcp:128.172.2.40:20003/DCAT rewriting XML record
-01:16:47-24/09 [irspy] tcp:128.172.2.40:20003/DCAT rewrote XML record
-01:16:47-24/09 [irspy] tcp:z3950.nr-alslev.integrabib.dk:210/default query 'rec.id="Z39.50:z3950.nr-alslev.integrabib.dk:210/default"' found 1 record
-01:16:47-24/09 [irspy] tcp:z3950.nr-alslev.integrabib.dk:210/default entering active pool - 1784 targets remain in queue
-01:16:47-24/09 [irspy] tcp:z3950.nr-alslev.integrabib.dk:210/default not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.nr-alslev.integrabib.dk:210/default") from diag-set 'ZOOM'
-01:16:47-24/09 [irspy] tcp:z3950.nr-alslev.integrabib.dk:210/default has no more tests: removing
-01:16:47-24/09 [irspy] tcp:z3950.nr-alslev.integrabib.dk:210/default rewriting XML record
-01:16:49-24/09 [irspy] tcp:z3950.nr-alslev.integrabib.dk:210/default rewrote XML record
-01:16:49-24/09 [irspy] tcp:z3950.ovid.com:2213/pmed query 'rec.id="Z39.50:z3950.ovid.com:2213/pmed"' found 1 record
-01:16:49-24/09 [irspy] tcp:z3950.ovid.com:2213/pmed entering active pool - 1780 targets remain in queue
-01:16:53-24/09 [irspy] tcp:blpes.lse.ac.uk:2200/LSE not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:blpes.lse.ac.uk:2200/LSE") from diag-set 'ZOOM'
-01:16:53-24/09 [irspy] tcp:blpes.lse.ac.uk:2200/LSE has no more tests: removing
-01:16:53-24/09 [irspy] tcp:blpes.lse.ac.uk:2200/LSE rewriting XML record
-01:16:55-24/09 [irspy] tcp:blpes.lse.ac.uk:2200/LSE rewrote XML record
-01:16:55-24/09 [irspy] tcp:pick.bgunb.ru:210/liber query 'rec.id="Z39.50:pick.bgunb.ru:210/liber"' found 1 record
-01:16:55-24/09 [irspy] tcp:pick.bgunb.ru:210/liber entering active pool - 1762 targets remain in queue
-01:16:56-24/09 [irspy] tcp:cmars.cwmars.org:210/INNOPAC has no more tests: removing
-01:16:56-24/09 [irspy] tcp:cmars.cwmars.org:210/INNOPAC rewriting XML record
-01:16:58-24/09 [irspy] tcp:cmars.cwmars.org:210/INNOPAC rewrote XML record
-01:16:58-24/09 [irspy] tcp:www.lib.csu.ru:210/arefd query 'rec.id="Z39.50:www.lib.csu.ru:210/arefd"' found 1 record
-01:16:59-24/09 [irspy] tcp:www.lib.csu.ru:210/arefd entering active pool - 1761 targets remain in queue
-01:16:59-24/09 [irspy] tcp:graeae.unilinc.edu.au:210/MARION not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:graeae.unilinc.edu.au:210/MARION") from diag-set 'ZOOM'
-01:16:59-24/09 [irspy] tcp:graeae.unilinc.edu.au:210/MARION has no more tests: removing
-01:16:59-24/09 [irspy] tcp:graeae.unilinc.edu.au:210/MARION rewriting XML record
-01:17:01-24/09 [irspy] tcp:graeae.unilinc.edu.au:210/MARION rewrote XML record
-01:17:01-24/09 [irspy] tcp:212.45.5.163:2210/liber query 'rec.id="Z39.50:212.45.5.163:2210/liber"' found 1 record
-01:17:01-24/09 [irspy] tcp:212.45.5.163:2210/liber entering active pool - 1754 targets remain in queue
-01:17:01-24/09 [irspy] tcp:atcem.library.net:5666/atcem has no more tests: removing
-01:17:01-24/09 [irspy] tcp:atcem.library.net:5666/atcem rewriting XML record
-01:17:06-24/09 [irspy] tcp:atcem.library.net:5666/atcem rewrote XML record
-01:17:06-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/test query 'rec.id="Z39.50:libdb.lib.vsu.ru:210/test"' found 1 record
-01:17:06-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/test entering active pool - 1744 targets remain in queue
-01:17:07-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/test not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:libdb.lib.vsu.ru:210/test") from diag-set 'ZOOM'
-01:17:07-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/test has no more tests: removing
-01:17:07-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/test rewriting XML record
-01:17:11-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/test rewrote XML record
-01:17:11-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/vsu_books query 'rec.id="Z39.50:libdb.lib.vsu.ru:210/vsu_books"' found 1 record
-01:17:12-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/vsu_books entering active pool - 1743 targets remain in queue
-01:17:12-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/vsu_books not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:libdb.lib.vsu.ru:210/vsu_books") from diag-set 'ZOOM'
-01:17:12-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/vsu_books has no more tests: removing
-01:17:12-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/vsu_books rewriting XML record
-01:17:13-24/09 [irspy] tcp:libdb.lib.vsu.ru:210/vsu_books rewrote XML record
-01:17:13-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/cdrom query 'rec.id="Z39.50:ns1.gbs.spb.ru:212/cdrom"' found 1 record
-01:17:14-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/cdrom entering active pool - 1729 targets remain in queue
-01:17:14-24/09 [irspy] tcp:212.45.5.163:2210/liber not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:212.45.5.163:2210/liber") from diag-set 'ZOOM'
-01:17:14-24/09 [irspy] tcp:212.45.5.163:2210/liber has no more tests: removing
-01:17:14-24/09 [irspy] tcp:212.45.5.163:2210/liber rewriting XML record
-01:17:15-24/09 [irspy] tcp:212.45.5.163:2210/liber rewrote XML record
-01:17:15-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdf query 'rec.id="Z39.50:ns1.gbs.spb.ru:212/rdf"' found 1 record
-01:17:16-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdf entering active pool - 1721 targets remain in queue
-01:17:16-24/09 [irspy] tcp:www.lib.csu.ru:210/arefd converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: þÅÌÑÂÉÎÓËÉÂÊ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÙÊ ÕÎÉ×ÅÒÓÉÔÅÂÔ' from Latin-1 to UTF-8
-01:17:16-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdf converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: óÁÎËÂÔ-ðÅÔÅÒÂÕÒÇÓËÁÑ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÁÑ ÂÉÂÌÉÏÔÅËÁ ÄÌÑ ÓÌÅÐÙÈ' from Latin-1 to UTF-8
-01:17:16-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/cdrom converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: óÁÎËÂÔ-ðÅÔÅÒÂÕÒÇÓËÁÑ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÁÑ ÂÉÂÌÉÏÔÅËÁ ÄÌÑ ÓÌÅÐÙÈ' from Latin-1 to UTF-8
-01:17:19-24/09 [irspy] tcp:66.213.117.100:5666/LSPacZ has no more tests: removing
-01:17:19-24/09 [irspy] tcp:66.213.117.100:5666/LSPacZ rewriting XML record
-01:17:21-24/09 [irspy] tcp:66.213.117.100:5666/LSPacZ rewrote XML record
-01:17:21-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdftest query 'rec.id="Z39.50:ns1.gbs.spb.ru:212/rdftest"' found 1 record
-01:17:21-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdftest entering active pool - 1720 targets remain in queue
-01:17:21-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdftest converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: óÁÎËÂÔ-ðÅÔÅÒÂÕÒÇÓËÁÑ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÁÑ ÂÉÂÌÉÏÔÅËÁ ÄÌÑ ÓÌÅÐÙÈ' from Latin-1 to UTF-8
-01:17:32-24/09 [irspy] tcp:207.194.254.193:210/advance has no more tests: removing
-01:17:32-24/09 [irspy] tcp:207.194.254.193:210/advance rewriting XML record
-01:17:35-24/09 [irspy] tcp:207.194.254.193:210/advance rewrote XML record
-01:17:35-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/talk query 'rec.id="Z39.50:ns1.gbs.spb.ru:212/talk"' found 1 record
-01:17:36-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/talk entering active pool - 1719 targets remain in queue
-01:17:36-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/talk converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: óÁÎËÂÔ-ðÅÔÅÒÂÕÒÇÓËÁÑ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÁÑ ÂÉÂÌÉÏÔÅËÁ ÄÌÑ ÓÌÅÐÙÈ' from Latin-1 to UTF-8
-01:17:38-24/09 [irspy] tcp:ncsulib.lib.ncsu.edu:210/MARION not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:ncsulib.lib.ncsu.edu:210/MARION") from diag-set 'ZOOM'
-01:17:38-24/09 [irspy] tcp:ncsulib.lib.ncsu.edu:210/MARION has no more tests: removing
-01:17:38-24/09 [irspy] tcp:ncsulib.lib.ncsu.edu:210/MARION rewriting XML record
-01:17:42-24/09 [irspy] tcp:ncsulib.lib.ncsu.edu:210/MARION rewrote XML record
-01:17:42-24/09 [irspy] tcp:slp.senylrc.org:211/bibliographic query 'rec.id="Z39.50:slp.senylrc.org:211/bibliographic"' found 1 record
-01:17:43-24/09 [irspy] tcp:slp.senylrc.org:211/bibliographic entering active pool - 1717 targets remain in queue
-01:17:43-24/09 [irspy] tcp:one.stmk.gv.at:2100/miopac not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:one.stmk.gv.at:2100/miopac") from diag-set 'ZOOM'
-01:17:43-24/09 [irspy] tcp:one.stmk.gv.at:2100/miopac has no more tests: removing
-01:17:43-24/09 [irspy] tcp:one.stmk.gv.at:2100/miopac rewriting XML record
-01:17:45-24/09 [irspy] tcp:one.stmk.gv.at:2100/miopac rewrote XML record
-01:17:45-24/09 [irspy] tcp:sundog.usask.ca:210/INNOPAC query 'rec.id="Z39.50:sundog.usask.ca:210/INNOPAC"' found 1 record
-01:17:45-24/09 [irspy] tcp:sundog.usask.ca:210/INNOPAC entering active pool - 1716 targets remain in queue
-01:17:48-24/09 [irspy] tcp:library.bury.gov.uk:210/INNOPAC has no more tests: removing
-01:17:48-24/09 [irspy] tcp:library.bury.gov.uk:210/INNOPAC rewriting XML record
-01:17:50-24/09 [irspy] tcp:library.bury.gov.uk:210/INNOPAC rewrote XML record
-01:17:50-24/09 [irspy] tcp:db.lib.utexas.edu:210/utcat query 'rec.id="Z39.50:db.lib.utexas.edu:210/utcat"' found 1 record
-01:17:50-24/09 [irspy] tcp:db.lib.utexas.edu:210/utcat entering active pool - 1715 targets remain in queue
-01:17:52-24/09 [irspy] tcp:161.210.99.100:2200/unicorn has no more tests: removing
-01:17:52-24/09 [irspy] tcp:161.210.99.100:2200/unicorn rewriting XML record
-01:17:55-24/09 [irspy] tcp:161.210.99.100:2200/unicorn rewrote XML record
-01:17:55-24/09 [irspy] tcp:z3950.usu.ru:210/gorn query 'rec.id="Z39.50:z3950.usu.ru:210/gorn"' found 1 record
-01:17:55-24/09 [irspy] tcp:z3950.usu.ru:210/gorn entering active pool - 1714 targets remain in queue
-01:17:59-24/09 [irspy] tcp:z3950.usu.ru:210/gorn has no more tests: removing
-01:17:59-24/09 [irspy] tcp:z3950.usu.ru:210/gorn rewriting XML record
-01:18:02-24/09 [irspy] tcp:z3950.usu.ru:210/gorn rewrote XML record
-01:18:02-24/09 [irspy] tcp:z3950.usu.ru:210/uran query 'rec.id="Z39.50:z3950.usu.ru:210/uran"' found 1 record
-01:18:02-24/09 [irspy] tcp:z3950.usu.ru:210/uran entering active pool - 1707 targets remain in queue
-01:18:02-24/09 [irspy] tcp:oracle.usu.ru:210/lest not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:oracle.usu.ru:210/lest") from diag-set 'ZOOM'
-01:18:02-24/09 [irspy] tcp:oracle.usu.ru:210/lest has no more tests: removing
-01:18:02-24/09 [irspy] tcp:oracle.usu.ru:210/lest rewriting XML record
-01:18:04-24/09 [irspy] tcp:oracle.usu.ru:210/lest rewrote XML record
-01:18:04-24/09 [irspy] tcp:lib.muctr.edu.ru:210/chem query 'rec.id="Z39.50:lib.muctr.edu.ru:210/chem"' found 1 record
-01:18:04-24/09 [irspy] tcp:lib.muctr.edu.ru:210/chem entering active pool - 1703 targets remain in queue
-01:18:05-24/09 [irspy] tcp:scotty.mhsl.uab.edu:7090/VOYAGER has no more tests: removing
-01:18:05-24/09 [irspy] tcp:scotty.mhsl.uab.edu:7090/VOYAGER rewriting XML record
-01:18:07-24/09 [irspy] tcp:scotty.mhsl.uab.edu:7090/VOYAGER rewrote XML record
-01:18:07-24/09 [irspy] tcp:www.benran.ru:210/SCIENCE_LNS query 'rec.id="Z39.50:www.benran.ru:210/SCIENCE_LNS"' found 1 record
-01:18:08-24/09 [irspy] tcp:www.benran.ru:210/SCIENCE_LNS entering active pool - 1697 targets remain in queue
-01:18:11-24/09 [irspy] tcp:sauco.csic.es:9909/MAD01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:sauco.csic.es:9909/MAD01") from diag-set 'ZOOM'
-01:18:11-24/09 [irspy] tcp:sauco.csic.es:9909/MAD01 has no more tests: removing
-01:18:11-24/09 [irspy] tcp:sauco.csic.es:9909/MAD01 rewriting XML record
-01:18:13-24/09 [irspy] tcp:sauco.csic.es:9909/MAD01 rewrote XML record
-01:18:13-24/09 [irspy] tcp:www.infokniga.ru:210/book query 'rec.id="Z39.50:www.infokniga.ru:210/book"' found 1 record
-01:18:13-24/09 [irspy] tcp:www.infokniga.ru:210/book entering active pool - 1695 targets remain in queue
-01:18:17-24/09 [irspy] tcp:mastrobib.sns.it:9991/PIS01 has no more tests: removing
-01:18:17-24/09 [irspy] tcp:mastrobib.sns.it:9991/PIS01 rewriting XML record
-01:18:20-24/09 [irspy] tcp:mastrobib.sns.it:9991/PIS01 rewrote XML record
-01:18:20-24/09 [irspy] tcp:libr.sibsiu.ru:9999/metd query 'rec.id="Z39.50:libr.sibsiu.ru:9999/metd"' found 1 record
-01:18:21-24/09 [irspy] tcp:libr.sibsiu.ru:9999/metd entering active pool - 1687 targets remain in queue
-01:18:27-24/09 [irspy] tcp:fhlib.fhda.edu:2200/Unicorn has no more tests: removing
-01:18:27-24/09 [irspy] tcp:fhlib.fhda.edu:2200/Unicorn rewriting XML record
-01:18:36-24/09 [irspy] tcp:fhlib.fhda.edu:2200/Unicorn rewrote XML record
-01:18:36-24/09 [irspy] tcp:libr.sibsiu.ru:9999/trud query 'rec.id="Z39.50:libr.sibsiu.ru:9999/trud"' found 1 record
-01:18:36-24/09 [irspy] tcp:libr.sibsiu.ru:9999/trud entering active pool - 1683 targets remain in queue
-01:18:37-24/09 [irspy] tcp:tag1.lib.umich.edu:210/MCAT not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:tag1.lib.umich.edu:210/MCAT") from diag-set 'ZOOM'
-01:18:37-24/09 [irspy] tcp:tag1.lib.umich.edu:210/MCAT has no more tests: removing
-01:18:37-24/09 [irspy] tcp:tag1.lib.umich.edu:210/MCAT rewriting XML record
-01:18:39-24/09 [irspy] tcp:tag1.lib.umich.edu:210/MCAT rewrote XML record
-01:18:39-24/09 [irspy] tcp:lib.yar.ru:210/elib query 'rec.id="Z39.50:lib.yar.ru:210/elib"' found 1 record
-01:18:39-24/09 [irspy] tcp:lib.yar.ru:210/elib entering active pool - 1682 targets remain in queue
-01:18:51-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/subscr not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:weblib.ssu.samara.ru:2100/subscr") from diag-set 'ZOOM'
-01:18:51-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/subscr has no more tests: removing
-01:18:51-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/subscr rewriting XML record
-01:18:57-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/subscr rewrote XML record
-01:18:57-24/09 [irspy] tcp:z.cervantesvirtual.com:2100/bimicesa query 'rec.id="Z39.50:z.cervantesvirtual.com:2100/bimicesa"' found 1 record
-01:18:58-24/09 [irspy] tcp:z.cervantesvirtual.com:2100/bimicesa entering active pool - 1665 targets remain in queue
-01:19:00-24/09 [irspy] tcp:opac.shu.ac.uk:210/INNOPAC has no more tests: removing
-01:19:00-24/09 [irspy] tcp:opac.shu.ac.uk:210/INNOPAC rewriting XML record
-01:19:06-24/09 [irspy] tcp:opac.shu.ac.uk:210/INNOPAC rewrote XML record
-01:19:07-24/09 [irspy] tcp:catalog.nlrb.ru:210/cult query 'rec.id="Z39.50:catalog.nlrb.ru:210/cult"' found 1 record
-01:19:07-24/09 [irspy] tcp:catalog.nlrb.ru:210/cult entering active pool - 1650 targets remain in queue
-01:19:07-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/test not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:weblib.ssu.samara.ru:2100/test") from diag-set 'ZOOM'
-01:19:07-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/test has no more tests: removing
-01:19:07-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/test rewriting XML record
-01:19:19-24/09 [irspy] tcp:weblib.ssu.samara.ru:2100/test rewrote XML record
-01:19:20-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/medakad_article query 'rec.id="Z39.50:www.lib.susu.ac.ru:2101/medakad_article"' found 1 record
-01:19:20-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/medakad_article entering active pool - 1644 targets remain in queue
-01:19:23-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/medakad_article has no more tests: removing
-01:19:23-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/medakad_article rewriting XML record
-01:19:28-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/medakad_article rewrote XML record
-01:19:28-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/medakad_ftd_metod query 'rec.id="Z39.50:www.lib.susu.ac.ru:2101/medakad_ftd_metod"' found 1 record
-01:19:29-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/medakad_ftd_metod entering active pool - 1640 targets remain in queue
-01:19:31-24/09 [irspy] tcp:jasper.acadiau.ca:2200/Unicorn has no more tests: removing
-01:19:31-24/09 [irspy] tcp:jasper.acadiau.ca:2200/Unicorn rewriting XML record
-01:19:38-24/09 [irspy] tcp:jasper.acadiau.ca:2200/Unicorn rewrote XML record
-01:19:40-24/09 [irspy] tcp:z39.gbs.spb.ru:210/nplain query 'rec.id="Z39.50:z39.gbs.spb.ru:210/nplain"' found 1 record
-01:19:41-24/09 [irspy] tcp:z39.gbs.spb.ru:210/nplain entering active pool - 1633 targets remain in queue
-01:19:41-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/medakad_ftd_metod has no more tests: removing
-01:19:41-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/medakad_ftd_metod rewriting XML record
-01:19:45-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/medakad_ftd_metod rewrote XML record
-01:19:45-24/09 [irspy] tcp:ip8.law.pu.ru:210/articles query 'rec.id="Z39.50:ip8.law.pu.ru:210/articles"' found 1 record
-01:19:46-24/09 [irspy] tcp:ip8.law.pu.ru:210/articles entering active pool - 1625 targets remain in queue
-01:19:46-24/09 [irspy] tcp:ip8.law.pu.ru:210/articles not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:ip8.law.pu.ru:210/articles") from diag-set 'ZOOM'
-01:19:46-24/09 [irspy] tcp:ip8.law.pu.ru:210/articles has no more tests: removing
-01:19:46-24/09 [irspy] tcp:ip8.law.pu.ru:210/articles rewriting XML record
-01:19:48-24/09 [irspy] tcp:ip8.law.pu.ru:210/articles rewrote XML record
-01:19:48-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/books query 'rec.id="Z39.50:z3950.ssu.samara.ru:210/books"' found 1 record
-01:19:48-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/books entering active pool - 1620 targets remain in queue
-01:19:48-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/books not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.ssu.samara.ru:210/books") from diag-set 'ZOOM'
-01:19:48-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/books has no more tests: removing
-01:19:48-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/books rewriting XML record
-01:19:51-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/books rewrote XML record
-01:19:51-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/serial query 'rec.id="Z39.50:z3950.ssu.samara.ru:210/serial"' found 1 record
-01:19:52-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/serial entering active pool - 1616 targets remain in queue
-01:19:52-24/09 [irspy] tcp:z39.gbs.spb.ru:210/nplain converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: óÁÎËÂÔ-ðÅÔÅÒÂÕÒÇÓËÁÑ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÁÑ ÂÉÂÌÉÏÔÅËÁ ÄÌÑ ÓÌÅÐÙÈ' from Latin-1 to UTF-8
-01:19:52-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/serial not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.ssu.samara.ru:210/serial") from diag-set 'ZOOM'
-01:19:52-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/serial has no more tests: removing
-01:19:52-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/serial rewriting XML record
-01:19:55-24/09 [irspy] tcp:z3950.ssu.samara.ru:210/serial rewrote XML record
-01:19:55-24/09 [irspy] tcp:sibul.reitoria.ul.pt:9909/ULB01 query 'rec.id="Z39.50:sibul.reitoria.ul.pt:9909/ULB01"' found 1 record
-01:19:55-24/09 [irspy] tcp:sibul.reitoria.ul.pt:9909/ULB01 entering active pool - 1612 targets remain in queue
-01:19:56-24/09 [irspy] tcp:opac.shu.ac.uk:210/SHU has no more tests: removing
-01:19:56-24/09 [irspy] tcp:opac.shu.ac.uk:210/SHU rewriting XML record
-01:19:58-24/09 [irspy] tcp:opac.shu.ac.uk:210/SHU rewrote XML record
-01:19:58-24/09 [irspy] tcp:sirsi.library.utoronto.ca:2200/UNICORN query 'rec.id="Z39.50:sirsi.library.utoronto.ca:2200/UNICORN"' found 1 record
-01:19:58-24/09 [irspy] tcp:sirsi.library.utoronto.ca:2200/UNICORN entering active pool - 1610 targets remain in queue
-01:20:01-24/09 [irspy] tcp:z3950.ovid.com:2213/pmed not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.ovid.com:2213/pmed") from diag-set 'ZOOM'
-01:20:01-24/09 [irspy] tcp:z3950.ovid.com:2213/pmed has no more tests: removing
-01:20:01-24/09 [irspy] tcp:z3950.ovid.com:2213/pmed rewriting XML record
-01:20:06-24/09 [irspy] tcp:z3950.ovid.com:2213/pmed rewrote XML record
-01:20:06-24/09 [irspy] tcp:library.ustu.ru:2100/bookr query 'rec.id="Z39.50:library.ustu.ru:2100/bookr"' found 1 record
-01:20:06-24/09 [irspy] tcp:library.ustu.ru:2100/bookr entering active pool - 1607 targets remain in queue
-01:20:07-24/09 [irspy] tcp:pick.bgunb.ru:210/liber not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:pick.bgunb.ru:210/liber") from diag-set 'ZOOM'
-01:20:07-24/09 [irspy] tcp:pick.bgunb.ru:210/liber has no more tests: removing
-01:20:07-24/09 [irspy] tcp:pick.bgunb.ru:210/liber rewriting XML record
-01:20:11-24/09 [irspy] tcp:pick.bgunb.ru:210/liber rewrote XML record
-01:20:11-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/elib query 'rec.id="Z39.50:corpsrv.lib.vsu.ru:210/elib"' found 1 record
-01:20:12-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/elib entering active pool - 1604 targets remain in queue
-01:20:14-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/elib converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: ÷ÏÒÏÎÅÖÓËÉÂÊ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÙÊ ÕÎÉ×ÅÒÓÉÔÅÂÔ' from Latin-1 to UTF-8
-01:20:19-24/09 [irspy] tcp:jolis.imf.org:2200/Unicorn has no more tests: removing
-01:20:19-24/09 [irspy] tcp:jolis.imf.org:2200/Unicorn rewriting XML record
-01:20:24-24/09 [irspy] tcp:jolis.imf.org:2200/Unicorn rewrote XML record
-01:20:24-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/gender query 'rec.id="Z39.50:corpsrv.lib.vsu.ru:210/gender"' found 1 record
-01:20:24-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/gender entering active pool - 1603 targets remain in queue
-01:20:25-24/09 [irspy] tcp:vlsirsi.rdg.ac.uk:2200/UNICORN has no more tests: removing
-01:20:25-24/09 [irspy] tcp:vlsirsi.rdg.ac.uk:2200/UNICORN rewriting XML record
-01:20:28-24/09 [irspy] tcp:vlsirsi.rdg.ac.uk:2200/UNICORN rewrote XML record
-01:20:28-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vgai query 'rec.id="Z39.50:corpsrv.lib.vsu.ru:210/v_vgai"' found 1 record
-01:20:28-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vgai entering active pool - 1600 targets remain in queue
-01:20:28-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/gender converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: ÷ÏÒÏÎÅÖÓËÉÂÊ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÙÊ ÕÎÉ×ÅÒÓÉÔÅÂÔ' from Latin-1 to UTF-8
-01:20:28-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vgai converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: ÷ÏÒÏÎÅÖÓËÉÂÊ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÙÊ ÕÎÉ×ÅÒÓÉÔÅÂÔ' from Latin-1 to UTF-8
-01:20:34-24/09 [irspy] tcp:zgate.lib.pu.ru:210/unicat has no more tests: removing
-01:20:34-24/09 [irspy] tcp:zgate.lib.pu.ru:210/unicat rewriting XML record
-01:20:38-24/09 [irspy] tcp:zgate.lib.pu.ru:210/unicat rewrote XML record
-01:20:38-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vglta query 'rec.id="Z39.50:corpsrv.lib.vsu.ru:210/v_vglta"' found 1 record
-01:20:38-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vglta entering active pool - 1597 targets remain in queue
-01:20:38-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vglta converted 'RUSLAN Server ìÉÃÅÎÚÉÒÏ×ÁΠÄÌÑ: ÷ÏÒÏÎÅÖÓËÉÂÊ ÇÏÓÕÄÁÒÓÔ×ÅÎÎÙÊ ÕÎÉ×ÅÒÓÉÔÅÂÔ' from Latin-1 to UTF-8
-01:20:46-24/09 [irspy] tcp:portage.library.ubc.ca:7090/Voyager has no more tests: removing
-01:20:46-24/09 [irspy] tcp:portage.library.ubc.ca:7090/Voyager rewriting XML record
-01:20:49-24/09 [irspy] tcp:portage.library.ubc.ca:7090/Voyager rewrote XML record
-01:20:49-24/09 [irspy] tcp:catalog.sup.bibliomondo.com:2100/Z3950S query 'rec.id="Z39.50:catalog.sup.bibliomondo.com:2100/Z3950S"' found 1 record
-01:20:49-24/09 [irspy] tcp:catalog.sup.bibliomondo.com:2100/Z3950S entering active pool - 1589 targets remain in queue
-01:20:49-24/09 [irspy] tcp:catalog.sup.bibliomondo.com:2100/Z3950S not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:catalog.sup.bibliomondo.com:2100/Z3950S") from diag-set 'ZOOM'
-01:20:49-24/09 [irspy] tcp:catalog.sup.bibliomondo.com:2100/Z3950S has no more tests: removing
-01:20:49-24/09 [irspy] tcp:catalog.sup.bibliomondo.com:2100/Z3950S rewriting XML record
-01:20:51-24/09 [irspy] tcp:catalog.sup.bibliomondo.com:2100/Z3950S rewrote XML record
-01:20:51-24/09 [irspy] tcp:crpl.cedar-rapids.lib.ia.us:210/cedrap query 'rec.id="Z39.50:crpl.cedar-rapids.lib.ia.us:210/cedrap"' found 1 record
-01:20:51-24/09 [irspy] tcp:crpl.cedar-rapids.lib.ia.us:210/cedrap entering active pool - 1583 targets remain in queue
-01:21:07-24/09 [irspy] tcp:crpl.cedar-rapids.lib.ia.us:210/cedrap not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:crpl.cedar-rapids.lib.ia.us:210/cedrap") from diag-set 'ZOOM'
-01:21:07-24/09 [irspy] tcp:crpl.cedar-rapids.lib.ia.us:210/cedrap has no more tests: removing
-01:21:07-24/09 [irspy] tcp:crpl.cedar-rapids.lib.ia.us:210/cedrap rewriting XML record
-01:21:09-24/09 [irspy] tcp:crpl.cedar-rapids.lib.ia.us:210/cedrap rewrote XML record
-01:21:09-24/09 [irspy] tcp:curry.nist.gov:210/Unicorn query 'rec.id="Z39.50:curry.nist.gov:210/Unicorn"' found 1 record
-01:21:10-24/09 [irspy] tcp:curry.nist.gov:210/Unicorn entering active pool - 1579 targets remain in queue
-01:21:10-24/09 [irspy] tcp:db.lib.utexas.edu:210/utcat not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:db.lib.utexas.edu:210/utcat") from diag-set 'ZOOM'
-01:21:10-24/09 [irspy] tcp:db.lib.utexas.edu:210/utcat has no more tests: removing
-01:21:10-24/09 [irspy] tcp:db.lib.utexas.edu:210/utcat rewriting XML record
-01:21:12-24/09 [irspy] tcp:db.lib.utexas.edu:210/utcat rewrote XML record
-01:21:12-24/09 [irspy] tcp:frodo.ul.ie:3951/rte query 'rec.id="Z39.50:frodo.ul.ie:3951/rte"' found 1 record
-01:21:12-24/09 [irspy] tcp:frodo.ul.ie:3951/rte entering active pool - 1571 targets remain in queue
-01:21:14-24/09 [irspy] tcp:frodo.ul.ie:3951/rte not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:frodo.ul.ie:3951/rte") from diag-set 'ZOOM'
-01:21:14-24/09 [irspy] tcp:frodo.ul.ie:3951/rte has no more tests: removing
-01:21:14-24/09 [irspy] tcp:frodo.ul.ie:3951/rte rewriting XML record
-01:21:18-24/09 [irspy] tcp:frodo.ul.ie:3951/rte rewrote XML record
-01:21:18-24/09 [irspy] tcp:fsz3950.oclc.org:210/AHSearch query 'rec.id="Z39.50:fsz3950.oclc.org:210/AHSearch"' found 1 record
-01:21:18-24/09 [irspy] tcp:fsz3950.oclc.org:210/AHSearch entering active pool - 1567 targets remain in queue
-01:21:18-24/09 [irspy] tcp:slp.senylrc.org:211/bibliographic not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:slp.senylrc.org:211/bibliographic") from diag-set 'ZOOM'
-01:21:18-24/09 [irspy] tcp:slp.senylrc.org:211/bibliographic has no more tests: removing
-01:21:18-24/09 [irspy] tcp:slp.senylrc.org:211/bibliographic rewriting XML record
-01:21:21-24/09 [irspy] tcp:slp.senylrc.org:211/bibliographic rewrote XML record
-01:21:21-24/09 [irspy] tcp:fsz3950.oclc.org:210/EconLit query 'rec.id="Z39.50:fsz3950.oclc.org:210/EconLit"' found 1 record
-01:21:21-24/09 [irspy] tcp:fsz3950.oclc.org:210/EconLit entering active pool - 1550 targets remain in queue
-01:21:21-24/09 [irspy] tcp:pooh.lib.auburn.edu:7090/Voyager has no more tests: removing
-01:21:21-24/09 [irspy] tcp:pooh.lib.auburn.edu:7090/Voyager rewriting XML record
-01:21:24-24/09 [irspy] tcp:pooh.lib.auburn.edu:7090/Voyager rewrote XML record
-01:21:24-24/09 [irspy] tcp:fsz3950.oclc.org:210/GenSciAbs query 'rec.id="Z39.50:fsz3950.oclc.org:210/GenSciAbs"' found 1 record
-01:21:24-24/09 [irspy] tcp:fsz3950.oclc.org:210/GenSciAbs entering active pool - 1545 targets remain in queue
-01:21:24-24/09 [irspy] tcp:www.infokniga.ru:210/book not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:www.infokniga.ru:210/book") from diag-set 'ZOOM'
-01:21:24-24/09 [irspy] tcp:www.infokniga.ru:210/book has no more tests: removing
-01:21:24-24/09 [irspy] tcp:www.infokniga.ru:210/book rewriting XML record
-01:21:26-24/09 [irspy] tcp:www.infokniga.ru:210/book rewrote XML record
-01:21:26-24/09 [irspy] tcp:fsz3950.oclc.org:210/GeoRefS query 'rec.id="Z39.50:fsz3950.oclc.org:210/GeoRefS"' found 1 record
-01:21:26-24/09 [irspy] tcp:fsz3950.oclc.org:210/GeoRefS entering active pool - 1543 targets remain in queue
-01:21:26-24/09 [irspy] tcp:lib.muctr.edu.ru:210/chem not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:lib.muctr.edu.ru:210/chem") from diag-set 'ZOOM'
-01:21:26-24/09 [irspy] tcp:lib.muctr.edu.ru:210/chem has no more tests: removing
-01:21:26-24/09 [irspy] tcp:lib.muctr.edu.ru:210/chem rewriting XML record
-01:21:28-24/09 [irspy] tcp:lib.muctr.edu.ru:210/chem rewrote XML record
-01:21:28-24/09 [irspy] tcp:fsz3950.oclc.org:210/LegalPeriodical query 'rec.id="Z39.50:fsz3950.oclc.org:210/LegalPeriodical"' found 1 record
-01:21:28-24/09 [irspy] tcp:fsz3950.oclc.org:210/LegalPeriodical entering active pool - 1538 targets remain in queue
-01:21:32-24/09 [irspy] tcp:libr.sibsiu.ru:9999/metd not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:libr.sibsiu.ru:9999/metd") from diag-set 'ZOOM'
-01:21:32-24/09 [irspy] tcp:libr.sibsiu.ru:9999/metd has no more tests: removing
-01:21:32-24/09 [irspy] tcp:libr.sibsiu.ru:9999/metd rewriting XML record
-01:21:41-24/09 [irspy] tcp:libr.sibsiu.ru:9999/metd rewrote XML record
-01:21:42-24/09 [irspy] tcp:fsz3950.oclc.org:210/LibraryLit query 'rec.id="Z39.50:fsz3950.oclc.org:210/LibraryLit"' found 1 record
-01:21:42-24/09 [irspy] tcp:fsz3950.oclc.org:210/LibraryLit entering active pool - 1537 targets remain in queue
-01:21:44-24/09 [irspy] tcp:fsz3950.oclc.org:210/LibraryLit not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:21:44-24/09 [irspy] tcp:fsz3950.oclc.org:210/LibraryLit has no more tests: removing
-01:21:44-24/09 [irspy] tcp:fsz3950.oclc.org:210/LibraryLit rewriting XML record
-01:21:49-24/09 [irspy] tcp:fsz3950.oclc.org:210/LibraryLit rewrote XML record
-01:21:49-24/09 [irspy] tcp:fsz3950.oclc.org:210/WorldscopeS query 'rec.id="Z39.50:fsz3950.oclc.org:210/WorldscopeS"' found 1 record
-01:21:49-24/09 [irspy] tcp:fsz3950.oclc.org:210/WorldscopeS entering active pool - 1520 targets remain in queue
-01:21:49-24/09 [irspy] tcp:www.scran.ac.uk:3950/default has no more tests: removing
-01:21:49-24/09 [irspy] tcp:www.scran.ac.uk:3950/default rewriting XML record
-01:21:52-24/09 [irspy] tcp:www.scran.ac.uk:3950/default rewrote XML record
-01:21:52-24/09 [irspy] tcp:gcrio.org:6670/biblio query 'rec.id="Z39.50:gcrio.org:6670/biblio"' found 1 record
-01:21:52-24/09 [irspy] tcp:gcrio.org:6670/biblio entering active pool - 1517 targets remain in queue
-01:21:52-24/09 [irspy] tcp:pegasus.law.columbia.edu:210/INNOPAC has no more tests: removing
-01:21:52-24/09 [irspy] tcp:pegasus.law.columbia.edu:210/INNOPAC rewriting XML record
-01:21:54-24/09 [irspy] tcp:pegasus.law.columbia.edu:210/INNOPAC rewrote XML record
-01:21:55-24/09 [irspy] tcp:igsrglib02.er.usgs.gov:5000/horizon query 'rec.id="Z39.50:igsrglib02.er.usgs.gov:5000/horizon"' found 1 record
-01:21:55-24/09 [irspy] tcp:igsrglib02.er.usgs.gov:5000/horizon entering active pool - 1508 targets remain in queue
-01:21:56-24/09 [irspy] tcp:libr.sibsiu.ru:9999/trud not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:libr.sibsiu.ru:9999/trud") from diag-set 'ZOOM'
-01:21:56-24/09 [irspy] tcp:libr.sibsiu.ru:9999/trud has no more tests: removing
-01:21:56-24/09 [irspy] tcp:libr.sibsiu.ru:9999/trud rewriting XML record
-01:22:01-24/09 [irspy] tcp:libr.sibsiu.ru:9999/trud rewrote XML record
-01:22:01-24/09 [irspy] tcp:indy.nstn.ns.ca:2007/BOOKS query 'rec.id="Z39.50:indy.nstn.ns.ca:2007/BOOKS"' found 1 record
-01:22:01-24/09 [irspy] tcp:indy.nstn.ns.ca:2007/BOOKS entering active pool - 1507 targets remain in queue
-01:22:01-24/09 [irspy] tcp:indy.nstn.ns.ca:2007/BOOKS not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:indy.nstn.ns.ca:2007/BOOKS") from diag-set 'ZOOM'
-01:22:01-24/09 [irspy] tcp:indy.nstn.ns.ca:2007/BOOKS has no more tests: removing
-01:22:01-24/09 [irspy] tcp:indy.nstn.ns.ca:2007/BOOKS rewriting XML record
-01:22:06-24/09 [irspy] tcp:indy.nstn.ns.ca:2007/BOOKS rewrote XML record
-01:22:06-24/09 [irspy] tcp:infonew.sld.cu:9999/lis query 'rec.id="Z39.50:infonew.sld.cu:9999/lis"' found 1 record
-01:22:06-24/09 [irspy] tcp:infonew.sld.cu:9999/lis entering active pool - 1505 targets remain in queue
-01:22:09-24/09 [irspy] tcp:fsz3950.oclc.org:210/WorldscopeS not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:22:09-24/09 [irspy] tcp:fsz3950.oclc.org:210/WorldscopeS has no more tests: removing
-01:22:09-24/09 [irspy] tcp:fsz3950.oclc.org:210/WorldscopeS rewriting XML record
-01:22:13-24/09 [irspy] tcp:fsz3950.oclc.org:210/WorldscopeS rewrote XML record
-01:22:13-24/09 [irspy] tcp:lib.briar-cliff.edu:210/SERVER query 'rec.id="Z39.50:lib.briar-cliff.edu:210/SERVER"' found 1 record
-01:22:14-24/09 [irspy] tcp:lib.briar-cliff.edu:210/SERVER entering active pool - 1500 targets remain in queue
-01:22:14-24/09 [irspy] tcp:lib.briar-cliff.edu:210/SERVER not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:lib.briar-cliff.edu:210/SERVER") from diag-set 'ZOOM'
-01:22:14-24/09 [irspy] tcp:lib.briar-cliff.edu:210/SERVER has no more tests: removing
-01:22:14-24/09 [irspy] tcp:lib.briar-cliff.edu:210/SERVER rewriting XML record
-01:22:17-24/09 [irspy] tcp:lib.briar-cliff.edu:210/SERVER rewrote XML record
-01:22:17-24/09 [irspy] tcp:lib.ci.dallas.tx.us:210/MARION query 'rec.id="Z39.50:lib.ci.dallas.tx.us:210/MARION"' found 1 record
-01:22:17-24/09 [irspy] tcp:lib.ci.dallas.tx.us:210/MARION entering active pool - 1499 targets remain in queue
-01:22:19-24/09 [irspy] tcp:lib.ci.dallas.tx.us:210/MARION not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:lib.ci.dallas.tx.us:210/MARION") from diag-set 'ZOOM'
-01:22:19-24/09 [irspy] tcp:lib.ci.dallas.tx.us:210/MARION has no more tests: removing
-01:22:19-24/09 [irspy] tcp:lib.ci.dallas.tx.us:210/MARION rewriting XML record
-01:22:24-24/09 [irspy] tcp:lib.ci.dallas.tx.us:210/MARION rewrote XML record
-01:22:24-24/09 [irspy] tcp:lib.drake.edu:210/lawlib query 'rec.id="Z39.50:lib.drake.edu:210/lawlib"' found 1 record
-01:22:24-24/09 [irspy] tcp:lib.drake.edu:210/lawlib entering active pool - 1498 targets remain in queue
-01:22:27-24/09 [irspy] tcp:catalog.nlrb.ru:210/cult not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:catalog.nlrb.ru:210/cult") from diag-set 'ZOOM'
-01:22:27-24/09 [irspy] tcp:catalog.nlrb.ru:210/cult has no more tests: removing
-01:22:27-24/09 [irspy] tcp:catalog.nlrb.ru:210/cult rewriting XML record
-01:22:31-24/09 [irspy] tcp:catalog.nlrb.ru:210/cult rewrote XML record
-01:22:31-24/09 [irspy] tcp:lib.udsu.ru:210/articles query 'rec.id="Z39.50:lib.udsu.ru:210/articles"' found 1 record
-01:22:31-24/09 [irspy] tcp:lib.udsu.ru:210/articles entering active pool - 1494 targets remain in queue
-01:22:32-24/09 [irspy] tcp:lib.udsu.ru:210/articles not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:lib.udsu.ru:210/articles") from diag-set 'ZOOM'
-01:22:32-24/09 [irspy] tcp:lib.udsu.ru:210/articles has no more tests: removing
-01:22:32-24/09 [irspy] tcp:lib.udsu.ru:210/articles rewriting XML record
-01:22:36-24/09 [irspy] tcp:lib.udsu.ru:210/articles rewrote XML record
-01:22:36-24/09 [irspy] tcp:lib.udsu.ru:210/main query 'rec.id="Z39.50:lib.udsu.ru:210/main"' found 1 record
-01:22:37-24/09 [irspy] tcp:lib.udsu.ru:210/main entering active pool - 1493 targets remain in queue
-01:22:37-24/09 [irspy] tcp:csulib.ctstateu.edu:210/INNOPAC has no more tests: removing
-01:22:37-24/09 [irspy] tcp:csulib.ctstateu.edu:210/INNOPAC rewriting XML record
-01:22:47-24/09 [irspy] tcp:csulib.ctstateu.edu:210/INNOPAC rewrote XML record
-01:22:47-24/09 [irspy] tcp:lib1.jinr.ru:210/liber query 'rec.id="Z39.50:lib1.jinr.ru:210/liber"' found 1 record
-01:22:49-24/09 [irspy] tcp:lib1.jinr.ru:210/liber entering active pool - 1492 targets remain in queue
-01:22:50-24/09 [irspy] tcp:lib.udsu.ru:210/main not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:lib.udsu.ru:210/main") from diag-set 'ZOOM'
-01:22:50-24/09 [irspy] tcp:lib.udsu.ru:210/main has no more tests: removing
-01:22:50-24/09 [irspy] tcp:lib.udsu.ru:210/main rewriting XML record
-01:22:56-24/09 [irspy] tcp:lib.udsu.ru:210/main rewrote XML record
-01:22:56-24/09 [irspy] tcp:libils.ualr.edu:210/Marion query 'rec.id="Z39.50:libils.ualr.edu:210/Marion"' found 1 record
-01:22:57-24/09 [irspy] tcp:libils.ualr.edu:210/Marion entering active pool - 1485 targets remain in queue
-01:22:57-24/09 [irspy] tcp:libils.ualr.edu:210/Marion not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:libils.ualr.edu:210/Marion") from diag-set 'ZOOM'
-01:22:57-24/09 [irspy] tcp:libils.ualr.edu:210/Marion has no more tests: removing
-01:22:57-24/09 [irspy] tcp:libils.ualr.edu:210/Marion rewriting XML record
-01:23:00-24/09 [irspy] tcp:libils.ualr.edu:210/Marion rewrote XML record
-01:23:01-24/09 [irspy] tcp:loke.dcbib.dk:2100/S query 'rec.id="Z39.50:loke.dcbib.dk:2100/S"' found 1 record
-01:23:01-24/09 [irspy] tcp:loke.dcbib.dk:2100/S entering active pool - 1462 targets remain in queue
-01:23:01-24/09 [irspy] tcp:lib1.jinr.ru:210/liber not connected: ZOOM error 10004 "Connection lost" (addinfo: "tcp:lib1.jinr.ru:210/liber") from diag-set 'ZOOM'
-01:23:01-24/09 [irspy] tcp:lib1.jinr.ru:210/liber has no more tests: removing
-01:23:01-24/09 [irspy] tcp:lib1.jinr.ru:210/liber rewriting XML record
-01:23:07-24/09 [irspy] tcp:lib1.jinr.ru:210/liber rewrote XML record
-01:23:07-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/FS query 'rec.id="Z39.50:nermvs.nerdc.ufl.edu:210/FS"' found 1 record
-01:23:07-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/FS entering active pool - 1450 targets remain in queue
-01:23:08-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/FS not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:nermvs.nerdc.ufl.edu:210/FS") from diag-set 'ZOOM'
-01:23:08-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/FS has no more tests: removing
-01:23:08-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/FS rewriting XML record
-01:23:11-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/FS rewrote XML record
-01:23:11-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/SF query 'rec.id="Z39.50:nermvs.nerdc.ufl.edu:210/SF"' found 1 record
-01:23:11-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/SF entering active pool - 1446 targets remain in queue
-01:23:11-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/SF not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:nermvs.nerdc.ufl.edu:210/SF") from diag-set 'ZOOM'
-01:23:12-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/SF has no more tests: removing
-01:23:12-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/SF rewriting XML record
-01:23:18-24/09 [irspy] tcp:nermvs.nerdc.ufl.edu:210/SF rewrote XML record
-01:23:18-24/09 [irspy] tcp:scity.sc.lib.ia.us:210/ZSERVER query 'rec.id="Z39.50:scity.sc.lib.ia.us:210/ZSERVER"' found 1 record
-01:23:18-24/09 [irspy] tcp:scity.sc.lib.ia.us:210/ZSERVER entering active pool - 1420 targets remain in queue
-01:23:18-24/09 [irspy] tcp:scity.sc.lib.ia.us:210/ZSERVER not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:scity.sc.lib.ia.us:210/ZSERVER") from diag-set 'ZOOM'
-01:23:18-24/09 [irspy] tcp:scity.sc.lib.ia.us:210/ZSERVER has no more tests: removing
-01:23:18-24/09 [irspy] tcp:scity.sc.lib.ia.us:210/ZSERVER rewriting XML record
-01:23:22-24/09 [irspy] tcp:scity.sc.lib.ia.us:210/ZSERVER rewrote XML record
-01:23:22-24/09 [irspy] tcp:sun.tsu.ru:9999/TEST01 query 'rec.id="Z39.50:sun.tsu.ru:9999/TEST01"' found 1 record
-01:23:23-24/09 [irspy] tcp:sun.tsu.ru:9999/TEST01 entering active pool - 1415 targets remain in queue
-01:23:32-24/09 [irspy] tcp:opac.cadl.org:210/INNOPAC has no more tests: removing
-01:23:32-24/09 [irspy] tcp:opac.cadl.org:210/INNOPAC rewriting XML record
-01:23:37-24/09 [irspy] tcp:opac.cadl.org:210/INNOPAC rewrote XML record
-01:23:37-24/09 [irspy] tcp:tag.cc.purdue.edu:210/LUPW query 'rec.id="Z39.50:tag.cc.purdue.edu:210/LUPW"' found 1 record
-01:23:38-24/09 [irspy] tcp:tag.cc.purdue.edu:210/LUPW entering active pool - 1412 targets remain in queue
-01:23:39-24/09 [irspy] tcp:tag.cc.purdue.edu:210/LUPW not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:tag.cc.purdue.edu:210/LUPW") from diag-set 'ZOOM'
-01:23:39-24/09 [irspy] tcp:tag.cc.purdue.edu:210/LUPW has no more tests: removing
-01:23:39-24/09 [irspy] tcp:tag.cc.purdue.edu:210/LUPW rewriting XML record
-01:23:41-24/09 [irspy] tcp:tag.cc.purdue.edu:210/LUPW rewrote XML record
-01:23:41-24/09 [irspy] tcp:tsearch.bibsys.no:210/PERI query 'rec.id="Z39.50:tsearch.bibsys.no:210/PERI"' found 1 record
-01:23:41-24/09 [irspy] tcp:tsearch.bibsys.no:210/PERI entering active pool - 1407 targets remain in queue
-01:23:41-24/09 [irspy] tcp:tsearch.bibsys.no:210/PERI not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:tsearch.bibsys.no:210/PERI") from diag-set 'ZOOM'
-01:23:41-24/09 [irspy] tcp:tsearch.bibsys.no:210/PERI has no more tests: removing
-01:23:41-24/09 [irspy] tcp:tsearch.bibsys.no:210/PERI rewriting XML record
-01:23:44-24/09 [irspy] tcp:tsearch.bibsys.no:210/PERI rewrote XML record
-01:23:44-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/crc query 'rec.id="Z39.50:ulysses.srv.gc.ca:210/crc"' found 1 record
-01:23:44-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/crc entering active pool - 1405 targets remain in queue
-01:23:44-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/crc not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:ulysses.srv.gc.ca:210/crc") from diag-set 'ZOOM'
-01:23:44-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/crc has no more tests: removing
-01:23:44-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/crc rewriting XML record
-01:23:46-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/crc rewrote XML record
-01:23:46-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/oag_94 query 'rec.id="Z39.50:ulysses.srv.gc.ca:210/oag_94"' found 1 record
-01:23:47-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/oag_94 entering active pool - 1401 targets remain in queue
-01:23:47-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/oag_94 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:ulysses.srv.gc.ca:210/oag_94") from diag-set 'ZOOM'
-01:23:47-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/oag_94 has no more tests: removing
-01:23:47-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/oag_94 rewriting XML record
-01:23:48-24/09 [irspy] tcp:ulysses.srv.gc.ca:210/oag_94 rewrote XML record
-01:23:48-24/09 [irspy] tcp:unix2.nysed.gov:210/FGDC query 'rec.id="Z39.50:unix2.nysed.gov:210/FGDC"' found 1 record
-01:23:48-24/09 [irspy] tcp:unix2.nysed.gov:210/FGDC entering active pool - 1397 targets remain in queue
-01:23:48-24/09 [irspy] tcp:unix2.nysed.gov:210/FGDC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:unix2.nysed.gov:210/FGDC") from diag-set 'ZOOM'
-01:23:48-24/09 [irspy] tcp:unix2.nysed.gov:210/FGDC has no more tests: removing
-01:23:48-24/09 [irspy] tcp:unix2.nysed.gov:210/FGDC rewriting XML record
-01:23:52-24/09 [irspy] tcp:unix2.nysed.gov:210/FGDC rewrote XML record
-01:23:52-24/09 [irspy] tcp:www.bib.sonderborg.dk:2100/S query 'rec.id="Z39.50:www.bib.sonderborg.dk:2100/S"' found 1 record
-01:23:52-24/09 [irspy] tcp:www.bib.sonderborg.dk:2100/S entering active pool - 1394 targets remain in queue
-01:23:53-24/09 [irspy] tcp:www.bib.sonderborg.dk:2100/S not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:www.bib.sonderborg.dk:2100/S") from diag-set 'ZOOM'
-01:23:53-24/09 [irspy] tcp:www.bib.sonderborg.dk:2100/S has no more tests: removing
-01:23:53-24/09 [irspy] tcp:www.bib.sonderborg.dk:2100/S rewriting XML record
-01:23:56-24/09 [irspy] tcp:www.bib.sonderborg.dk:2100/S rewrote XML record
-01:23:56-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/chgaki_books query 'rec.id="Z39.50:www.lib.susu.ac.ru:2101/chgaki_books"' found 1 record
-01:23:56-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/chgaki_books entering active pool - 1386 targets remain in queue
-01:23:59-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/chgaki_books has no more tests: removing
-01:23:59-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/chgaki_books rewriting XML record
-01:24:02-24/09 [irspy] tcp:www.lib.susu.ac.ru:2101/chgaki_books rewrote XML record
-01:24:02-24/09 [irspy] tcp:www.ub.fu-berlin.de:2020/laiopac query 'rec.id="Z39.50:www.ub.fu-berlin.de:2020/laiopac"' found 1 record
-01:24:02-24/09 [irspy] tcp:www.ub.fu-berlin.de:2020/laiopac entering active pool - 1379 targets remain in queue
-01:24:02-24/09 [irspy] tcp:www.ub.fu-berlin.de:2020/laiopac not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:www.ub.fu-berlin.de:2020/laiopac") from diag-set 'ZOOM'
-01:24:02-24/09 [irspy] tcp:www.ub.fu-berlin.de:2020/laiopac has no more tests: removing
-01:24:02-24/09 [irspy] tcp:www.ub.fu-berlin.de:2020/laiopac rewriting XML record
-01:24:04-24/09 [irspy] tcp:www.ub.fu-berlin.de:2020/laiopac rewrote XML record
-01:24:04-24/09 [irspy] tcp:z3950.bl.uk:2020/MAR query 'rec.id="Z39.50:z3950.bl.uk:2020/MAR"' found 1 record
-01:24:04-24/09 [irspy] tcp:z3950.bl.uk:2020/MAR entering active pool - 1374 targets remain in queue
-01:24:08-24/09 [irspy] tcp:igsrglib03.er.usgs.gov:210/horizon has no more tests: removing
-01:24:08-24/09 [irspy] tcp:igsrglib03.er.usgs.gov:210/horizon rewriting XML record
-01:24:11-24/09 [irspy] tcp:igsrglib03.er.usgs.gov:210/horizon rewrote XML record
-01:24:11-24/09 [irspy] tcp:z3950.gbv.de:20011/GVK-OLC query 'rec.id="Z39.50:z3950.gbv.de:20011/GVK-OLC"' found 1 record
-01:24:12-24/09 [irspy] tcp:z3950.gbv.de:20011/GVK-OLC entering active pool - 1365 targets remain in queue
-01:24:20-24/09 [irspy] tcp:curry.nist.gov:210/Unicorn not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:curry.nist.gov:210/Unicorn") from diag-set 'ZOOM'
-01:24:20-24/09 [irspy] tcp:curry.nist.gov:210/Unicorn has no more tests: removing
-01:24:20-24/09 [irspy] tcp:curry.nist.gov:210/Unicorn rewriting XML record
-01:24:23-24/09 [irspy] tcp:curry.nist.gov:210/Unicorn rewrote XML record
-01:24:23-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Frydenberg query 'rec.id="Z39.50:z3950.mikromarc.no:2303/Frydenberg"' found 1 record
-01:24:23-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Frydenberg entering active pool - 1354 targets remain in queue
-01:24:27-24/09 [irspy] tcp:tripod.brynmawr.edu:210/INNOPAC has no more tests: removing
-01:24:27-24/09 [irspy] tcp:tripod.brynmawr.edu:210/INNOPAC rewriting XML record
-01:24:29-24/09 [irspy] tcp:tripod.brynmawr.edu:210/INNOPAC rewrote XML record
-01:24:30-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Malakoff query 'rec.id="Z39.50:z3950.mikromarc.no:2303/Malakoff"' found 1 record
-01:24:30-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Malakoff entering active pool - 1349 targets remain in queue
-01:24:40-24/09 [irspy] tcp:las.sinica.edu.tw:210/INNOPAC has no more tests: removing
-01:24:40-24/09 [irspy] tcp:las.sinica.edu.tw:210/INNOPAC rewriting XML record
-01:24:45-24/09 [irspy] tcp:las.sinica.edu.tw:210/INNOPAC rewrote XML record
-01:24:45-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Risum query 'rec.id="Z39.50:z3950.mikromarc.no:2303/Risum"' found 1 record
-01:24:45-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Risum entering active pool - 1346 targets remain in queue
-01:24:48-24/09 [irspy] tcp:consull.ull.ac.uk:210/ULL has no more tests: removing
-01:24:48-24/09 [irspy] tcp:consull.ull.ac.uk:210/ULL rewriting XML record
-01:24:51-24/09 [irspy] tcp:consull.ull.ac.uk:210/ULL rewrote XML record
-01:24:51-24/09 [irspy] tcp:z3950.unilib.neva.ru:9999/BOOKS query 'rec.id="Z39.50:z3950.unilib.neva.ru:9999/BOOKS"' found 1 record
-01:24:51-24/09 [irspy] tcp:z3950.unilib.neva.ru:9999/BOOKS entering active pool - 1338 targets remain in queue
-01:24:55-24/09 [irspy] tcp:z3950.unilib.neva.ru:9999/BOOKS not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.unilib.neva.ru:9999/BOOKS") from diag-set 'ZOOM'
-01:24:55-24/09 [irspy] tcp:z3950.unilib.neva.ru:9999/BOOKS has no more tests: removing
-01:24:55-24/09 [irspy] tcp:z3950.unilib.neva.ru:9999/BOOKS rewriting XML record
-01:24:58-24/09 [irspy] tcp:z3950.unilib.neva.ru:9999/BOOKS rewrote XML record
-01:24:58-24/09 [irspy] tcp:www.eevl.ac.uk:2100/eevlacuk query 'rec.id="Z39.50:www.eevl.ac.uk:2100/eevlacuk"' found 1 record
-01:24:58-24/09 [irspy] tcp:www.eevl.ac.uk:2100/eevlacuk entering active pool - 1331 targets remain in queue
-01:24:59-24/09 [irspy] tcp:www.eevl.ac.uk:2100/eevlacuk not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:www.eevl.ac.uk:2100/eevlacuk") from diag-set 'ZOOM'
-01:24:59-24/09 [irspy] tcp:www.eevl.ac.uk:2100/eevlacuk has no more tests: removing
-01:24:59-24/09 [irspy] tcp:www.eevl.ac.uk:2100/eevlacuk rewriting XML record
-01:25:00-24/09 [irspy] tcp:www.eevl.ac.uk:2100/eevlacuk rewrote XML record
-01:25:00-24/09 [irspy] tcp:149.130.90.2:210/innopac query 'rec.id="Z39.50:149.130.90.2:210/innopac"' found 1 record
-01:25:01-24/09 [irspy] tcp:149.130.90.2:210/innopac entering active pool - 1327 targets remain in queue
-01:25:01-24/09 [irspy] tcp:z3950.library.wisc.edu:210/madison has no more tests: removing
-01:25:01-24/09 [irspy] tcp:z3950.library.wisc.edu:210/madison rewriting XML record
-01:25:05-24/09 [irspy] tcp:z3950.library.wisc.edu:210/madison rewrote XML record
-01:25:06-24/09 [irspy] tcp:z3950.ahds.ac.uk:210/dc query 'rec.id="Z39.50:z3950.ahds.ac.uk:210/dc"' found 1 record
-01:25:06-24/09 [irspy] tcp:z3950.ahds.ac.uk:210/dc entering active pool - 1317 targets remain in queue
-01:25:12-24/09 [irspy] tcp:gcrio.org:6670/biblio not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:gcrio.org:6670/biblio") from diag-set 'ZOOM'
-01:25:12-24/09 [irspy] tcp:gcrio.org:6670/biblio has no more tests: removing
-01:25:12-24/09 [irspy] tcp:gcrio.org:6670/biblio rewriting XML record
-01:25:17-24/09 [irspy] tcp:gcrio.org:6670/biblio rewrote XML record
-01:25:17-24/09 [irspy] tcp:lib.mpib-berlin.mpg.de:2020/opac query 'rec.id="Z39.50:lib.mpib-berlin.mpg.de:2020/opac"' found 1 record
-01:25:17-24/09 [irspy] tcp:lib.mpib-berlin.mpg.de:2020/opac entering active pool - 1311 targets remain in queue
-01:25:17-24/09 [irspy] tcp:igsrglib02.er.usgs.gov:5000/horizon not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:igsrglib02.er.usgs.gov:5000/horizon") from diag-set 'ZOOM'
-01:25:17-24/09 [irspy] tcp:igsrglib02.er.usgs.gov:5000/horizon has no more tests: removing
-01:25:17-24/09 [irspy] tcp:igsrglib02.er.usgs.gov:5000/horizon rewriting XML record
-01:25:19-24/09 [irspy] tcp:igsrglib02.er.usgs.gov:5000/horizon rewrote XML record
-01:25:19-24/09 [irspy] tcp:fialka.svkos.cz:9997/mono query 'rec.id="Z39.50:fialka.svkos.cz:9997/mono"' found 1 record
-01:25:19-24/09 [irspy] tcp:fialka.svkos.cz:9997/mono entering active pool - 1310 targets remain in queue
-01:25:20-24/09 [irspy] tcp:infonew.sld.cu:9999/lis not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:infonew.sld.cu:9999/lis") from diag-set 'ZOOM'
-01:25:20-24/09 [irspy] tcp:infonew.sld.cu:9999/lis has no more tests: removing
-01:25:20-24/09 [irspy] tcp:infonew.sld.cu:9999/lis rewriting XML record
-01:25:25-24/09 [irspy] tcp:infonew.sld.cu:9999/lis rewrote XML record
-01:25:25-24/09 [irspy] tcp:magnolia.kcl.ac.uk:9929/kcl01 query 'rec.id="Z39.50:magnolia.kcl.ac.uk:9929/kcl01"' found 1 record
-01:25:26-24/09 [irspy] tcp:magnolia.kcl.ac.uk:9929/kcl01 entering active pool - 1303 targets remain in queue
-01:25:26-24/09 [irspy] tcp:library.ln.edu.hk:210/INNOPAC has no more tests: removing
-01:25:26-24/09 [irspy] tcp:library.ln.edu.hk:210/INNOPAC rewriting XML record
-01:25:31-24/09 [irspy] tcp:library.ln.edu.hk:210/INNOPAC rewrote XML record
-01:25:31-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.main query 'rec.id="Z39.50:z39.library.tver.ru:210/tstu.main"' found 1 record
-01:25:31-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.main entering active pool - 1285 targets remain in queue
-01:25:32-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.main not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:25:32-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.main has no more tests: removing
-01:25:32-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.main rewriting XML record
-01:25:34-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.main rewrote XML record
-01:25:34-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.podp query 'rec.id="Z39.50:z39.library.tver.ru:210/tstu.podp"' found 1 record
-01:25:34-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.podp entering active pool - 1273 targets remain in queue
-01:25:34-24/09 [irspy] tcp:lib.drake.edu:210/lawlib not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:lib.drake.edu:210/lawlib") from diag-set 'ZOOM'
-01:25:34-24/09 [irspy] tcp:lib.drake.edu:210/lawlib has no more tests: removing
-01:25:34-24/09 [irspy] tcp:lib.drake.edu:210/lawlib rewriting XML record
-01:25:37-24/09 [irspy] tcp:lib.drake.edu:210/lawlib rewrote XML record
-01:25:37-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.podp query 'rec.id="Z39.50:z39.library.tver.ru:210/tversu.podp"' found 1 record
-01:25:37-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.podp entering active pool - 1272 targets remain in queue
-01:25:38-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.podp not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:25:38-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.podp has no more tests: removing
-01:25:38-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.podp rewriting XML record
-01:25:39-24/09 [irspy] tcp:z39.library.tver.ru:210/tstu.podp rewrote XML record
-01:25:39-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.main query 'rec.id="Z39.50:z39.library.tver.ru:210/tversu.main"' found 1 record
-01:25:39-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.main entering active pool - 1271 targets remain in queue
-01:25:39-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.podp not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:25:39-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.podp has no more tests: removing
-01:25:39-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.podp rewriting XML record
-01:25:41-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.podp rewrote XML record
-01:25:41-24/09 [irspy] tcp:z39.library.tver.ru:210/nlr.test query 'rec.id="Z39.50:z39.library.tver.ru:210/nlr.test"' found 1 record
-01:25:41-24/09 [irspy] tcp:z39.library.tver.ru:210/nlr.test entering active pool - 1270 targets remain in queue
-01:25:41-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.main not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:25:41-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.main has no more tests: removing
-01:25:41-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.main rewriting XML record
-01:25:45-24/09 [irspy] tcp:z39.library.tver.ru:210/tversu.main rewrote XML record
-01:25:45-24/09 [irspy] tcp:library.tcd.ie:210/advance query 'rec.id="Z39.50:library.tcd.ie:210/advance"' found 1 record
-01:25:45-24/09 [irspy] tcp:library.tcd.ie:210/advance entering active pool - 1257 targets remain in queue
-01:25:45-24/09 [irspy] tcp:z39.library.tver.ru:210/nlr.test not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:25:45-24/09 [irspy] tcp:z39.library.tver.ru:210/nlr.test has no more tests: removing
-01:25:45-24/09 [irspy] tcp:z39.library.tver.ru:210/nlr.test rewriting XML record
-01:25:49-24/09 [irspy] tcp:z39.library.tver.ru:210/nlr.test rewrote XML record
-01:25:49-24/09 [irspy] tcp:rebiun.crue.org:210/absysrebiun query 'rec.id="Z39.50:rebiun.crue.org:210/absysrebiun"' found 1 record
-01:25:49-24/09 [irspy] tcp:rebiun.crue.org:210/absysrebiun entering active pool - 1250 targets remain in queue
-01:25:55-24/09 [irspy] tcp:libor.pstu.ru:210/books has no more tests: removing
-01:25:55-24/09 [irspy] tcp:libor.pstu.ru:210/books rewriting XML record
-01:26:01-24/09 [irspy] tcp:libor.pstu.ru:210/books rewrote XML record
-01:26:01-24/09 [irspy] tcp:www.cubiq.ribg.gouv.qc.ca:2100/z3950s query 'rec.id="Z39.50:www.cubiq.ribg.gouv.qc.ca:2100/z3950s"' found 1 record
-01:26:01-24/09 [irspy] tcp:www.cubiq.ribg.gouv.qc.ca:2100/z3950s entering active pool - 1243 targets remain in queue
-01:26:19-24/09 [irspy] tcp:z3950.bcl.jcyl.es:210/AbsysCCFL has no more tests: removing
-01:26:19-24/09 [irspy] tcp:z3950.bcl.jcyl.es:210/AbsysCCFL rewriting XML record
-01:26:26-24/09 [irspy] tcp:z3950.bcl.jcyl.es:210/AbsysCCFL rewrote XML record
-01:26:26-24/09 [irspy] tcp:siris-artinventories.si.edu:210/Default query 'rec.id="Z39.50:siris-artinventories.si.edu:210/Default"' found 1 record
-01:26:26-24/09 [irspy] tcp:siris-artinventories.si.edu:210/Default entering active pool - 1238 targets remain in queue
-01:26:32-24/09 [irspy] tcp:193.40.4.177:210/ESTER has no more tests: removing
-01:26:32-24/09 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-01:26:36-24/09 [irspy] tcp:193.40.4.177:210/ESTER rewrote XML record
-01:26:36-24/09 [irspy] tcp:library.brown.edu:210/INNOPAC query 'rec.id="Z39.50:library.brown.edu:210/INNOPAC"' found 1 record
-01:26:36-24/09 [irspy] tcp:library.brown.edu:210/INNOPAC entering active pool - 1224 targets remain in queue
-01:26:39-24/09 [irspy] tcp:sun.tsu.ru:9999/TEST01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:sun.tsu.ru:9999/TEST01") from diag-set 'ZOOM'
-01:26:39-24/09 [irspy] tcp:sun.tsu.ru:9999/TEST01 has no more tests: removing
-01:26:39-24/09 [irspy] tcp:sun.tsu.ru:9999/TEST01 rewriting XML record
-01:26:43-24/09 [irspy] tcp:sun.tsu.ru:9999/TEST01 rewrote XML record
-01:26:43-24/09 [irspy] tcp:jasper.acadiau.ca:2011/ciaa query 'rec.id="Z39.50:jasper.acadiau.ca:2011/ciaa"' found 1 record
-01:26:43-24/09 [irspy] tcp:jasper.acadiau.ca:2011/ciaa entering active pool - 1212 targets remain in queue
-01:26:43-24/09 [irspy] tcp:library.brown.edu:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:library.brown.edu:210/INNOPAC") from diag-set 'ZOOM'
-01:26:43-24/09 [irspy] tcp:library.brown.edu:210/INNOPAC has no more tests: removing
-01:26:43-24/09 [irspy] tcp:library.brown.edu:210/INNOPAC rewriting XML record
-01:26:45-24/09 [irspy] tcp:library.brown.edu:210/INNOPAC rewrote XML record
-01:26:45-24/09 [irspy] tcp:library.mit.edu:9909/mit01pub query 'rec.id="Z39.50:library.mit.edu:9909/mit01pub"' found 1 record
-01:26:45-24/09 [irspy] tcp:library.mit.edu:9909/mit01pub entering active pool - 1176 targets remain in queue
-01:26:46-24/09 [irspy] tcp:libcat.ferris.edu:210/INNOPAC has no more tests: removing
-01:26:46-24/09 [irspy] tcp:libcat.ferris.edu:210/INNOPAC rewriting XML record
-01:26:48-24/09 [irspy] tcp:libcat.ferris.edu:210/INNOPAC rewrote XML record
-01:26:48-24/09 [irspy] tcp:magic.lib.msu.edu:210/INNOPAC query 'rec.id="Z39.50:magic.lib.msu.edu:210/INNOPAC"' found 1 record
-01:26:48-24/09 [irspy] tcp:magic.lib.msu.edu:210/INNOPAC entering active pool - 1175 targets remain in queue
-01:27:00-24/09 [irspy] tcp:jasper.acadiau.ca:2011/ciaa not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:jasper.acadiau.ca:2011/ciaa") from diag-set 'ZOOM'
-01:27:00-24/09 [irspy] tcp:jasper.acadiau.ca:2011/ciaa has no more tests: removing
-01:27:00-24/09 [irspy] tcp:jasper.acadiau.ca:2011/ciaa rewriting XML record
-01:27:03-24/09 [irspy] tcp:jasper.acadiau.ca:2011/ciaa rewrote XML record
-01:27:03-24/09 [irspy] tcp:aleph.fcla.edu:9880/NCU01PUB query 'rec.id="Z39.50:aleph.fcla.edu:9880/NCU01PUB"' found 1 record
-01:27:03-24/09 [irspy] tcp:aleph.fcla.edu:9880/NCU01PUB entering active pool - 1168 targets remain in queue
-01:27:04-24/09 [irspy] tcp:z3950.usu.ru:210/uran has no more tests: removing
-01:27:04-24/09 [irspy] tcp:z3950.usu.ru:210/uran rewriting XML record
-01:27:11-24/09 [irspy] tcp:z3950.usu.ru:210/uran rewrote XML record
-01:27:11-24/09 [irspy] tcp:bobcat.nyu.edu:210/advance query 'rec.id="Z39.50:bobcat.nyu.edu:210/advance"' found 1 record
-01:27:12-24/09 [irspy] tcp:bobcat.nyu.edu:210/advance entering active pool - 1163 targets remain in queue
-01:27:12-24/09 [irspy] tcp:bobcat.nyu.edu:210/advance not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:bobcat.nyu.edu:210/advance") from diag-set 'ZOOM'
-01:27:12-24/09 [irspy] tcp:bobcat.nyu.edu:210/advance has no more tests: removing
-01:27:12-24/09 [irspy] tcp:bobcat.nyu.edu:210/advance rewriting XML record
-01:27:14-24/09 [irspy] tcp:bobcat.nyu.edu:210/advance rewrote XML record
-01:27:14-24/09 [irspy] tcp:cline.lib.nau.edu:210/INNOPAC query 'rec.id="Z39.50:cline.lib.nau.edu:210/INNOPAC"' found 1 record
-01:27:15-24/09 [irspy] tcp:cline.lib.nau.edu:210/INNOPAC entering active pool - 1158 targets remain in queue
-01:27:16-24/09 [irspy] tcp:z3950.bl.uk:2020/MAR not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.bl.uk:2020/MAR") from diag-set 'ZOOM'
-01:27:16-24/09 [irspy] tcp:z3950.bl.uk:2020/MAR has no more tests: removing
-01:27:16-24/09 [irspy] tcp:z3950.bl.uk:2020/MAR rewriting XML record
-01:27:20-24/09 [irspy] tcp:z3950.bl.uk:2020/MAR rewrote XML record
-01:27:20-24/09 [irspy] tcp:sailaway.kl.oakland.edu:7090/voyager query 'rec.id="Z39.50:sailaway.kl.oakland.edu:7090/voyager"' found 1 record
-01:27:20-24/09 [irspy] tcp:sailaway.kl.oakland.edu:7090/voyager entering active pool - 1152 targets remain in queue
-01:27:25-24/09 [irspy] tcp:www.benran.ru:210/SCIENCE_LNS has no more tests: removing
-01:27:25-24/09 [irspy] tcp:www.benran.ru:210/SCIENCE_LNS rewriting XML record
-01:27:32-24/09 [irspy] tcp:www.benran.ru:210/SCIENCE_LNS rewrote XML record
-01:27:32-24/09 [irspy] tcp:vikat.pdx.edu:210/INNOPAC query 'rec.id="Z39.50:vikat.pdx.edu:210/INNOPAC"' found 1 record
-01:27:33-24/09 [irspy] tcp:vikat.pdx.edu:210/INNOPAC entering active pool - 1146 targets remain in queue
-01:27:34-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Frydenberg not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.mikromarc.no:2303/Frydenberg") from diag-set 'ZOOM'
-01:27:34-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Frydenberg has no more tests: removing
-01:27:34-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Frydenberg rewriting XML record
-01:27:40-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Frydenberg rewrote XML record
-01:27:40-24/09 [irspy] tcp:z3950.rlg.org:210/xxdefault query 'rec.id="Z39.50:z3950.rlg.org:210/xxdefault"' found 1 record
-01:27:41-24/09 [irspy] tcp:z3950.rlg.org:210/xxdefault entering active pool - 1142 targets remain in queue
-01:27:41-24/09 [irspy] tcp:z3950.rlg.org:210/xxdefault not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.rlg.org:210/xxdefault") from diag-set 'ZOOM'
-01:27:41-24/09 [irspy] tcp:z3950.rlg.org:210/xxdefault has no more tests: removing
-01:27:41-24/09 [irspy] tcp:z3950.rlg.org:210/xxdefault rewriting XML record
-01:27:48-24/09 [irspy] tcp:z3950.rlg.org:210/xxdefault rewrote XML record
-01:27:48-24/09 [irspy] tcp:www.rhs.ac.uk:210/catalogue query 'rec.id="Z39.50:www.rhs.ac.uk:210/catalogue"' found 1 record
-01:27:48-24/09 [irspy] tcp:www.rhs.ac.uk:210/catalogue entering active pool - 1140 targets remain in queue
-01:27:48-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Malakoff not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.mikromarc.no:2303/Malakoff") from diag-set 'ZOOM'
-01:27:49-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Malakoff has no more tests: removing
-01:27:49-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Malakoff rewriting XML record
-01:27:54-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Malakoff rewrote XML record
-01:27:54-24/09 [irspy] tcp:cheshire.slq.qld.gov.au:7290/voyager query 'rec.id="Z39.50:cheshire.slq.qld.gov.au:7290/voyager"' found 1 record
-01:27:55-24/09 [irspy] tcp:cheshire.slq.qld.gov.au:7290/voyager entering active pool - 1137 targets remain in queue
-01:27:56-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Risum not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.mikromarc.no:2303/Risum") from diag-set 'ZOOM'
-01:27:56-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Risum has no more tests: removing
-01:27:56-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Risum rewriting XML record
-01:28:02-24/09 [irspy] tcp:z3950.mikromarc.no:2303/Risum rewrote XML record
-01:28:02-24/09 [irspy] tcp:130.159.83.1:7090/voyager query 'rec.id="Z39.50:130.159.83.1:7090/voyager"' found 1 record
-01:28:03-24/09 [irspy] tcp:130.159.83.1:7090/voyager entering active pool - 1132 targets remain in queue
-01:28:05-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdf has no more tests: removing
-01:28:05-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdf rewriting XML record
-01:28:11-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdf rewrote XML record
-01:28:11-24/09 [irspy] tcp:aleph.library.tudelft.nl:9909/tud01 query 'rec.id="Z39.50:aleph.library.tudelft.nl:9909/tud01"' found 1 record
-01:28:12-24/09 [irspy] tcp:aleph.library.tudelft.nl:9909/tud01 entering active pool - 1130 targets remain in queue
-01:28:13-24/09 [irspy] tcp:aleph.library.tudelft.nl:9909/tud01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:aleph.library.tudelft.nl:9909/tud01") from diag-set 'ZOOM'
-01:28:13-24/09 [irspy] tcp:aleph.library.tudelft.nl:9909/tud01 has no more tests: removing
-01:28:13-24/09 [irspy] tcp:aleph.library.tudelft.nl:9909/tud01 rewriting XML record
-01:28:19-24/09 [irspy] tcp:aleph.library.tudelft.nl:9909/tud01 rewrote XML record
-01:28:19-24/09 [irspy] tcp:aubrey.tamu.edu:7090/voyager query 'rec.id="Z39.50:aubrey.tamu.edu:7090/voyager"' found 1 record
-01:28:19-24/09 [irspy] tcp:aubrey.tamu.edu:7090/voyager entering active pool - 1128 targets remain in queue
-01:28:35-24/09 [irspy] tcp:magnolia.kcl.ac.uk:9929/kcl01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:magnolia.kcl.ac.uk:9929/kcl01") from diag-set 'ZOOM'
-01:28:35-24/09 [irspy] tcp:magnolia.kcl.ac.uk:9929/kcl01 has no more tests: removing
-01:28:35-24/09 [irspy] tcp:magnolia.kcl.ac.uk:9929/kcl01 rewriting XML record
-01:28:43-24/09 [irspy] tcp:magnolia.kcl.ac.uk:9929/kcl01 rewrote XML record
-01:28:43-24/09 [irspy] tcp:lib.ttu.edu:210/XXDEFAULT query 'rec.id="Z39.50:lib.ttu.edu:210/XXDEFAULT"' found 1 record
-01:28:44-24/09 [irspy] tcp:lib.ttu.edu:210/XXDEFAULT entering active pool - 1126 targets remain in queue
-01:28:44-24/09 [irspy] tcp:lib.ttu.edu:210/XXDEFAULT not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:lib.ttu.edu:210/XXDEFAULT") from diag-set 'ZOOM'
-01:28:44-24/09 [irspy] tcp:lib.ttu.edu:210/XXDEFAULT has no more tests: removing
-01:28:44-24/09 [irspy] tcp:lib.ttu.edu:210/XXDEFAULT rewriting XML record
-01:28:48-24/09 [irspy] tcp:lib.ttu.edu:210/XXDEFAULT rewrote XML record
-01:28:48-24/09 [irspy] tcp:wyvern.uwe.ac.uk:2200/unicorn query 'rec.id="Z39.50:wyvern.uwe.ac.uk:2200/unicorn"' found 1 record
-01:28:49-24/09 [irspy] tcp:wyvern.uwe.ac.uk:2200/unicorn entering active pool - 1113 targets remain in queue
-01:29:01-24/09 [irspy] tcp:wine.wul.waseda.ac.jp:210/INNOPAC has no more tests: removing
-01:29:01-24/09 [irspy] tcp:wine.wul.waseda.ac.jp:210/INNOPAC rewriting XML record
-01:29:07-24/09 [irspy] tcp:wine.wul.waseda.ac.jp:210/INNOPAC rewrote XML record
-01:29:07-24/09 [irspy] tcp:osiris.lib.ucalgary.ca:2200/unicorn query 'rec.id="Z39.50:osiris.lib.ucalgary.ca:2200/unicorn"' found 1 record
-01:29:08-24/09 [irspy] tcp:osiris.lib.ucalgary.ca:2200/unicorn entering active pool - 1108 targets remain in queue
-01:29:11-24/09 [irspy] tcp:lib.yar.ru:210/elib has no more tests: removing
-01:29:11-24/09 [irspy] tcp:lib.yar.ru:210/elib rewriting XML record
-01:29:17-24/09 [irspy] tcp:lib.yar.ru:210/elib rewrote XML record
-01:29:17-24/09 [irspy] tcp:antpac.lib.uci.edu:210/INNOPAC query 'rec.id="Z39.50:antpac.lib.uci.edu:210/INNOPAC"' found 1 record
-01:29:17-24/09 [irspy] tcp:antpac.lib.uci.edu:210/INNOPAC entering active pool - 1107 targets remain in queue
-01:29:20-24/09 [irspy] tcp:130.159.83.1:7090/voyager has no more tests: removing
-01:29:20-24/09 [irspy] tcp:130.159.83.1:7090/voyager rewriting XML record
-01:29:25-24/09 [irspy] tcp:130.159.83.1:7090/voyager rewrote XML record
-01:29:25-24/09 [irspy] tcp:scotty.ucr.edu:210/INNOPAC query 'rec.id="Z39.50:scotty.ucr.edu:210/INNOPAC"' found 1 record
-01:29:26-24/09 [irspy] tcp:scotty.ucr.edu:210/INNOPAC entering active pool - 1105 targets remain in queue
-01:29:28-24/09 [irspy] tcp:omcls.omskreg.ru:210/mvd has no more tests: removing
-01:29:28-24/09 [irspy] tcp:omcls.omskreg.ru:210/mvd rewriting XML record
-01:29:38-24/09 [irspy] tcp:omcls.omskreg.ru:210/mvd rewrote XML record
-01:29:38-24/09 [irspy] tcp:eastlib.kyvl.org:10290/voyager query 'rec.id="Z39.50:eastlib.kyvl.org:10290/voyager"' found 1 record
-01:29:39-24/09 [irspy] tcp:eastlib.kyvl.org:10290/voyager entering active pool - 1093 targets remain in queue
-01:29:40-24/09 [irspy] tcp:www.lib.csu.ru:210/arefd has no more tests: removing
-01:29:40-24/09 [irspy] tcp:www.lib.csu.ru:210/arefd rewriting XML record
-01:29:47-24/09 [irspy] tcp:www.lib.csu.ru:210/arefd rewrote XML record
-01:29:47-24/09 [irspy] tcp:opencontent.indexdata.com:210/oca-americana query 'rec.id="Z39.50:opencontent.indexdata.com:210/oca-americana"' found 1 record
-01:29:48-24/09 [irspy] tcp:opencontent.indexdata.com:210/oca-americana entering active pool - 1089 targets remain in queue
-01:29:48-24/09 [irspy] tcp:z3950.deich.folkebibl.no:210/data has no more tests: removing
-01:29:48-24/09 [irspy] tcp:z3950.deich.folkebibl.no:210/data rewriting XML record
-01:29:55-24/09 [irspy] tcp:z3950.deich.folkebibl.no:210/data rewrote XML record
-01:29:55-24/09 [irspy] tcp:opencontent.indexdata.com:210/oca-all query 'rec.id="Z39.50:opencontent.indexdata.com:210/oca-all"' found 1 record
-01:29:55-24/09 [irspy] tcp:opencontent.indexdata.com:210/oca-all entering active pool - 1083 targets remain in queue
-01:30:00-24/09 [irspy] tcp:z3950.gbv.de:210/GVK has no more tests: removing
-01:30:00-24/09 [irspy] tcp:z3950.gbv.de:210/GVK rewriting XML record
-01:30:08-24/09 [irspy] tcp:z3950.gbv.de:210/GVK rewrote XML record
-01:30:08-24/09 [irspy] tcp:81.144.245.7:210/INNOPAC query 'rec.id="Z39.50:81.144.245.7:210/INNOPAC"' found 1 record
-01:30:08-24/09 [irspy] tcp:81.144.245.7:210/INNOPAC entering active pool - 1073 targets remain in queue
-01:30:09-24/09 [irspy] tcp:81.144.245.7:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:81.144.245.7:210/INNOPAC") from diag-set 'ZOOM'
-01:30:09-24/09 [irspy] tcp:81.144.245.7:210/INNOPAC has no more tests: removing
-01:30:09-24/09 [irspy] tcp:81.144.245.7:210/INNOPAC rewriting XML record
-01:30:14-24/09 [irspy] tcp:81.144.245.7:210/INNOPAC rewrote XML record
-01:30:14-24/09 [irspy] tcp:griffin.wsu.edu:210/INNOPAC query 'rec.id="Z39.50:griffin.wsu.edu:210/INNOPAC"' found 1 record
-01:30:15-24/09 [irspy] tcp:griffin.wsu.edu:210/INNOPAC entering active pool - 1071 targets remain in queue
-01:30:16-24/09 [irspy] tcp:magic.lib.msu.edu:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:magic.lib.msu.edu:210/INNOPAC") from diag-set 'ZOOM'
-01:30:16-24/09 [irspy] tcp:magic.lib.msu.edu:210/INNOPAC has no more tests: removing
-01:30:16-24/09 [irspy] tcp:magic.lib.msu.edu:210/INNOPAC rewriting XML record
-01:30:20-24/09 [irspy] tcp:magic.lib.msu.edu:210/INNOPAC rewrote XML record
-01:30:20-24/09 [irspy] tcp:voyager.library.uvic.ca:7090/voyager query 'rec.id="Z39.50:voyager.library.uvic.ca:7090/voyager"' found 1 record
-01:30:20-24/09 [irspy] tcp:voyager.library.uvic.ca:7090/voyager entering active pool - 1059 targets remain in queue
-01:30:22-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vgai has no more tests: removing
-01:30:22-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vgai rewriting XML record
-01:30:27-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vgai rewrote XML record
-01:30:27-24/09 [irspy] tcp:libdb.lib.upenn.edu:7090/voyager query 'rec.id="Z39.50:libdb.lib.upenn.edu:7090/voyager"' found 1 record
-01:30:27-24/09 [irspy] tcp:libdb.lib.upenn.edu:7090/voyager entering active pool - 1056 targets remain in queue
-01:30:41-24/09 [irspy] tcp:vax.lib.state.ca.us:210/marion has no more tests: removing
-01:30:41-24/09 [irspy] tcp:vax.lib.state.ca.us:210/marion rewriting XML record
-01:30:46-24/09 [irspy] tcp:vax.lib.state.ca.us:210/marion rewrote XML record
-01:30:46-24/09 [irspy] tcp:libcat.csd.sc.edu:210/INNOPAC query 'rec.id="Z39.50:libcat.csd.sc.edu:210/INNOPAC"' found 1 record
-01:30:46-24/09 [irspy] tcp:libcat.csd.sc.edu:210/INNOPAC entering active pool - 1052 targets remain in queue
-01:30:47-24/09 [irspy] tcp:sailaway.kl.oakland.edu:7090/voyager has no more tests: removing
-01:30:47-24/09 [irspy] tcp:sailaway.kl.oakland.edu:7090/voyager rewriting XML record
-01:30:51-24/09 [irspy] tcp:sailaway.kl.oakland.edu:7090/voyager rewrote XML record
-01:30:51-24/09 [irspy] tcp:aleph.fcla.edu:9895/SFU01PUB query 'rec.id="Z39.50:aleph.fcla.edu:9895/SFU01PUB"' found 1 record
-01:30:51-24/09 [irspy] tcp:aleph.fcla.edu:9895/SFU01PUB entering active pool - 1051 targets remain in queue
-01:30:59-24/09 [irspy] tcp:sundog.usask.ca:210/INNOPAC has no more tests: removing
-01:30:59-24/09 [irspy] tcp:sundog.usask.ca:210/INNOPAC rewriting XML record
-01:31:02-24/09 [irspy] tcp:sundog.usask.ca:210/INNOPAC rewrote XML record
-01:31:02-24/09 [irspy] tcp:lib5.nd.edu:9991/NDU01PUB query 'rec.id="Z39.50:lib5.nd.edu:9991/NDU01PUB"' found 1 record
-01:31:02-24/09 [irspy] tcp:lib5.nd.edu:9991/NDU01PUB entering active pool - 1045 targets remain in queue
-01:31:06-24/09 [irspy] tcp:fsz3950.oclc.org:210/AHSearch has no more tests: removing
-01:31:06-24/09 [irspy] tcp:fsz3950.oclc.org:210/AHSearch rewriting XML record
-01:31:09-24/09 [irspy] tcp:fsz3950.oclc.org:210/AHSearch rewrote XML record
-01:31:09-24/09 [irspy] tcp:umnlib.oit.umn.edu:9909/TCMNCAT query 'rec.id="Z39.50:umnlib.oit.umn.edu:9909/TCMNCAT"' found 1 record
-01:31:09-24/09 [irspy] tcp:umnlib.oit.umn.edu:9909/TCMNCAT entering active pool - 1038 targets remain in queue
-01:31:14-24/09 [irspy] tcp:sirsi.library.utoronto.ca:2200/UNICORN has no more tests: removing
-01:31:14-24/09 [irspy] tcp:sirsi.library.utoronto.ca:2200/UNICORN rewriting XML record
-01:31:16-24/09 [irspy] tcp:sirsi.library.utoronto.ca:2200/UNICORN rewrote XML record
-01:31:16-24/09 [irspy] tcp:minerva.louisville.edu:7090/voyager query 'rec.id="Z39.50:minerva.louisville.edu:7090/voyager"' found 1 record
-01:31:16-24/09 [irspy] tcp:minerva.louisville.edu:7090/voyager entering active pool - 1033 targets remain in queue
-01:31:23-24/09 [irspy] tcp:z.cervantesvirtual.com:2100/bimicesa has no more tests: removing
-01:31:23-24/09 [irspy] tcp:z.cervantesvirtual.com:2100/bimicesa rewriting XML record
-01:31:26-24/09 [irspy] tcp:z.cervantesvirtual.com:2100/bimicesa rewrote XML record
-01:31:26-24/09 [irspy] tcp:z3950.haderslev.integrabib.dk:210/default query 'rec.id="Z39.50:z3950.haderslev.integrabib.dk:210/default"' found 1 record
-01:31:26-24/09 [irspy] tcp:z3950.haderslev.integrabib.dk:210/default entering active pool - 1029 targets remain in queue
-01:31:44-24/09 [irspy] tcp:sibul.reitoria.ul.pt:9909/ULB01 has no more tests: removing
-01:31:44-24/09 [irspy] tcp:sibul.reitoria.ul.pt:9909/ULB01 rewriting XML record
-01:31:49-24/09 [irspy] tcp:sibul.reitoria.ul.pt:9909/ULB01 rewrote XML record
-01:31:49-24/09 [irspy] tcp:z3950.ringsted.integrabib.dk:210/Default query 'rec.id="Z39.50:z3950.ringsted.integrabib.dk:210/Default"' found 1 record
-01:31:50-24/09 [irspy] tcp:z3950.ringsted.integrabib.dk:210/Default entering active pool - 1025 targets remain in queue
-01:31:50-24/09 [irspy] tcp:cheshire.slq.qld.gov.au:7290/voyager has no more tests: removing
-01:31:50-24/09 [irspy] tcp:cheshire.slq.qld.gov.au:7290/voyager rewriting XML record
-01:31:54-24/09 [irspy] tcp:cheshire.slq.qld.gov.au:7290/voyager rewrote XML record
-01:31:54-24/09 [irspy] tcp:aethra.library.teiath.gr:9999/CENLIB query 'rec.id="Z39.50:aethra.library.teiath.gr:9999/CENLIB"' found 1 record
-01:31:54-24/09 [irspy] tcp:aethra.library.teiath.gr:9999/CENLIB entering active pool - 1021 targets remain in queue
-01:31:55-24/09 [irspy] tcp:aethra.library.teiath.gr:9999/CENLIB not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:aethra.library.teiath.gr:9999/CENLIB") from diag-set 'ZOOM'
-01:31:55-24/09 [irspy] tcp:aethra.library.teiath.gr:9999/CENLIB has no more tests: removing
-01:31:55-24/09 [irspy] tcp:aethra.library.teiath.gr:9999/CENLIB rewriting XML record
-01:31:57-24/09 [irspy] tcp:aethra.library.teiath.gr:9999/CENLIB rewrote XML record
-01:31:58-24/09 [irspy] tcp:vasi.lib.duth.gr:210/ADVANCE query 'rec.id="Z39.50:vasi.lib.duth.gr:210/ADVANCE"' found 1 record
-01:31:58-24/09 [irspy] tcp:vasi.lib.duth.gr:210/ADVANCE entering active pool - 1009 targets remain in queue
-01:32:38-24/09 [irspy] tcp:vasi.lib.duth.gr:210/ADVANCE not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:vasi.lib.duth.gr:210/ADVANCE") from diag-set 'ZOOM'
-01:32:38-24/09 [irspy] tcp:vasi.lib.duth.gr:210/ADVANCE has no more tests: removing
-01:32:38-24/09 [irspy] tcp:vasi.lib.duth.gr:210/ADVANCE rewriting XML record
-01:32:40-24/09 [irspy] tcp:vasi.lib.duth.gr:210/ADVANCE rewrote XML record
-01:32:40-24/09 [irspy] tcp:alef.aua.gr:9909/AUA02 query 'rec.id="Z39.50:alef.aua.gr:9909/AUA02"' found 1 record
-01:32:40-24/09 [irspy] tcp:alef.aua.gr:9909/AUA02 entering active pool - 1004 targets remain in queue
-01:32:41-24/09 [irspy] tcp:antpac.lib.uci.edu:210/INNOPAC not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:antpac.lib.uci.edu:210/INNOPAC") from diag-set 'ZOOM'
-01:32:41-24/09 [irspy] tcp:antpac.lib.uci.edu:210/INNOPAC has no more tests: removing
-01:32:41-24/09 [irspy] tcp:antpac.lib.uci.edu:210/INNOPAC rewriting XML record
-01:32:43-24/09 [irspy] tcp:antpac.lib.uci.edu:210/INNOPAC rewrote XML record
-01:32:43-24/09 [irspy] tcp:143.233.169.68:210/ADVANCE query 'rec.id="Z39.50:143.233.169.68:210/ADVANCE"' found 1 record
-01:32:43-24/09 [irspy] tcp:143.233.169.68:210/ADVANCE entering active pool - 1003 targets remain in queue
-01:32:43-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/talk has no more tests: removing
-01:32:43-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/talk rewriting XML record
-01:32:46-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/talk rewrote XML record
-01:32:47-24/09 [irspy] tcp:195.251.20.42:210/ADVANCE query 'rec.id="Z39.50:195.251.20.42:210/ADVANCE"' found 1 record
-01:32:47-24/09 [irspy] tcp:195.251.20.42:210/ADVANCE entering active pool - 998 targets remain in queue
-01:32:47-24/09 [irspy] tcp:z3950.gbv.de:20011/GVK-OLC has no more tests: removing
-01:32:47-24/09 [irspy] tcp:z3950.gbv.de:20011/GVK-OLC rewriting XML record
-01:32:49-24/09 [irspy] tcp:z3950.gbv.de:20011/GVK-OLC rewrote XML record
-01:32:49-24/09 [irspy] tcp:155.207.114.38:9999/default query 'rec.id="Z39.50:155.207.114.38:9999/default"' found 1 record
-01:32:49-24/09 [irspy] tcp:155.207.114.38:9999/default entering active pool - 987 targets remain in queue
-01:32:55-24/09 [irspy] tcp:libdb.lib.upenn.edu:7090/voyager has no more tests: removing
-01:32:55-24/09 [irspy] tcp:libdb.lib.upenn.edu:7090/voyager rewriting XML record
-01:32:58-24/09 [irspy] tcp:libdb.lib.upenn.edu:7090/voyager rewrote XML record
-01:32:58-24/09 [irspy] tcp:z3950.muse.jhu.edu:210/Muse query 'rec.id="Z39.50:z3950.muse.jhu.edu:210/Muse"' found 1 record
-01:32:58-24/09 [irspy] tcp:z3950.muse.jhu.edu:210/Muse entering active pool - 985 targets remain in queue
-01:33:05-24/09 [irspy] tcp:fsz3950.oclc.org:210/GeoRefS has no more tests: removing
-01:33:05-24/09 [irspy] tcp:fsz3950.oclc.org:210/GeoRefS rewriting XML record
-01:33:07-24/09 [irspy] tcp:fsz3950.oclc.org:210/GeoRefS rewrote XML record
-01:33:07-24/09 [irspy] tcp:voyager-db.services.adelaide.edu.au:7090/voyager query 'rec.id="Z39.50:voyager-db.services.adelaide.edu.au:7090/voyager"' found 1 record
-01:33:07-24/09 [irspy] tcp:voyager-db.services.adelaide.edu.au:7090/voyager entering active pool - 981 targets remain in queue
-01:33:09-24/09 [irspy] tcp:fsz3950.oclc.org:210/EconLit has no more tests: removing
-01:33:09-24/09 [irspy] tcp:fsz3950.oclc.org:210/EconLit rewriting XML record
-01:33:12-24/09 [irspy] tcp:fsz3950.oclc.org:210/EconLit rewrote XML record
-01:33:12-24/09 [irspy] tcp:library.bond.edu.au:9991/BON01 query 'rec.id="Z39.50:library.bond.edu.au:9991/BON01"' found 1 record
-01:33:12-24/09 [irspy] tcp:library.bond.edu.au:9991/BON01 entering active pool - 979 targets remain in queue
-01:33:16-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdftest has no more tests: removing
-01:33:16-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdftest rewriting XML record
-01:33:20-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/rdftest rewrote XML record
-01:33:20-24/09 [irspy] tcp:library.deakin.edu.au:211/INNOPAC query 'rec.id="Z39.50:library.deakin.edu.au:211/INNOPAC"' found 1 record
-01:33:20-24/09 [irspy] tcp:library.deakin.edu.au:211/INNOPAC entering active pool - 962 targets remain in queue
-01:33:23-24/09 [irspy] tcp:z3950.muse.jhu.edu:210/Muse has no more tests: removing
-01:33:23-24/09 [irspy] tcp:z3950.muse.jhu.edu:210/Muse rewriting XML record
-01:33:27-24/09 [irspy] tcp:z3950.muse.jhu.edu:210/Muse rewrote XML record
-01:33:27-24/09 [irspy] tcp:gil.aug.edu:7390/Voyager query 'rec.id="Z39.50:gil.aug.edu:7390/Voyager"' found 1 record
-01:33:27-24/09 [irspy] tcp:gil.aug.edu:7390/Voyager entering active pool - 949 targets remain in queue
-01:33:31-24/09 [irspy] tcp:fsz3950.oclc.org:210/LegalPeriodical has no more tests: removing
-01:33:31-24/09 [irspy] tcp:fsz3950.oclc.org:210/LegalPeriodical rewriting XML record
-01:33:34-24/09 [irspy] tcp:fsz3950.oclc.org:210/LegalPeriodical rewrote XML record
-01:33:34-24/09 [irspy] tcp:z3950.kb.dk:2100/HRE01 query 'rec.id="Z39.50:z3950.kb.dk:2100/HRE01"' found 1 record
-01:33:34-24/09 [irspy] tcp:z3950.kb.dk:2100/HRE01 entering active pool - 943 targets remain in queue
-01:33:34-24/09 [irspy] tcp:library.deakin.edu.au:211/INNOPAC not connected: ZOOM error 10003 "Decoding failed" (addinfo: "ODR code 12:0 element= offset=0") from diag-set 'ZOOM'
-01:33:34-24/09 [irspy] tcp:library.deakin.edu.au:211/INNOPAC has no more tests: removing
-01:33:34-24/09 [irspy] tcp:library.deakin.edu.au:211/INNOPAC rewriting XML record
-01:33:38-24/09 [irspy] tcp:library.deakin.edu.au:211/INNOPAC rewrote XML record
-01:33:38-24/09 [irspy] tcp:z3950.kb.dk:2100/NIA01 query 'rec.id="Z39.50:z3950.kb.dk:2100/NIA01"' found 1 record
-01:33:38-24/09 [irspy] tcp:z3950.kb.dk:2100/NIA01 entering active pool - 940 targets remain in queue
-01:33:40-24/09 [irspy] tcp:library.tcd.ie:210/advance has no more tests: removing
-01:33:40-24/09 [irspy] tcp:library.tcd.ie:210/advance rewriting XML record
-01:33:42-24/09 [irspy] tcp:library.tcd.ie:210/advance rewrote XML record
-01:33:42-24/09 [irspy] tcp:ext.kb.dk:2100/SSO01 query 'rec.id="Z39.50:ext.kb.dk:2100/SSO01"' found 1 record
-01:33:42-24/09 [irspy] tcp:ext.kb.dk:2100/SSO01 entering active pool - 937 targets remain in queue
-01:33:42-24/09 [irspy] tcp:rebiun.crue.org:210/absysrebiun has no more tests: removing
-01:33:42-24/09 [irspy] tcp:rebiun.crue.org:210/absysrebiun rewriting XML record
-01:33:45-24/09 [irspy] tcp:rebiun.crue.org:210/absysrebiun rewrote XML record
-01:33:45-24/09 [irspy] tcp:bondi.unilinc.edu.au:9991/ulc01 query 'rec.id="Z39.50:bondi.unilinc.edu.au:9991/ulc01"' found 1 record
-01:33:45-24/09 [irspy] tcp:bondi.unilinc.edu.au:9991/ulc01 entering active pool - 934 targets remain in queue
-01:33:45-24/09 [irspy] tcp:bondi.unilinc.edu.au:9991/ulc01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:bondi.unilinc.edu.au:9991/ulc01") from diag-set 'ZOOM'
-01:33:45-24/09 [irspy] tcp:bondi.unilinc.edu.au:9991/ulc01 has no more tests: removing
-01:33:45-24/09 [irspy] tcp:bondi.unilinc.edu.au:9991/ulc01 rewriting XML record
-01:33:47-24/09 [irspy] tcp:bondi.unilinc.edu.au:9991/ulc01 rewrote XML record
-01:33:47-24/09 [irspy] tcp:yprl.sirsidynix.net.au:8100/Ibistro query 'rec.id="Z39.50:yprl.sirsidynix.net.au:8100/Ibistro"' found 1 record
-01:33:47-24/09 [irspy] tcp:yprl.sirsidynix.net.au:8100/Ibistro entering active pool - 931 targets remain in queue
-01:33:51-24/09 [irspy] tcp:ext.kb.dk:2100/SSO01 has no more tests: removing
-01:33:51-24/09 [irspy] tcp:ext.kb.dk:2100/SSO01 rewriting XML record
-01:33:54-24/09 [irspy] tcp:ext.kb.dk:2100/SSO01 rewrote XML record
-01:33:54-24/09 [irspy] tcp:alephext.kb.dk:2100/FARMBIB query 'rec.id="Z39.50:alephext.kb.dk:2100/FARMBIB"' found 1 record
-01:33:54-24/09 [irspy] tcp:alephext.kb.dk:2100/FARMBIB entering active pool - 924 targets remain in queue
-01:33:54-24/09 [irspy] tcp:lib.mpib-berlin.mpg.de:2020/opac has no more tests: removing
-01:33:54-24/09 [irspy] tcp:lib.mpib-berlin.mpg.de:2020/opac rewriting XML record
-01:33:57-24/09 [irspy] tcp:lib.mpib-berlin.mpg.de:2020/opac rewrote XML record
-01:33:57-24/09 [irspy] tcp:atlas.gcal.ac.uk:210/GCAL query 'rec.id="Z39.50:atlas.gcal.ac.uk:210/GCAL"' found 1 record
-01:33:58-24/09 [irspy] tcp:atlas.gcal.ac.uk:210/GCAL entering active pool - 922 targets remain in queue
-01:34:00-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/cdrom has no more tests: removing
-01:34:00-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/cdrom rewriting XML record
-01:34:03-24/09 [irspy] tcp:ns1.gbs.spb.ru:212/cdrom rewrote XML record
-01:34:03-24/09 [irspy] tcp:Ciudad Alejandría:9999/lgula query 'rec.id="Z39.50:Ciudad Alejandría:9999/lgula"' found 0 records
-01:34:03-24/09 [irspy] tcp:Ciudad Alejandría:9999/lgula entering active pool - 921 targets remain in queue
-01:34:04-24/09 [irspy] tcp:Ciudad Alejandría:9999/lgula not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:Ciudad Alejandría:9999/lgula") from diag-set 'ZOOM'
-01:34:04-24/09 [irspy] tcp:Ciudad Alejandría:9999/lgula has no more tests: removing
-01:34:04-24/09 [irspy] tcp:Ciudad Alejandría:9999/lgula rewriting XML record
-01:34:05-24/09 [irspy] tcp:Ciudad Alejandría:9999/lgula rewrote XML record
-01:34:05-24/09 [irspy] tcp:library.mdx.ac.uk:210/HORIZON query 'rec.id="Z39.50:library.mdx.ac.uk:210/HORIZON"' found 1 record
-01:34:05-24/09 [irspy] tcp:library.mdx.ac.uk:210/HORIZON entering active pool - 903 targets remain in queue
-01:34:10-24/09 [irspy] tcp:loke.dcbib.dk:2100/S has no more tests: removing
-01:34:10-24/09 [irspy] tcp:loke.dcbib.dk:2100/S rewriting XML record
-01:34:14-24/09 [irspy] tcp:loke.dcbib.dk:2100/S rewrote XML record
-01:34:14-24/09 [irspy] tcp:sarasvati.rero.ch:3950/DEFAULT query 'rec.id="Z39.50:sarasvati.rero.ch:3950/DEFAULT"' found 1 record
-01:34:15-24/09 [irspy] tcp:sarasvati.rero.ch:3950/DEFAULT entering active pool - 900 targets remain in queue
-01:34:16-24/09 [irspy] tcp:lib5.nd.edu:9991/NDU01PUB not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:lib5.nd.edu:9991/NDU01PUB") from diag-set 'ZOOM'
-01:34:16-24/09 [irspy] tcp:lib5.nd.edu:9991/NDU01PUB has no more tests: removing
-01:34:16-24/09 [irspy] tcp:lib5.nd.edu:9991/NDU01PUB rewriting XML record
-01:34:19-24/09 [irspy] tcp:lib5.nd.edu:9991/NDU01PUB rewrote XML record
-01:34:19-24/09 [irspy] tcp:z3950.bibsys.no:2100/NBO query 'rec.id="Z39.50:z3950.bibsys.no:2100/NBO"' found 1 record
-01:34:19-24/09 [irspy] tcp:z3950.bibsys.no:2100/NBO entering active pool - 896 targets remain in queue
-01:34:24-24/09 [irspy] tcp:fialka.svkos.cz:9997/mono has no more tests: removing
-01:34:24-24/09 [irspy] tcp:fialka.svkos.cz:9997/mono rewriting XML record
-01:34:26-24/09 [irspy] tcp:fialka.svkos.cz:9997/mono rewrote XML record
-01:34:27-24/09 [irspy] tcp:z3950.bibsys.no:2100/MATFORSK query 'rec.id="Z39.50:z3950.bibsys.no:2100/MATFORSK"' found 1 record
-01:34:27-24/09 [irspy] tcp:z3950.bibsys.no:2100/MATFORSK entering active pool - 888 targets remain in queue
-01:34:27-24/09 [irspy] tcp:minerva.louisville.edu:7090/voyager not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:minerva.louisville.edu:7090/voyager") from diag-set 'ZOOM'
-01:34:27-24/09 [irspy] tcp:minerva.louisville.edu:7090/voyager has no more tests: removing
-01:34:27-24/09 [irspy] tcp:minerva.louisville.edu:7090/voyager rewriting XML record
-01:34:28-24/09 [irspy] tcp:minerva.louisville.edu:7090/voyager rewrote XML record
-01:34:28-24/09 [irspy] tcp:z3950.bibsys.no:2100/BFP query 'rec.id="Z39.50:z3950.bibsys.no:2100/BFP"' found 1 record
-01:34:28-24/09 [irspy] tcp:z3950.bibsys.no:2100/BFP entering active pool - 887 targets remain in queue
-01:34:34-24/09 [irspy] tcp:aubrey.tamu.edu:7090/voyager has no more tests: removing
-01:34:34-24/09 [irspy] tcp:aubrey.tamu.edu:7090/voyager rewriting XML record
-01:34:36-24/09 [irspy] tcp:aubrey.tamu.edu:7090/voyager rewrote XML record
-01:34:36-24/09 [irspy] tcp:z3950.bibsys.no:2100/NITH query 'rec.id="Z39.50:z3950.bibsys.no:2100/NITH"' found 1 record
-01:34:36-24/09 [irspy] tcp:z3950.bibsys.no:2100/NITH entering active pool - 885 targets remain in queue
-01:34:37-24/09 [irspy] tcp:z3950.bibsys.no:2100/BFP has no more tests: removing
-01:34:37-24/09 [irspy] tcp:z3950.bibsys.no:2100/BFP rewriting XML record
-01:34:38-24/09 [irspy] tcp:z3950.bibsys.no:2100/BFP rewrote XML record
-01:34:38-24/09 [irspy] tcp:z3950.bibsys.no:2100/BI query 'rec.id="Z39.50:z3950.bibsys.no:2100/BI"' found 1 record
-01:34:38-24/09 [irspy] tcp:z3950.bibsys.no:2100/BI entering active pool - 884 targets remain in queue
-01:34:40-24/09 [irspy] tcp:z3950.ahds.ac.uk:210/dc has no more tests: removing
-01:34:40-24/09 [irspy] tcp:z3950.ahds.ac.uk:210/dc rewriting XML record
-01:34:43-24/09 [irspy] tcp:z3950.ahds.ac.uk:210/dc rewrote XML record
-01:34:43-24/09 [irspy] tcp:z3950.bibsys.no:2100/KUF query 'rec.id="Z39.50:z3950.bibsys.no:2100/KUF"' found 1 record
-01:34:43-24/09 [irspy] tcp:z3950.bibsys.no:2100/KUF entering active pool - 875 targets remain in queue
-01:34:44-24/09 [irspy] tcp:fsz3950.oclc.org:210/GenSciAbs has no more tests: removing
-01:34:44-24/09 [irspy] tcp:fsz3950.oclc.org:210/GenSciAbs rewriting XML record
-01:34:51-24/09 [irspy] tcp:fsz3950.oclc.org:210/GenSciAbs rewrote XML record
-01:34:51-24/09 [irspy] tcp:z3950.bibsys.no:2100/AHO query 'rec.id="Z39.50:z3950.bibsys.no:2100/AHO"' found 1 record
-01:34:51-24/09 [irspy] tcp:z3950.bibsys.no:2100/AHO entering active pool - 874 targets remain in queue
-01:34:54-24/09 [irspy] tcp:z3950.bibsys.no:2100/KUF has no more tests: removing
-01:34:54-24/09 [irspy] tcp:z3950.bibsys.no:2100/KUF rewriting XML record
-01:34:59-24/09 [irspy] tcp:z3950.bibsys.no:2100/KUF rewrote XML record
-01:34:59-24/09 [irspy] tcp:z3950.bibsys.no:2100/NFR query 'rec.id="Z39.50:z3950.bibsys.no:2100/NFR"' found 1 record
-01:34:59-24/09 [irspy] tcp:z3950.bibsys.no:2100/NFR entering active pool - 858 targets remain in queue
-01:35:00-24/09 [irspy] tcp:z39.gbs.spb.ru:210/nplain has no more tests: removing
-01:35:00-24/09 [irspy] tcp:z39.gbs.spb.ru:210/nplain rewriting XML record
-01:35:11-24/09 [irspy] tcp:z39.gbs.spb.ru:210/nplain rewrote XML record
-01:35:11-24/09 [irspy] tcp:z3950.bibsys.no:2100/AKERSYK query 'rec.id="Z39.50:z3950.bibsys.no:2100/AKERSYK"' found 1 record
-01:35:12-24/09 [irspy] tcp:z3950.bibsys.no:2100/AKERSYK entering active pool - 854 targets remain in queue
-01:35:15-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vglta has no more tests: removing
-01:35:15-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vglta rewriting XML record
-01:35:26-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/v_vglta rewrote XML record
-01:35:26-24/09 [irspy] tcp:z3950.bibsys.no:2100/NIH query 'rec.id="Z39.50:z3950.bibsys.no:2100/NIH"' found 1 record
-01:35:26-24/09 [irspy] tcp:z3950.bibsys.no:2100/NIH entering active pool - 852 targets remain in queue
-01:35:27-24/09 [irspy] tcp:eastlib.kyvl.org:10290/voyager has no more tests: removing
-01:35:27-24/09 [irspy] tcp:eastlib.kyvl.org:10290/voyager rewriting XML record
-01:35:30-24/09 [irspy] tcp:eastlib.kyvl.org:10290/voyager rewrote XML record
-01:35:30-24/09 [irspy] tcp:z3950.bibsys.no:2100/HIG query 'rec.id="Z39.50:z3950.bibsys.no:2100/HIG"' found 1 record
-01:35:30-24/09 [irspy] tcp:z3950.bibsys.no:2100/HIG entering active pool - 844 targets remain in queue
-01:35:38-24/09 [irspy] tcp:www.acfpl.org:210/Dynix has no more tests: removing
-01:35:38-24/09 [irspy] tcp:www.acfpl.org:210/Dynix rewriting XML record
-01:35:41-24/09 [irspy] tcp:www.acfpl.org:210/Dynix rewrote XML record
-01:35:41-24/09 [irspy] tcp:library.napier.ac.uk:210/Napier query 'rec.id="Z39.50:library.napier.ac.uk:210/Napier"' found 1 record
-01:35:42-24/09 [irspy] tcp:library.napier.ac.uk:210/Napier entering active pool - 842 targets remain in queue
-01:35:42-24/09 [irspy] tcp:library.napier.ac.uk:210/Napier not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:library.napier.ac.uk:210/Napier") from diag-set 'ZOOM'
-01:35:42-24/09 [irspy] tcp:library.napier.ac.uk:210/Napier has no more tests: removing
-01:35:42-24/09 [irspy] tcp:library.napier.ac.uk:210/Napier rewriting XML record
-01:35:44-24/09 [irspy] tcp:library.napier.ac.uk:210/Napier rewrote XML record
-01:35:44-24/09 [irspy] tcp:library.sas.ac.uk:210/INNOPAC query 'rec.id="Z39.50:library.sas.ac.uk:210/INNOPAC"' found 1 record
-01:35:45-24/09 [irspy] tcp:library.sas.ac.uk:210/INNOPAC entering active pool - 836 targets remain in queue
-01:35:45-24/09 [irspy] tcp:gil.aug.edu:7390/Voyager has no more tests: removing
-01:35:45-24/09 [irspy] tcp:gil.aug.edu:7390/Voyager rewriting XML record
-01:35:49-24/09 [irspy] tcp:gil.aug.edu:7390/Voyager rewrote XML record
-01:35:49-24/09 [irspy] tcp:lib1.jinr.ru:3001/liber query 'rec.id="Z39.50:lib1.jinr.ru:3001/liber"' found 1 record
-01:35:49-24/09 [irspy] tcp:lib1.jinr.ru:3001/liber entering active pool - 832 targets remain in queue
-01:35:49-24/09 [irspy] tcp:lib1.jinr.ru:3001/liber not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:lib1.jinr.ru:3001/liber") from diag-set 'ZOOM'
-01:35:49-24/09 [irspy] tcp:lib1.jinr.ru:3001/liber has no more tests: removing
-01:35:49-24/09 [irspy] tcp:lib1.jinr.ru:3001/liber rewriting XML record
-01:35:51-24/09 [irspy] tcp:lib1.jinr.ru:3001/liber rewrote XML record
-01:35:51-24/09 [irspy] tcp:owl.wmin.ac.uk:9929/WMIN query 'rec.id="Z39.50:owl.wmin.ac.uk:9929/WMIN"' found 1 record
-01:35:51-24/09 [irspy] tcp:owl.wmin.ac.uk:9929/WMIN entering active pool - 824 targets remain in queue
-01:35:51-24/09 [irspy] tcp:alef.aua.gr:9909/AUA02 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:alef.aua.gr:9909/AUA02") from diag-set 'ZOOM'
-01:35:51-24/09 [irspy] tcp:alef.aua.gr:9909/AUA02 has no more tests: removing
-01:35:51-24/09 [irspy] tcp:alef.aua.gr:9909/AUA02 rewriting XML record
-01:35:53-24/09 [irspy] tcp:alef.aua.gr:9909/AUA02 rewrote XML record
-01:35:53-24/09 [irspy] tcp:alephext.kb.dk:2100/bot01 query 'rec.id="Z39.50:alephext.kb.dk:2100/bot01"' found 1 record
-01:35:53-24/09 [irspy] tcp:alephext.kb.dk:2100/bot01 entering active pool - 818 targets remain in queue
-01:35:54-24/09 [irspy] tcp:143.233.169.68:210/ADVANCE not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:143.233.169.68:210/ADVANCE") from diag-set 'ZOOM'
-01:35:54-24/09 [irspy] tcp:143.233.169.68:210/ADVANCE has no more tests: removing
-01:35:54-24/09 [irspy] tcp:143.233.169.68:210/ADVANCE rewriting XML record
-01:35:56-24/09 [irspy] tcp:143.233.169.68:210/ADVANCE rewrote XML record
-01:35:56-24/09 [irspy] tcp:alephext.kb.dk:2100/kge01 query 'rec.id="Z39.50:alephext.kb.dk:2100/kge01"' found 1 record
-01:35:56-24/09 [irspy] tcp:alephext.kb.dk:2100/kge01 entering active pool - 805 targets remain in queue
-01:35:57-24/09 [irspy] tcp:alephext.kb.dk:2100/bot01 has no more tests: removing
-01:35:57-24/09 [irspy] tcp:alephext.kb.dk:2100/bot01 rewriting XML record
-01:36:00-24/09 [irspy] tcp:alephext.kb.dk:2100/bot01 rewrote XML record
-01:36:00-24/09 [irspy] tcp:alephext.kb.dk:2100/kgl01 query 'rec.id="Z39.50:alephext.kb.dk:2100/kgl01"' found 1 record
-01:36:00-24/09 [irspy] tcp:alephext.kb.dk:2100/kgl01 entering active pool - 803 targets remain in queue
-01:36:15-24/09 [irspy] tcp:voyager.library.uvic.ca:7090/voyager has no more tests: removing
-01:36:15-24/09 [irspy] tcp:voyager.library.uvic.ca:7090/voyager rewriting XML record
-01:36:19-24/09 [irspy] tcp:voyager.library.uvic.ca:7090/voyager rewrote XML record
-01:36:19-24/09 [irspy] tcp:alephext.kb.dk:2100/mba01 query 'rec.id="Z39.50:alephext.kb.dk:2100/mba01"' found 1 record
-01:36:20-24/09 [irspy] tcp:alephext.kb.dk:2100/mba01 entering active pool - 801 targets remain in queue
-01:36:29-24/09 [irspy] tcp:library.ustu.ru:2100/bookr has no more tests: removing
-01:36:29-24/09 [irspy] tcp:library.ustu.ru:2100/bookr rewriting XML record
-01:36:33-24/09 [irspy] tcp:library.ustu.ru:2100/bookr rewrote XML record
-01:36:33-24/09 [irspy] tcp:ext.kb.dk:2100/hen01 query 'rec.id="Z39.50:ext.kb.dk:2100/hen01"' found 1 record
-01:36:33-24/09 [irspy] tcp:ext.kb.dk:2100/hen01 entering active pool - 787 targets remain in queue
-01:36:42-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/elib has no more tests: removing
-01:36:42-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/elib rewriting XML record
-01:36:45-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/elib rewrote XML record
-01:36:45-24/09 [irspy] tcp:ext.kb.dk:2100/hro01 query 'rec.id="Z39.50:ext.kb.dk:2100/hro01"' found 1 record
-01:36:46-24/09 [irspy] tcp:ext.kb.dk:2100/hro01 entering active pool - 785 targets remain in queue
-01:36:46-24/09 [irspy] tcp:voyager-db.services.adelaide.edu.au:7090/voyager has no more tests: removing
-01:36:46-24/09 [irspy] tcp:voyager-db.services.adelaide.edu.au:7090/voyager rewriting XML record
-01:36:48-24/09 [irspy] tcp:voyager-db.services.adelaide.edu.au:7090/voyager rewrote XML record
-01:36:48-24/09 [irspy] tcp:ext.kb.dk:2100/hfm01 query 'rec.id="Z39.50:ext.kb.dk:2100/hfm01"' found 1 record
-01:36:49-24/09 [irspy] tcp:ext.kb.dk:2100/hfm01 entering active pool - 781 targets remain in queue
-01:36:55-24/09 [irspy] tcp:library.mit.edu:9909/mit01pub has no more tests: removing
-01:36:55-24/09 [irspy] tcp:library.mit.edu:9909/mit01pub rewriting XML record
-01:36:58-24/09 [irspy] tcp:library.mit.edu:9909/mit01pub rewrote XML record
-01:36:58-24/09 [irspy] tcp:ext.kb.dk:2100/har01 query 'rec.id="Z39.50:ext.kb.dk:2100/har01"' found 1 record
-01:36:58-24/09 [irspy] tcp:ext.kb.dk:2100/har01 entering active pool - 779 targets remain in queue
-01:37:03-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/gender has no more tests: removing
-01:37:03-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/gender rewriting XML record
-01:37:08-24/09 [irspy] tcp:corpsrv.lib.vsu.ru:210/gender rewrote XML record
-01:37:08-24/09 [irspy] tcp:ext.kb.dk:2100/hgl01 query 'rec.id="Z39.50:ext.kb.dk:2100/hgl01"' found 1 record
-01:37:08-24/09 [irspy] tcp:ext.kb.dk:2100/hgl01 entering active pool - 772 targets remain in queue
-01:37:08-24/09 [irspy] tcp:atlas.gcal.ac.uk:210/GCAL not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:atlas.gcal.ac.uk:210/GCAL") from diag-set 'ZOOM'
-01:37:08-24/09 [irspy] tcp:atlas.gcal.ac.uk:210/GCAL has no more tests: removing
-01:37:08-24/09 [irspy] tcp:atlas.gcal.ac.uk:210/GCAL rewriting XML record
-01:37:10-24/09 [irspy] tcp:atlas.gcal.ac.uk:210/GCAL rewrote XML record
-01:37:10-24/09 [irspy] tcp:ext.kb.dk:2100/jur01_lab query 'rec.id="Z39.50:ext.kb.dk:2100/jur01_lab"' found 1 record
-01:37:10-24/09 [irspy] tcp:ext.kb.dk:2100/jur01_lab entering active pool - 762 targets remain in queue
-01:37:13-24/09 [irspy] tcp:ext.kb.dk:2100/jur01_lab has no more tests: removing
-01:37:13-24/09 [irspy] tcp:ext.kb.dk:2100/jur01_lab rewriting XML record
-01:37:16-24/09 [irspy] tcp:ext.kb.dk:2100/jur01_lab rewrote XML record
-01:37:16-24/09 [irspy] tcp:ext.kb.dk:2100/grb01 query 'rec.id="Z39.50:ext.kb.dk:2100/grb01"' found 1 record
-01:37:16-24/09 [irspy] tcp:ext.kb.dk:2100/grb01 entering active pool - 744 targets remain in queue
-01:37:20-24/09 [irspy] tcp:aleph.fcla.edu:9880/NCU01PUB has no more tests: removing
-01:37:20-24/09 [irspy] tcp:aleph.fcla.edu:9880/NCU01PUB rewriting XML record
-01:37:26-24/09 [irspy] tcp:aleph.fcla.edu:9880/NCU01PUB rewrote XML record
-01:37:26-24/09 [irspy] tcp:ext.kb.dk:2100/aro01 query 'rec.id="Z39.50:ext.kb.dk:2100/aro01"' found 1 record
-01:37:26-24/09 [irspy] tcp:ext.kb.dk:2100/aro01 entering active pool - 740 targets remain in queue
-01:37:28-24/09 [irspy] tcp:ext.kb.dk:2100/aro01 has no more tests: removing
-01:37:28-24/09 [irspy] tcp:ext.kb.dk:2100/aro01 rewriting XML record
-01:37:32-24/09 [irspy] tcp:ext.kb.dk:2100/aro01 rewrote XML record
-01:37:32-24/09 [irspy] tcp:ext.kb.dk:2100/kgl01_kub query 'rec.id="Z39.50:ext.kb.dk:2100/kgl01_kub"' found 1 record
-01:37:33-24/09 [irspy] tcp:ext.kb.dk:2100/kgl01_kub entering active pool - 727 targets remain in queue
-01:37:35-24/09 [irspy] tcp:ext.kb.dk:2100/kgl01_kub has no more tests: removing
-01:37:35-24/09 [irspy] tcp:ext.kb.dk:2100/kgl01_kub rewriting XML record
-01:37:43-24/09 [irspy] tcp:ext.kb.dk:2100/kgl01_kub rewrote XML record
-01:37:43-24/09 [irspy] tcp:ext.kb.dk:2100/mhm01 query 'rec.id="Z39.50:ext.kb.dk:2100/mhm01"' found 1 record
-01:37:43-24/09 [irspy] tcp:ext.kb.dk:2100/mhm01 entering active pool - 725 targets remain in queue
-01:37:45-24/09 [irspy] tcp:ext.kb.dk:2100/mhm01 has no more tests: removing
-01:37:45-24/09 [irspy] tcp:ext.kb.dk:2100/mhm01 rewriting XML record
-01:37:49-24/09 [irspy] tcp:ext.kb.dk:2100/mhm01 rewrote XML record
-01:37:51-24/09 [irspy] tcp:ext.kb.dk:2100/kgl01_ts query 'rec.id="Z39.50:ext.kb.dk:2100/kgl01_ts"' found 1 record
-01:37:51-24/09 [irspy] tcp:ext.kb.dk:2100/kgl01_ts entering active pool - 724 targets remain in queue
-01:37:53-24/09 [irspy] tcp:ext.kb.dk:2100/kgl01_ts has no more tests: removing
-01:37:53-24/09 [irspy] tcp:ext.kb.dk:2100/kgl01_ts rewriting XML record
-01:37:59-24/09 [irspy] tcp:ext.kb.dk:2100/kgl01_ts rewrote XML record
-01:37:59-24/09 [irspy] tcp:sigma.nkp.cz:9909/KKL query 'rec.id="Z39.50:sigma.nkp.cz:9909/KKL"' found 1 record
-01:37:59-24/09 [irspy] tcp:sigma.nkp.cz:9909/KKL entering active pool - 710 targets remain in queue
-01:38:16-24/09 [irspy] tcp:umnlib.oit.umn.edu:9909/TCMNCAT has no more tests: removing
-01:38:16-24/09 [irspy] tcp:umnlib.oit.umn.edu:9909/TCMNCAT rewriting XML record
-01:38:21-24/09 [irspy] tcp:umnlib.oit.umn.edu:9909/TCMNCAT rewrote XML record
-01:38:21-24/09 [irspy] tcp:sigma.nkp.cz:9909/ANL query 'rec.id="Z39.50:sigma.nkp.cz:9909/ANL"' found 1 record
-01:38:22-24/09 [irspy] tcp:sigma.nkp.cz:9909/ANL entering active pool - 709 targets remain in queue
-01:38:30-24/09 [irspy] tcp:www.rhs.ac.uk:210/catalogue has no more tests: removing
-01:38:30-24/09 [irspy] tcp:www.rhs.ac.uk:210/catalogue rewriting XML record
-01:38:34-24/09 [irspy] tcp:www.rhs.ac.uk:210/catalogue rewrote XML record
-01:38:34-24/09 [irspy] tcp:aleph.vkol.cz:9991/SVK01 query 'rec.id="Z39.50:aleph.vkol.cz:9991/SVK01"' found 1 record
-01:38:34-24/09 [irspy] tcp:aleph.vkol.cz:9991/SVK01 entering active pool - 706 targets remain in queue
-01:38:38-24/09 [irspy] tcp:z3950.kb.dk:2100/HRE01 has no more tests: removing
-01:38:38-24/09 [irspy] tcp:z3950.kb.dk:2100/HRE01 rewriting XML record
-01:38:42-24/09 [irspy] tcp:z3950.kb.dk:2100/HRE01 rewrote XML record
-01:38:42-24/09 [irspy] tcp:sql.vkta.cz:8888/un_cat query 'rec.id="Z39.50:sql.vkta.cz:8888/un_cat"' found 1 record
-01:38:42-24/09 [irspy] tcp:sql.vkta.cz:8888/un_cat entering active pool - 687 targets remain in queue
-01:38:44-24/09 [irspy] tcp:www.cubiq.ribg.gouv.qc.ca:2100/z3950s has no more tests: removing
-01:38:44-24/09 [irspy] tcp:www.cubiq.ribg.gouv.qc.ca:2100/z3950s rewriting XML record
-01:38:48-24/09 [irspy] tcp:www.cubiq.ribg.gouv.qc.ca:2100/z3950s rewrote XML record
-01:38:48-24/09 [irspy] tcp:z3950.skat.cz:9999/skat query 'rec.id="Z39.50:z3950.skat.cz:9999/skat"' found 1 record
-01:38:49-24/09 [irspy] tcp:z3950.skat.cz:9999/skat entering active pool - 675 targets remain in queue
-01:38:50-24/09 [irspy] tcp:alephext.kb.dk:2100/FARMBIB has no more tests: removing
-01:38:50-24/09 [irspy] tcp:alephext.kb.dk:2100/FARMBIB rewriting XML record
-01:38:54-24/09 [irspy] tcp:alephext.kb.dk:2100/FARMBIB rewrote XML record
-01:38:54-24/09 [irspy] tcp:se.kobv.de:9909/dnb01 query 'rec.id="Z39.50:se.kobv.de:9909/dnb01"' found 1 record
-01:38:55-24/09 [irspy] tcp:se.kobv.de:9909/dnb01 entering active pool - 668 targets remain in queue
-01:38:55-24/09 [irspy] tcp:z3950.haderslev.integrabib.dk:210/default has no more tests: removing
-01:38:55-24/09 [irspy] tcp:z3950.haderslev.integrabib.dk:210/default rewriting XML record
-01:38:59-24/09 [irspy] tcp:z3950.haderslev.integrabib.dk:210/default rewrote XML record
-01:38:59-24/09 [irspy] tcp:193.166.7.194:11290/Voyager query 'rec.id="Z39.50:193.166.7.194:11290/Voyager"' found 1 record
-01:38:59-24/09 [irspy] tcp:193.166.7.194:11290/Voyager entering active pool - 664 targets remain in queue
-01:38:59-24/09 [irspy] tcp:se.kobv.de:9909/dnb01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:se.kobv.de:9909/dnb01") from diag-set 'ZOOM'
-01:38:59-24/09 [irspy] tcp:se.kobv.de:9909/dnb01 has no more tests: removing
-01:38:59-24/09 [irspy] tcp:se.kobv.de:9909/dnb01 rewriting XML record
-01:39:02-24/09 [irspy] tcp:se.kobv.de:9909/dnb01 rewrote XML record
-01:39:02-24/09 [irspy] tcp:z3950.bibsys.no:2100/FISKDIR query 'rec.id="Z39.50:z3950.bibsys.no:2100/FISKDIR"' found 1 record
-01:39:03-24/09 [irspy] tcp:z3950.bibsys.no:2100/FISKDIR entering active pool - 639 targets remain in queue
-01:39:04-24/09 [irspy] tcp:z3950.kb.dk:2100/NIA01 has no more tests: removing
-01:39:04-24/09 [irspy] tcp:z3950.kb.dk:2100/NIA01 rewriting XML record
-01:39:10-24/09 [irspy] tcp:z3950.kb.dk:2100/NIA01 rewrote XML record
-01:39:11-24/09 [irspy] tcp:z-frogn-fb.bibits.no:210/xxdefault query 'rec.id="Z39.50:z-frogn-fb.bibits.no:210/xxdefault"' found 1 record
-01:39:11-24/09 [irspy] tcp:z-frogn-fb.bibits.no:210/xxdefault entering active pool - 637 targets remain in queue
-01:39:11-24/09 [irspy] tcp:owl.wmin.ac.uk:9929/WMIN not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:owl.wmin.ac.uk:9929/WMIN") from diag-set 'ZOOM'
-01:39:11-24/09 [irspy] tcp:owl.wmin.ac.uk:9929/WMIN has no more tests: removing
-01:39:11-24/09 [irspy] tcp:owl.wmin.ac.uk:9929/WMIN rewriting XML record
-01:39:14-24/09 [irspy] tcp:owl.wmin.ac.uk:9929/WMIN rewrote XML record
-01:39:14-24/09 [irspy] tcp:z-farder-vgs.bibits.no:210/xxdefault query 'rec.id="Z39.50:z-farder-vgs.bibits.no:210/xxdefault"' found 1 record
-01:39:14-24/09 [irspy] tcp:z-farder-vgs.bibits.no:210/xxdefault entering active pool - 636 targets remain in queue
-01:39:22-24/09 [irspy] tcp:libcat.csd.sc.edu:210/INNOPAC has no more tests: removing
-01:39:22-24/09 [irspy] tcp:libcat.csd.sc.edu:210/INNOPAC rewriting XML record
-01:39:26-24/09 [irspy] tcp:libcat.csd.sc.edu:210/INNOPAC rewrote XML record
-01:39:26-24/09 [irspy] tcp:z-holmestrand-fb.bibits.no:2100/xxdefault query 'rec.id="Z39.50:z-holmestrand-fb.bibits.no:2100/xxdefault"' found 1 record
-01:39:26-24/09 [irspy] tcp:z-holmestrand-fb.bibits.no:2100/xxdefault entering active pool - 630 targets remain in queue
-01:39:29-24/09 [irspy] tcp:siris-artinventories.si.edu:210/Default has no more tests: removing
-01:39:29-24/09 [irspy] tcp:siris-artinventories.si.edu:210/Default rewriting XML record
-01:39:36-24/09 [irspy] tcp:siris-artinventories.si.edu:210/Default rewrote XML record
-01:39:36-24/09 [irspy] tcp:z3950.bibsys.no:2100/HIN query 'rec.id="Z39.50:z3950.bibsys.no:2100/HIN"' found 1 record
-01:39:36-24/09 [irspy] tcp:z3950.bibsys.no:2100/HIN entering active pool - 621 targets remain in queue
-01:39:39-24/09 [irspy] tcp:155.207.114.38:9999/default has no more tests: removing
-01:39:39-24/09 [irspy] tcp:155.207.114.38:9999/default rewriting XML record
-01:39:42-24/09 [irspy] tcp:155.207.114.38:9999/default rewrote XML record
-01:39:42-24/09 [irspy] tcp:z3950.bibsys.no:2100/HINT query 'rec.id="Z39.50:z3950.bibsys.no:2100/HINT"' found 1 record
-01:39:42-24/09 [irspy] tcp:z3950.bibsys.no:2100/HINT entering active pool - 619 targets remain in queue
-01:39:57-24/09 [irspy] tcp:z3950.ringsted.integrabib.dk:210/Default has no more tests: removing
-01:39:57-24/09 [irspy] tcp:z3950.ringsted.integrabib.dk:210/Default rewriting XML record
-01:40:01-24/09 [irspy] tcp:z3950.ringsted.integrabib.dk:210/Default rewrote XML record
-01:40:01-24/09 [irspy] tcp:z3950.bibsys.no:2100/HVO query 'rec.id="Z39.50:z3950.bibsys.no:2100/HVO"' found 1 record
-01:40:01-24/09 [irspy] tcp:z3950.bibsys.no:2100/HVO entering active pool - 608 targets remain in queue
-01:40:02-24/09 [irspy] tcp:scotty.ucr.edu:210/INNOPAC has no more tests: removing
-01:40:02-24/09 [irspy] tcp:scotty.ucr.edu:210/INNOPAC rewriting XML record
-01:40:07-24/09 [irspy] tcp:scotty.ucr.edu:210/INNOPAC rewrote XML record
-01:40:07-24/09 [irspy] tcp:193.167.7.196:11690/Voyager query 'rec.id="Z39.50:193.167.7.196:11690/Voyager"' found 1 record
-01:40:08-24/09 [irspy] tcp:193.167.7.196:11690/Voyager entering active pool - 607 targets remain in queue
-01:40:08-24/09 [irspy] tcp:vikat.pdx.edu:210/INNOPAC has no more tests: removing
-01:40:08-24/09 [irspy] tcp:vikat.pdx.edu:210/INNOPAC rewriting XML record
-01:40:13-24/09 [irspy] tcp:vikat.pdx.edu:210/INNOPAC rewrote XML record
-01:40:13-24/09 [irspy] tcp:z-klepp-fb.bibits.no:210/xxdefault query 'rec.id="Z39.50:z-klepp-fb.bibits.no:210/xxdefault"' found 1 record
-01:40:13-24/09 [irspy] tcp:z-klepp-fb.bibits.no:210/xxdefault entering active pool - 605 targets remain in queue
-01:40:21-24/09 [irspy] tcp:aleph.fcla.edu:9895/SFU01PUB has no more tests: removing
-01:40:21-24/09 [irspy] tcp:aleph.fcla.edu:9895/SFU01PUB rewriting XML record
-01:40:28-24/09 [irspy] tcp:aleph.fcla.edu:9895/SFU01PUB rewrote XML record
-01:40:28-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Kvæfjord folkebibliotek query 'rec.id="Z39.50:z3950.mikromarc.no:2101/Kvæfjord folkebibliotek"' found 0 records
-01:40:28-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Kvæfjord folkebibliotek entering active pool - 602 targets remain in queue
-01:40:33-24/09 [irspy] tcp:opencontent.indexdata.com:210/oca-americana has no more tests: removing
-01:40:33-24/09 [irspy] tcp:opencontent.indexdata.com:210/oca-americana rewriting XML record
-01:40:37-24/09 [irspy] tcp:opencontent.indexdata.com:210/oca-americana rewrote XML record
-01:40:37-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Kvænangen folkebibliotek query 'rec.id="Z39.50:z3950.mikromarc.no:2101/Kvænangen folkebibliotek"' found 0 records
-01:40:37-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Kvænangen folkebibliotek entering active pool - 601 targets remain in queue
-01:40:38-24/09 [irspy] tcp:149.130.90.2:210/innopac has no more tests: removing
-01:40:38-24/09 [irspy] tcp:149.130.90.2:210/innopac rewriting XML record
-01:40:40-24/09 [irspy] tcp:149.130.90.2:210/innopac rewrote XML record
-01:40:40-24/09 [irspy] tcp:z3950.bibsys.no:2100/NOB query 'rec.id="Z39.50:z3950.bibsys.no:2100/NOB"' found 1 record
-01:40:40-24/09 [irspy] tcp:z3950.bibsys.no:2100/NOB entering active pool - 583 targets remain in queue
-01:40:40-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Kvæfjord folkebibliotek has no more tests: removing
-01:40:40-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Kvæfjord folkebibliotek rewriting XML record
-01:40:42-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Kvæfjord folkebibliotek rewrote XML record
-01:40:42-24/09 [irspy] tcp:z-re-vgs.bibits.no:210/xxdefault query 'rec.id="Z39.50:z-re-vgs.bibits.no:210/xxdefault"' found 1 record
-01:40:42-24/09 [irspy] tcp:z-re-vgs.bibits.no:210/xxdefault entering active pool - 577 targets remain in queue
-01:40:45-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Kvænangen folkebibliotek has no more tests: removing
-01:40:45-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Kvænangen folkebibliotek rewriting XML record
-01:40:48-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Kvænangen folkebibliotek rewrote XML record
-01:40:48-24/09 [irspy] tcp:z-romskog-fb.bibits.no:210/Hovedkatalog query 'rec.id="Z39.50:z-romskog-fb.bibits.no:210/Hovedkatalog"' found 1 record
-01:40:48-24/09 [irspy] tcp:z-romskog-fb.bibits.no:210/Hovedkatalog entering active pool - 572 targets remain in queue
-01:40:56-24/09 [irspy] tcp:wyvern.uwe.ac.uk:2200/unicorn has no more tests: removing
-01:40:56-24/09 [irspy] tcp:wyvern.uwe.ac.uk:2200/unicorn rewriting XML record
-01:41:02-24/09 [irspy] tcp:wyvern.uwe.ac.uk:2200/unicorn rewrote XML record
-01:41:02-24/09 [irspy] tcp:z3950.bibsys.no:2100/SINTEF/E query 'rec.id="Z39.50:z3950.bibsys.no:2100/SINTEF/E"' found 1 record
-01:41:02-24/09 [irspy] tcp:z3950.bibsys.no:2100/SINTEF/E entering active pool - 564 targets remain in queue
-01:41:03-24/09 [irspy] tcp:205.247.101.11:210/INNOPAC has no more tests: removing
-01:41:03-24/09 [irspy] tcp:205.247.101.11:210/INNOPAC rewriting XML record
-01:41:07-24/09 [irspy] tcp:205.247.101.11:210/INNOPAC rewrote XML record
-01:41:07-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Sørreisa folkebibliotek query 'rec.id="Z39.50:z3950.mikromarc.no:2101/Sørreisa folkebibliotek"' found 0 records
-01:41:07-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Sørreisa folkebibliotek entering active pool - 552 targets remain in queue
-01:41:07-24/09 [irspy] tcp:alephext.kb.dk:2100/kge01 has no more tests: removing
-01:41:07-24/09 [irspy] tcp:alephext.kb.dk:2100/kge01 rewriting XML record
-01:41:11-24/09 [irspy] tcp:alephext.kb.dk:2100/kge01 rewrote XML record
-01:41:11-24/09 [irspy] tcp:64.28.29.212:210/Hovedkatalog query 'rec.id="Z39.50:64.28.29.212:210/Hovedkatalog"' found 1 record
-01:41:11-24/09 [irspy] tcp:64.28.29.212:210/Hovedkatalog entering active pool - 551 targets remain in queue
-01:41:13-24/09 [irspy] tcp:195.251.20.42:210/ADVANCE has no more tests: removing
-01:41:13-24/09 [irspy] tcp:195.251.20.42:210/ADVANCE rewriting XML record
-01:41:20-24/09 [irspy] tcp:195.251.20.42:210/ADVANCE rewrote XML record
-01:41:20-24/09 [irspy] sru=get,http:193.6.201.195:1350/ANY query 'rec.id="SRU:193.6.201.195:1350/ANY"' found 1 record
-01:41:20-24/09 [irspy] sru=get,http:193.6.201.195:1350/ANY entering active pool - 533 targets remain in queue
-01:41:22-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Sørreisa folkebibliotek has no more tests: removing
-01:41:22-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Sørreisa folkebibliotek rewriting XML record
-01:41:24-24/09 [irspy] tcp:z3950.mikromarc.no:2101/Sørreisa folkebibliotek rewrote XML record
-01:41:24-24/09 [irspy] tcp:z3950cat.bl.uk:9909/BLAC query 'rec.id="Z39.50:z3950cat.bl.uk:9909/BLAC"' found 1 record
-01:41:24-24/09 [irspy] tcp:z3950cat.bl.uk:9909/BLAC entering active pool - 531 targets remain in queue
-01:41:25-24/09 [irspy] tcp:alephext.kb.dk:2100/kgl01 has no more tests: removing
-01:41:25-24/09 [irspy] tcp:alephext.kb.dk:2100/kgl01 rewriting XML record
-01:41:29-24/09 [irspy] tcp:alephext.kb.dk:2100/kgl01 rewrote XML record
-01:41:29-24/09 [irspy] tcp:z3950.askoy.folkebibl.no:210/data query 'rec.id="Z39.50:z3950.askoy.folkebibl.no:210/data"' found 1 record
-01:41:29-24/09 [irspy] tcp:z3950.askoy.folkebibl.no:210/data entering active pool - 529 targets remain in queue
-01:41:32-24/09 [irspy] tcp:sarasvati.rero.ch:3950/DEFAULT has no more tests: removing
-01:41:32-24/09 [irspy] tcp:sarasvati.rero.ch:3950/DEFAULT rewriting XML record
-01:41:37-24/09 [irspy] tcp:sarasvati.rero.ch:3950/DEFAULT rewrote XML record
-01:41:37-24/09 [irspy] tcp:z3950.bomlo.folkebibl.no:210/data query 'rec.id="Z39.50:z3950.bomlo.folkebibl.no:210/data"' found 1 record
-01:41:37-24/09 [irspy] tcp:z3950.bomlo.folkebibl.no:210/data entering active pool - 527 targets remain in queue
-01:41:40-24/09 [irspy] tcp:library.sas.ac.uk:210/INNOPAC has no more tests: removing
-01:41:40-24/09 [irspy] tcp:library.sas.ac.uk:210/INNOPAC rewriting XML record
-01:41:52-24/09 [irspy] tcp:library.sas.ac.uk:210/INNOPAC rewrote XML record
-01:41:52-24/09 [irspy] tcp:z3950.nittedal.folkebibl.no:2116/data query 'rec.id="Z39.50:z3950.nittedal.folkebibl.no:2116/data"' found 1 record
-01:41:52-24/09 [irspy] tcp:z3950.nittedal.folkebibl.no:2116/data entering active pool - 508 targets remain in queue
-01:41:52-24/09 [irspy] tcp:sql.vkta.cz:8888/un_cat not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:sql.vkta.cz:8888/un_cat") from diag-set 'ZOOM'
-01:41:52-24/09 [irspy] tcp:sql.vkta.cz:8888/un_cat has no more tests: removing
-01:41:52-24/09 [irspy] tcp:sql.vkta.cz:8888/un_cat rewriting XML record
-01:41:54-24/09 [irspy] tcp:sql.vkta.cz:8888/un_cat rewrote XML record
-01:41:54-24/09 [irspy] tcp:z3950-UKNordSk.ullensaker.folkebibl.no:2115/data query 'rec.id="Z39.50:z3950-UKNordSk.ullensaker.folkebibl.no:2115/data"' found 1 record
-01:41:54-24/09 [irspy] tcp:z3950-UKNordSk.ullensaker.folkebibl.no:2115/data entering active pool - 506 targets remain in queue
-01:41:56-24/09 [irspy] tcp:z3950.nittedal.folkebibl.no:2116/data not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.nittedal.folkebibl.no:2116/data") from diag-set 'ZOOM'
-01:41:56-24/09 [irspy] tcp:z3950.nittedal.folkebibl.no:2116/data has no more tests: removing
-01:41:56-24/09 [irspy] tcp:z3950.nittedal.folkebibl.no:2116/data rewriting XML record
-01:42:00-24/09 [irspy] tcp:z3950.nittedal.folkebibl.no:2116/data rewrote XML record
-01:42:00-24/09 [irspy] tcp:z3950.notodden.folkebibl.no:210/data query 'rec.id="Z39.50:z3950.notodden.folkebibl.no:210/data"' found 1 record
-01:42:00-24/09 [irspy] tcp:z3950.notodden.folkebibl.no:210/data entering active pool - 505 targets remain in queue
-01:42:01-24/09 [irspy] tcp:z3950-UKNordSk.ullensaker.folkebibl.no:2115/data not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950-UKNordSk.ullensaker.folkebibl.no:2115/data") from diag-set 'ZOOM'
-01:42:01-24/09 [irspy] tcp:z3950-UKNordSk.ullensaker.folkebibl.no:2115/data has no more tests: removing
-01:42:01-24/09 [irspy] tcp:z3950-UKNordSk.ullensaker.folkebibl.no:2115/data rewriting XML record
-01:42:02-24/09 [irspy] tcp:z3950-UKNordSk.ullensaker.folkebibl.no:2115/data rewrote XML record
-01:42:02-24/09 [irspy] tcp:z3950.porsgrunn.folkebibl.no:210/data query 'rec.id="Z39.50:z3950.porsgrunn.folkebibl.no:210/data"' found 1 record
-01:42:03-24/09 [irspy] tcp:z3950.porsgrunn.folkebibl.no:210/data entering active pool - 504 targets remain in queue
-01:42:03-24/09 [irspy] tcp:opencontent.indexdata.com:210/oca-all has no more tests: removing
-01:42:03-24/09 [irspy] tcp:opencontent.indexdata.com:210/oca-all rewriting XML record
-01:42:06-24/09 [irspy] tcp:opencontent.indexdata.com:210/oca-all rewrote XML record
-01:42:06-24/09 [irspy] tcp:moringa.kcl.ac.uk:9990/KCL01 query 'rec.id="Z39.50:moringa.kcl.ac.uk:9990/KCL01"' found 1 record
-01:42:07-24/09 [irspy] tcp:moringa.kcl.ac.uk:9990/KCL01 entering active pool - 503 targets remain in queue
-01:42:10-24/09 [irspy] tcp:moringa.kcl.ac.uk:9990/KCL01 not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:moringa.kcl.ac.uk:9990/KCL01") from diag-set 'ZOOM'
-01:42:10-24/09 [irspy] tcp:moringa.kcl.ac.uk:9990/KCL01 has no more tests: removing
-01:42:10-24/09 [irspy] tcp:moringa.kcl.ac.uk:9990/KCL01 rewriting XML record
-01:42:14-24/09 [irspy] tcp:moringa.kcl.ac.uk:9990/KCL01 rewrote XML record
-01:42:14-24/09 [irspy] tcp:z3950.vaaler-he.folkebibl.no:2103/data query 'rec.id="Z39.50:z3950.vaaler-he.folkebibl.no:2103/data"' found 1 record
-01:42:14-24/09 [irspy] tcp:z3950.vaaler-he.folkebibl.no:2103/data entering active pool - 485 targets remain in queue
-01:42:15-24/09 [irspy] tcp:193.166.7.194:11290/Voyager not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:193.166.7.194:11290/Voyager") from diag-set 'ZOOM'
-01:42:15-24/09 [irspy] tcp:193.166.7.194:11290/Voyager has no more tests: removing
-01:42:15-24/09 [irspy] tcp:193.166.7.194:11290/Voyager rewriting XML record
-01:42:17-24/09 [irspy] tcp:193.166.7.194:11290/Voyager rewrote XML record
-01:42:17-24/09 [irspy] tcp:aleph1.bibits.no:2100/HJARTDAL query 'rec.id="Z39.50:aleph1.bibits.no:2100/HJARTDAL"' found 1 record
-01:42:17-24/09 [irspy] tcp:aleph1.bibits.no:2100/HJARTDAL entering active pool - 478 targets remain in queue
-01:42:19-24/09 [irspy] tcp:ext.kb.dk:2100/hfm01 has no more tests: removing
-01:42:19-24/09 [irspy] tcp:ext.kb.dk:2100/hfm01 rewriting XML record
-01:42:22-24/09 [irspy] tcp:ext.kb.dk:2100/hfm01 rewrote XML record
-01:42:23-24/09 [irspy] tcp:aleph2.bibits.no:2100/AUSTRHEIM query 'rec.id="Z39.50:aleph2.bibits.no:2100/AUSTRHEIM"' found 1 record
-01:42:23-24/09 [irspy] tcp:aleph2.bibits.no:2100/AUSTRHEIM entering active pool - 469 targets remain in queue
-01:42:23-24/09 [irspy] tcp:z3950.bibsys.no:2100/BI has no more tests: removing
-01:42:23-24/09 [irspy] tcp:z3950.bibsys.no:2100/BI rewriting XML record
-01:42:26-24/09 [irspy] tcp:z3950.bibsys.no:2100/BI rewrote XML record
-01:42:26-24/09 [irspy] tcp:aleph2.bibits.no:2100/LINDAAS query 'rec.id="Z39.50:aleph2.bibits.no:2100/LINDAAS"' found 1 record
-01:42:26-24/09 [irspy] tcp:aleph2.bibits.no:2100/LINDAAS entering active pool - 467 targets remain in queue
-01:42:28-24/09 [irspy] tcp:alephext.kb.dk:2100/mba01 has no more tests: removing
-01:42:28-24/09 [irspy] tcp:alephext.kb.dk:2100/mba01 rewriting XML record
-01:42:30-24/09 [irspy] tcp:alephext.kb.dk:2100/mba01 rewrote XML record
-01:42:30-24/09 [irspy] tcp:aleph3.bibits.no:2100/FLAA query 'rec.id="Z39.50:aleph3.bibits.no:2100/FLAA"' found 1 record
-01:42:30-24/09 [irspy] tcp:aleph3.bibits.no:2100/FLAA entering active pool - 453 targets remain in queue
-01:42:36-24/09 [irspy] tcp:ext.kb.dk:2100/har01 has no more tests: removing
-01:42:36-24/09 [irspy] tcp:ext.kb.dk:2100/har01 rewriting XML record
-01:42:40-24/09 [irspy] tcp:ext.kb.dk:2100/har01 rewrote XML record
-01:42:40-24/09 [irspy] tcp:aleph3.bibits.no:2100/HOL query 'rec.id="Z39.50:aleph3.bibits.no:2100/HOL"' found 1 record
-01:42:40-24/09 [irspy] tcp:aleph3.bibits.no:2100/HOL entering active pool - 450 targets remain in queue
-01:42:42-24/09 [irspy] tcp:ext.kb.dk:2100/hen01 has no more tests: removing
-01:42:42-24/09 [irspy] tcp:ext.kb.dk:2100/hen01 rewriting XML record
-01:42:44-24/09 [irspy] tcp:ext.kb.dk:2100/hen01 rewrote XML record
-01:42:44-24/09 [irspy] tcp:aleph3.bibits.no:2100/AAL query 'rec.id="Z39.50:aleph3.bibits.no:2100/AAL"' found 1 record
-01:42:44-24/09 [irspy] tcp:aleph3.bibits.no:2100/AAL entering active pool - 448 targets remain in queue
-01:42:48-24/09 [irspy] tcp:z3950.bibsys.no:2100/HIG has no more tests: removing
-01:42:48-24/09 [irspy] tcp:z3950.bibsys.no:2100/HIG rewriting XML record
-01:42:50-24/09 [irspy] tcp:z3950.bibsys.no:2100/HIG rewrote XML record
-01:42:50-24/09 [irspy] tcp:giluc.usg.edu:7090/Voyager query 'rec.id="Z39.50:giluc.usg.edu:7090/Voyager"' found 1 record
-01:42:50-24/09 [irspy] tcp:giluc.usg.edu:7090/Voyager entering active pool - 443 targets remain in queue
-01:42:53-24/09 [irspy] tcp:osiris.lib.ucalgary.ca:2200/unicorn has no more tests: removing
-01:42:53-24/09 [irspy] tcp:osiris.lib.ucalgary.ca:2200/unicorn rewriting XML record
-01:42:57-24/09 [irspy] tcp:osiris.lib.ucalgary.ca:2200/unicorn rewrote XML record
-_irspy_identifier2target(tcp:www.psp.cz:2100/sntisk*1): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:42:58-24/09 [irspy] www.psp.cz:2100/sntisk*1 query 'rec.id="tcp:www.psp.cz:2100/sntisk\*1"' found 1 record
-01:42:58-24/09 [irspy] www.psp.cz:2100/sntisk*1 entering active pool - 436 targets remain in queue
-01:43:00-24/09 [irspy] tcp:ext.kb.dk:2100/grb01 has no more tests: removing
-01:43:00-24/09 [irspy] tcp:ext.kb.dk:2100/grb01 rewriting XML record
-01:43:04-24/09 [irspy] tcp:ext.kb.dk:2100/grb01 rewrote XML record
-01:43:04-24/09 [irspy] tcp:gil.georgiasouthern.edu:10090/Voyager query 'rec.id="Z39.50:gil.georgiasouthern.edu:10090/Voyager"' found 1 record
-01:43:04-24/09 [irspy] tcp:gil.georgiasouthern.edu:10090/Voyager entering active pool - 422 targets remain in queue
-01:43:06-24/09 [irspy] tcp:z3950.bibsys.no:2100/NBO has no more tests: removing
-01:43:06-24/09 [irspy] tcp:z3950.bibsys.no:2100/NBO rewriting XML record
-01:43:10-24/09 [irspy] tcp:z3950.bibsys.no:2100/NBO rewrote XML record
-01:43:10-24/09 [irspy] tcp:abm.nu:2103/Plakater query 'rec.id="Z39.50:abm.nu:2103/Plakater"' found 1 record
-01:43:11-24/09 [irspy] tcp:abm.nu:2103/Plakater entering active pool - 409 targets remain in queue
-01:43:17-24/09 [irspy] tcp:193.167.7.196:11690/Voyager not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:193.167.7.196:11690/Voyager") from diag-set 'ZOOM'
-01:43:17-24/09 [irspy] tcp:193.167.7.196:11690/Voyager has no more tests: removing
-01:43:17-24/09 [irspy] tcp:193.167.7.196:11690/Voyager rewriting XML record
-01:43:20-24/09 [irspy] tcp:193.167.7.196:11690/Voyager rewrote XML record
-_irspy_identifier2target(tcp:z3950.mikromarc.no:2403/Læremiddelsamling): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:43:20-24/09 [irspy] z3950.mikromarc.no:2403/Læremiddelsamling query 'rec.id="tcp:z3950.mikromarc.no:2403/Læremiddelsamling"' found 0 records
-01:43:20-24/09 [irspy] z3950.mikromarc.no:2403/Læremiddelsamling entering active pool - 404 targets remain in queue
-01:43:21-24/09 [irspy] www.psp.cz:2100/sntisk*1 not connected: ZOOM error 10000 "Connect failed" (addinfo: "www.psp.cz:2100/sntisk*1") from diag-set 'ZOOM'
-01:43:21-24/09 [irspy] www.psp.cz:2100/sntisk*1 has no more tests: removing
-01:43:21-24/09 [irspy] www.psp.cz:2100/sntisk*1 rewriting XML record
-01:43:23-24/09 [irspy] www.psp.cz:2100/sntisk*1 rewrote XML record
-01:43:23-24/09 [irspy] tcp:prospero.ahds.ac.uk:8080/History Data Service query 'rec.id="Z39.50:prospero.ahds.ac.uk:8080/History Data Service"' found 1 record
-01:43:24-24/09 [irspy] tcp:prospero.ahds.ac.uk:8080/History Data Service entering active pool - 399 targets remain in queue
-01:43:29-24/09 [irspy] tcp:z3950.bibsys.no:2100/NITH has no more tests: removing
-01:43:29-24/09 [irspy] tcp:z3950.bibsys.no:2100/NITH rewriting XML record
-01:43:32-24/09 [irspy] tcp:z3950.bibsys.no:2100/NITH rewrote XML record
-01:43:32-24/09 [irspy] tcp:bib.dnlb.dk:2100/DSI01 query 'rec.id="Z39.50:bib.dnlb.dk:2100/DSI01"' found 1 record
-01:43:32-24/09 [irspy] tcp:bib.dnlb.dk:2100/DSI01 entering active pool - 388 targets remain in queue
-01:43:33-24/09 [irspy] tcp:ext.kb.dk:2100/hro01 has no more tests: removing
-01:43:33-24/09 [irspy] tcp:ext.kb.dk:2100/hro01 rewriting XML record
-01:43:36-24/09 [irspy] tcp:ext.kb.dk:2100/hro01 rewrote XML record
-01:43:36-24/09 [irspy] tcp:147.29.61.138:2109/DSL query 'rec.id="Z39.50:147.29.61.138:2109/DSL"' found 1 record
-01:43:36-24/09 [irspy] tcp:147.29.61.138:2109/DSL entering active pool - 378 targets remain in queue
-01:43:36-24/09 [irspy] tcp:z3950.bibsys.no:2100/MATFORSK has no more tests: removing
-01:43:36-24/09 [irspy] tcp:z3950.bibsys.no:2100/MATFORSK rewriting XML record
-01:43:40-24/09 [irspy] tcp:z3950.bibsys.no:2100/MATFORSK rewrote XML record
-01:43:40-24/09 [irspy] tcp:147.29.61.138:2111/DSL query 'rec.id="Z39.50:147.29.61.138:2111/DSL"' found 1 record
-01:43:40-24/09 [irspy] tcp:147.29.61.138:2111/DSL entering active pool - 377 targets remain in queue
-01:43:44-24/09 [irspy] tcp:sigma.nkp.cz:9909/KKL has no more tests: removing
-01:43:44-24/09 [irspy] tcp:sigma.nkp.cz:9909/KKL rewriting XML record
-01:43:47-24/09 [irspy] tcp:sigma.nkp.cz:9909/KKL rewrote XML record
-01:43:47-24/09 [irspy] tcp:KCMO.SIRSI.NET:2500/UNICORN query 'rec.id="Z39.50:KCMO.SIRSI.NET:2500/UNICORN"' found 1 record
-01:43:47-24/09 [irspy] tcp:KCMO.SIRSI.NET:2500/UNICORN entering active pool - 331 targets remain in queue
-01:44:04-24/09 [irspy] tcp:library.bond.edu.au:9991/BON01 has no more tests: removing
-01:44:04-24/09 [irspy] tcp:library.bond.edu.au:9991/BON01 rewriting XML record
-01:44:06-24/09 [irspy] tcp:library.bond.edu.au:9991/BON01 rewrote XML record
-_irspy_identifier2target(tcp:z-nord-osterdal-vgs.bibits.no:2100/Nord-Ã\98sterdal videregÃÂ¥ende sko): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:44:06-24/09 [irspy] z-nord-osterdal-vgs.bibits.no:2100/Nord-Ã\98sterdal videregÃÂ¥ende sko query 'rec.id="tcp:z-nord-osterdal-vgs.bibits.no:2100/Nord-Ã\98sterdal videregÃÂ¥ende sko"' found 0 records
-01:44:06-24/09 [irspy] z-nord-osterdal-vgs.bibits.no:2100/Nord-Ã\98sterdal videregÃÂ¥ende sko entering active pool - 319 targets remain in queue
-01:44:06-24/09 [irspy] z-nord-osterdal-vgs.bibits.no:2100/Nord-Ã\98sterdal videregÃÂ¥ende sko not connected: ZOOM error 10000 "Connect failed" (addinfo: "z-nord-osterdal-vgs.bibits.no:2100/Nord-Ã\98sterdal videregÃÂ¥ende sko") from diag-set 'ZOOM'
-01:44:06-24/09 [irspy] z-nord-osterdal-vgs.bibits.no:2100/Nord-Ã\98sterdal videregÃÂ¥ende sko has no more tests: removing
-01:44:06-24/09 [irspy] z-nord-osterdal-vgs.bibits.no:2100/Nord-Ã\98sterdal videregÃÂ¥ende sko rewriting XML record
-01:44:07-24/09 [irspy] z-nord-osterdal-vgs.bibits.no:2100/Nord-Ã\98sterdal videregÃÂ¥ende sko rewrote XML record
-01:44:07-24/09 [irspy] tcp:199.197.115.61:210/Main query 'rec.id="Z39.50:199.197.115.61:210/Main"' found 1 record
-01:44:07-24/09 [irspy] tcp:199.197.115.61:210/Main entering active pool - 313 targets remain in queue
-01:44:09-24/09 [irspy] tcp:199.197.115.61:210/Main not connected: ZOOM error 10005 "Init rejected" from diag-set 'ZOOM'
-01:44:09-24/09 [irspy] tcp:199.197.115.61:210/Main has no more tests: removing
-01:44:09-24/09 [irspy] tcp:199.197.115.61:210/Main rewriting XML record
-01:44:14-24/09 [irspy] tcp:199.197.115.61:210/Main rewrote XML record
-_irspy_identifier2target(tcp:gis.rdms.udel.edu:6668/delaware): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:44:14-24/09 [irspy] gis.rdms.udel.edu:6668/delaware query 'rec.id="tcp:gis.rdms.udel.edu:6668/delaware"' found 1 record
-01:44:14-24/09 [irspy] gis.rdms.udel.edu:6668/delaware entering active pool - 304 targets remain in queue
-01:44:15-24/09 [irspy] gis.rdms.udel.edu:6668/delaware not connected: ZOOM error 10000 "Connect failed" (addinfo: "gis.rdms.udel.edu:6668/delaware") from diag-set 'ZOOM'
-01:44:15-24/09 [irspy] gis.rdms.udel.edu:6668/delaware has no more tests: removing
-01:44:15-24/09 [irspy] gis.rdms.udel.edu:6668/delaware rewriting XML record
-01:44:16-24/09 [irspy] gis.rdms.udel.edu:6668/delaware rewrote XML record
-_irspy_identifier2target(tcp:ruslan.ru:210/seretr): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:44:16-24/09 [irspy] ruslan.ru:210/seretr query 'rec.id="tcp:ruslan.ru:210/seretr"' found 1 record
-01:44:16-24/09 [irspy] ruslan.ru:210/seretr entering active pool - 301 targets remain in queue
-01:44:19-24/09 [irspy] tcp:z3950.bibsys.no:2100/AHO has no more tests: removing
-01:44:19-24/09 [irspy] tcp:z3950.bibsys.no:2100/AHO rewriting XML record
-01:44:21-24/09 [irspy] tcp:z3950.bibsys.no:2100/AHO rewrote XML record
-_irspy_identifier2target(tcp:www.ribg.gouv.qc.ca:210/z3950s): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:44:21-24/09 [irspy] www.ribg.gouv.qc.ca:210/z3950s query 'rec.id="tcp:www.ribg.gouv.qc.ca:210/z3950s"' found 1 record
-01:44:21-24/09 [irspy] www.ribg.gouv.qc.ca:210/z3950s entering active pool - 298 targets remain in queue
-01:44:31-24/09 [irspy] tcp:sigma.nkp.cz:9909/ANL has no more tests: removing
-01:44:31-24/09 [irspy] tcp:sigma.nkp.cz:9909/ANL rewriting XML record
-01:44:33-24/09 [irspy] tcp:sigma.nkp.cz:9909/ANL rewrote XML record
-_irspy_identifier2target(tcp:leia.bth.rwth-aachen.de:2020/gkneu): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:44:33-24/09 [irspy] leia.bth.rwth-aachen.de:2020/gkneu query 'rec.id="tcp:leia.bth.rwth-aachen.de:2020/gkneu"' found 1 record
-01:44:34-24/09 [irspy] leia.bth.rwth-aachen.de:2020/gkneu entering active pool - 295 targets remain in queue
-01:44:34-24/09 [irspy] leia.bth.rwth-aachen.de:2020/gkneu not connected: ZOOM error 10000 "Connect failed" (addinfo: "leia.bth.rwth-aachen.de:2020/gkneu") from diag-set 'ZOOM'
-01:44:34-24/09 [irspy] leia.bth.rwth-aachen.de:2020/gkneu has no more tests: removing
-01:44:34-24/09 [irspy] leia.bth.rwth-aachen.de:2020/gkneu rewriting XML record
-01:44:35-24/09 [irspy] leia.bth.rwth-aachen.de:2020/gkneu rewrote XML record
-_irspy_identifier2target(tcp:ruslan.ru:210/pgu): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:44:35-24/09 [irspy] ruslan.ru:210/pgu query 'rec.id="tcp:ruslan.ru:210/pgu"' found 1 record
-01:44:36-24/09 [irspy] ruslan.ru:210/pgu entering active pool - 291 targets remain in queue
-01:44:43-24/09 [irspy] tcp:gil.georgiasouthern.edu:10090/Voyager has no more tests: removing
-01:44:43-24/09 [irspy] tcp:gil.georgiasouthern.edu:10090/Voyager rewriting XML record
-01:44:45-24/09 [irspy] tcp:gil.georgiasouthern.edu:10090/Voyager rewrote XML record
-_irspy_identifier2target(tcp:ruslan.ru:210/serial): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:44:45-24/09 [irspy] ruslan.ru:210/serial query 'rec.id="tcp:ruslan.ru:210/serial"' found 1 record
-01:44:45-24/09 [irspy] ruslan.ru:210/serial entering active pool - 289 targets remain in queue
-01:45:00-24/09 [irspy] tcp:griffin.wsu.edu:210/INNOPAC has no more tests: removing
-01:45:00-24/09 [irspy] tcp:griffin.wsu.edu:210/INNOPAC rewriting XML record
-01:45:05-24/09 [irspy] tcp:griffin.wsu.edu:210/INNOPAC rewrote XML record
-_irspy_identifier2target(tcp:ext.kb.dk:210/JUR01): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:45:05-24/09 [irspy] ext.kb.dk:210/JUR01 query 'rec.id="tcp:ext.kb.dk:210/JUR01"' found 1 record
-01:45:06-24/09 [irspy] ext.kb.dk:210/JUR01 entering active pool - 270 targets remain in queue
-01:45:09-24/09 [irspy] tcp:z-farder-vgs.bibits.no:210/xxdefault has no more tests: removing
-01:45:09-24/09 [irspy] tcp:z-farder-vgs.bibits.no:210/xxdefault rewriting XML record
-01:45:12-24/09 [irspy] tcp:z-farder-vgs.bibits.no:210/xxdefault rewrote XML record
-_irspy_identifier2target(tcp:z3950.kb.dk:210/HFM01): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:45:12-24/09 [irspy] z3950.kb.dk:210/HFM01 query 'rec.id="tcp:z3950.kb.dk:210/HFM01"' found 1 record
-01:45:12-24/09 [irspy] z3950.kb.dk:210/HFM01 entering active pool - 264 targets remain in queue
-01:45:15-24/09 [irspy] tcp:z3950.notodden.folkebibl.no:210/data not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:z3950.notodden.folkebibl.no:210/data") from diag-set 'ZOOM'
-01:45:15-24/09 [irspy] tcp:z3950.notodden.folkebibl.no:210/data has no more tests: removing
-01:45:15-24/09 [irspy] tcp:z3950.notodden.folkebibl.no:210/data rewriting XML record
-01:45:17-24/09 [irspy] tcp:z3950.notodden.folkebibl.no:210/data rewrote XML record
-_irspy_identifier2target(tcp:z3950.kb.dk:210/HRO01): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:45:17-24/09 [irspy] z3950.kb.dk:210/HRO01 query 'rec.id="tcp:z3950.kb.dk:210/HRO01"' found 1 record
-01:45:17-24/09 [irspy] z3950.kb.dk:210/HRO01 entering active pool - 258 targets remain in queue
-01:45:17-24/09 [irspy] tcp:z-holmestrand-fb.bibits.no:2100/xxdefault has no more tests: removing
-01:45:17-24/09 [irspy] tcp:z-holmestrand-fb.bibits.no:2100/xxdefault rewriting XML record
-01:45:20-24/09 [irspy] tcp:z-holmestrand-fb.bibits.no:2100/xxdefault rewrote XML record
-_irspy_identifier2target(tcp:z3950.kb.dk:210/HEN01): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:45:20-24/09 [irspy] z3950.kb.dk:210/HEN01 query 'rec.id="tcp:z3950.kb.dk:210/HEN01"' found 1 record
-01:45:21-24/09 [irspy] z3950.kb.dk:210/HEN01 entering active pool - 256 targets remain in queue
-01:45:34-24/09 [irspy] tcp:giluc.usg.edu:7090/Voyager has no more tests: removing
-01:45:34-24/09 [irspy] tcp:giluc.usg.edu:7090/Voyager rewriting XML record
-01:45:40-24/09 [irspy] tcp:giluc.usg.edu:7090/Voyager rewrote XML record
-_irspy_identifier2target(tcp:194.182.134.04:21/S): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:45:40-24/09 [irspy] 194.182.134.04:21/S query 'rec.id="tcp:194.182.134.04:21/S"' found 1 record
-01:45:40-24/09 [irspy] 194.182.134.04:21/S entering active pool - 248 targets remain in queue
-01:45:45-24/09 [irspy] tcp:cline.lib.nau.edu:210/INNOPAC has no more tests: removing
-01:45:45-24/09 [irspy] tcp:cline.lib.nau.edu:210/INNOPAC rewriting XML record
-01:45:51-24/09 [irspy] tcp:cline.lib.nau.edu:210/INNOPAC rewrote XML record
-_irspy_identifier2target(tcp:www.jurkat.jur.ku.dk:210/Tidsskrifter): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:45:52-24/09 [irspy] www.jurkat.jur.ku.dk:210/Tidsskrifter query 'rec.id="tcp:www.jurkat.jur.ku.dk:210/Tidsskrifter"' found 1 record
-01:45:52-24/09 [irspy] www.jurkat.jur.ku.dk:210/Tidsskrifter entering active pool - 231 targets remain in queue
-01:45:52-24/09 [irspy] www.jurkat.jur.ku.dk:210/Tidsskrifter not connected: ZOOM error 10000 "Connect failed" (addinfo: "www.jurkat.jur.ku.dk:210/Tidsskrifter") from diag-set 'ZOOM'
-01:45:52-24/09 [irspy] www.jurkat.jur.ku.dk:210/Tidsskrifter has no more tests: removing
-01:45:52-24/09 [irspy] www.jurkat.jur.ku.dk:210/Tidsskrifter rewriting XML record
-01:45:56-24/09 [irspy] www.jurkat.jur.ku.dk:210/Tidsskrifter rewrote XML record
-_irspy_identifier2target(tcp:www.jurkat.jur.ku.dk:212/bogbase): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:45:56-24/09 [irspy] www.jurkat.jur.ku.dk:212/bogbase query 'rec.id="tcp:www.jurkat.jur.ku.dk:212/bogbase"' found 2 records
-01:45:57-24/09 [irspy] www.jurkat.jur.ku.dk:212/bogbase entering active pool - 230 targets remain in queue
-01:45:57-24/09 [irspy] www.jurkat.jur.ku.dk:212/bogbase not connected: ZOOM error 10000 "Connect failed" (addinfo: "www.jurkat.jur.ku.dk:212/bogbase") from diag-set 'ZOOM'
-01:45:57-24/09 [irspy] www.jurkat.jur.ku.dk:212/bogbase has no more tests: removing
-01:45:57-24/09 [irspy] www.jurkat.jur.ku.dk:212/bogbase rewriting XML record
-01:46:02-24/09 [irspy] www.jurkat.jur.ku.dk:212/bogbase rewrote XML record
-01:46:02-24/09 [irspy] tcp:#file_links[C:\akk\full\1234.txt,1,S]:#file_links[C:\akk\full\1234.txt,1,S]/Peredelise query 'rec.id="Z39.50:#file_links[C:\\akk\\full\\1234.txt,1,S]:#file_links[C:\\akk\\full\\1234.txt,1,S]/Peredelise"' found 0 records
-01:46:02-24/09 [irspy] tcp:#file_links[C:\akk\full\1234.txt,1,S]:#file_links[C:\akk\full\1234.txt,1,S]/Peredelise entering active pool - 226 targets remain in queue
-01:46:02-24/09 [irspy] tcp:#file_links[C:\akk\full\1234.txt,1,S]:#file_links[C:\akk\full\1234.txt,1,S]/Peredelise not connected: ZOOM error 10000 "Connect failed" (addinfo: "tcp:#file_links[C:\akk\full\1234.txt,1,S]:#file_links[C:\akk\full\1234.txt,1,S]/Peredelise") from diag-set 'ZOOM'
-01:46:02-24/09 [irspy] tcp:#file_links[C:\akk\full\1234.txt,1,S]:#file_links[C:\akk\full\1234.txt,1,S]/Peredelise has no more tests: removing
-01:46:02-24/09 [irspy] tcp:#file_links[C:\akk\full\1234.txt,1,S]:#file_links[C:\akk\full\1234.txt,1,S]/Peredelise rewriting XML record
-01:46:05-24/09 [irspy] tcp:#file_links[C:\akk\full\1234.txt,1,S]:#file_links[C:\akk\full\1234.txt,1,S]/Peredelise rewrote XML record
-_irspy_identifier2target(z3950.bibsys.no:2100:210/HIST/TØH): unrecognised protocol 'z3950.bibsys.no' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:46:05-24/09 [irspy] 2100:210/HIST/TØH query 'rec.id="z3950.bibsys.no:2100:210/HIST/TØH"' found 0 records
-01:46:05-24/09 [irspy] 2100:210/HIST/TØH entering active pool - 214 targets remain in queue
-01:46:05-24/09 [irspy] 2100:210/HIST/TØH not connected: ZOOM error 10000 "Connect failed" (addinfo: "2100:210/HIST/TØH") from diag-set 'ZOOM'
-01:46:05-24/09 [irspy] 2100:210/HIST/TØH has no more tests: removing
-01:46:05-24/09 [irspy] 2100:210/HIST/TØH rewriting XML record
-01:46:07-24/09 [irspy] 2100:210/HIST/TØH rewrote XML record
-_irspy_identifier2target(z3950.bibsys.no:2100:210/UBTØ): unrecognised protocol 'z3950.bibsys.no' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:46:07-24/09 [irspy] 2100:210/UBTØ query 'rec.id="z3950.bibsys.no:2100:210/UBTØ"' found 0 records
-01:46:07-24/09 [irspy] 2100:210/UBTØ entering active pool - 201 targets remain in queue
-01:46:07-24/09 [irspy] 2100:210/UBTØ not connected: ZOOM error 10000 "Connect failed" (addinfo: "2100:210/UBTØ") from diag-set 'ZOOM'
-01:46:07-24/09 [irspy] 2100:210/UBTØ has no more tests: removing
-01:46:07-24/09 [irspy] 2100:210/UBTØ rewriting XML record
-01:46:08-24/09 [irspy] 2100:210/UBTØ rewrote XML record
-_irspy_identifier2target(tcp:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag): unrecognised protocol 'tcp' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:46:08-24/09 [irspy] #file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag query 'rec.id="tcp:#file_links[C:\\Documents and Settings\\gen\\My Documents\\full\\1234.txt,1,S]:#file_links[C:\\Documents and Settings\\gen\\My Documents\\full\\1234.txt,1,S]/faissifiskDag"' found 0 records
-01:46:08-24/09 [irspy] #file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag entering active pool - 200 targets remain in queue
-01:46:08-24/09 [irspy] #file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag not connected: ZOOM error 10000 "Connect failed" (addinfo: "#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag") from diag-set 'ZOOM'
-01:46:08-24/09 [irspy] #file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag has no more tests: removing
-01:46:08-24/09 [irspy] #file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag rewriting XML record
-01:46:10-24/09 [irspy] #file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag rewrote XML record
-_irspy_identifier2target(2100:210:210/HIØ): unrecognised protocol '2100' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:46:10-24/09 [irspy] 210:210/HIØ query 'rec.id="2100:210:210/HIØ"' found 0 records
-01:46:10-24/09 [irspy] 210:210/HIØ entering active pool - 195 targets remain in queue
-01:46:10-24/09 [irspy] 210:210/HIØ not connected: ZOOM error 10000 "Connect failed" (addinfo: "210:210/HIØ") from diag-set 'ZOOM'
-01:46:10-24/09 [irspy] 210:210/HIØ has no more tests: removing
-01:46:10-24/09 [irspy] 210:210/HIØ rewriting XML record
-01:46:11-24/09 [irspy] 210:210/HIØ rewrote XML record
-_irspy_identifier2target(2101:210:210/Bjarkøy folkebibliotek): unrecognised protocol '2101' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:46:11-24/09 [irspy] 210:210/Bjarkøy folkebibliotek query 'rec.id="2101:210:210/Bjarkøy folkebibliotek"' found 0 records
-01:46:11-24/09 [irspy] 210:210/Bjarkøy folkebibliotek entering active pool - 189 targets remain in queue
-01:46:11-24/09 [irspy] 210:210/Bjarkøy folkebibliotek not connected: ZOOM error 10000 "Connect failed" (addinfo: "210:210/Bjarkøy folkebibliotek") from diag-set 'ZOOM'
-01:46:11-24/09 [irspy] 210:210/Bjarkøy folkebibliotek has no more tests: removing
-01:46:11-24/09 [irspy] 210:210/Bjarkøy folkebibliotek rewriting XML record
-01:46:14-24/09 [irspy] 210:210/Bjarkøy folkebibliotek rewrote XML record
-_irspy_identifier2target(2100:210:210/HITØ): unrecognised protocol '2100' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:46:14-24/09 [irspy] 210:210/HITØ query 'rec.id="2100:210:210/HITØ"' found 0 records
-01:46:14-24/09 [irspy] 210:210/HITØ entering active pool - 185 targets remain in queue
-01:46:14-24/09 [irspy] 210:210/HITØ not connected: ZOOM error 10000 "Connect failed" (addinfo: "210:210/HITØ") from diag-set 'ZOOM'
-01:46:14-24/09 [irspy] 210:210/HITØ has no more tests: removing
-01:46:14-24/09 [irspy] 210:210/HITØ rewriting XML record
-01:46:16-24/09 [irspy] 210:210/HITØ rewrote XML record
-_irspy_identifier2target(210:210:210/OPNØR): unrecognised protocol '210' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:46:16-24/09 [irspy] 210:210/OPNØR query 'rec.id="210:210:210/OPNØR"' found 0 records
-01:46:16-24/09 [irspy] 210:210/OPNØR entering active pool - 181 targets remain in queue
-01:46:16-24/09 [irspy] 210:210/OPNØR not connected: ZOOM error 10000 "Connect failed" (addinfo: "210:210/OPNØR") from diag-set 'ZOOM'
-01:46:16-24/09 [irspy] 210:210/OPNØR has no more tests: removing
-01:46:16-24/09 [irspy] 210:210/OPNØR rewriting XML record
-01:46:17-24/09 [irspy] 210:210/OPNØR rewrote XML record
-_irspy_identifier2target(#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag): unrecognised protocol '#file_links[C' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:46:17-24/09 [irspy] \Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag query 'rec.id="#file_links[C:\\Documents and Settings\\gen\\My Documents\\full\\1234.txt,1,S]:#file_links[C:\\Documents and Settings\\gen\\My Documents\\full\\1234.txt,1,S]/faissifiskDag"' found 0 records
-01:46:17-24/09 [irspy] \Documents and Settings\gen\My Documents\full\1234.txt,1,S]:#file_links[C:\Documents and Settings\gen\My Documents\full\1234.txt,1,S]/faissifiskDag entering active pool - 173 targets remain in queue
-01:46:17-24/09 [irspy] S]:#file_links[C:\Documents and Set\99 not connected: ZOOM error 10000 "Connect failed" (addinfo: "S]:#file_links[C:\Documents and Set\99") from diag-set 'ZOOM'
-died while trying to appendWellBalancedChunk(), probably due to bad XML:
-<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" errcode="10000" addinfo="S]:#file_links[C:\Documents and Set\99" xmlns:irspy="http://indexdata.com/irspy/1.0">2008-09-24T01:46:17</irspy:probe>
-Entity: line 1: parser error : Input is not proper UTF-8, indicate encoding !
-Bytes: 0x99 0x22 0x20 0x78
-led" diagset="ZOOM" errcode="10000" addinfo="S]:#file_links[C:\Documents and Set
-                                                                               ^
- at irspy.pl line 33
-       main::__ANON__('Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at /usr/lib/perl5/XML/LibXML.pm line 592
-       eval {...} called at /usr/lib/perl5/XML/LibXML.pm line 592
-       XML::LibXML::parse_xml_chunk('XML::LibXML=HASH(0x1fa10cb0)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at /usr/lib/perl5/XML/LibXML.pm line 1209
-       XML::LibXML::Element::appendWellBalancedChunk('XML::LibXML::Element=SCALAR(0x1fa10cec)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 151
-       eval {...} called at ../lib/ZOOM/IRSpy/Record.pm line 150
-       ZOOM::IRSpy::Record::_half_decent_appendWellBalancedChunk('ZOOM::IRSpy::Record=HASH(0x1f998ef0)', 'XML::LibXML::Element=SCALAR(0x1fa10cec)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 96
-       ZOOM::IRSpy::Record::append_entry('ZOOM::IRSpy::Record=HASH(0x1f998ef0)', 'irspy:status', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 115
-       ZOOM::IRSpy::Record::store_result('ZOOM::IRSpy::Record=HASH(0x1f998ef0)', 'probe', 'ok', 0, 'errcode', 10000, 'errmsg', 'Connect failed', 'addinfo', ...) called at ../lib/ZOOM/IRSpy/Test/Ping.pm line 93
-       ZOOM::IRSpy::Test::Ping::not_connected('ZOOM::IRSpy::Connection=HASH(0x8980914)', 'ZOOM::IRSpy::Task::Connect=HASH(0x1f99841c)', 'undef', '') called at ../lib/ZOOM/IRSpy.pm line 511
-       ZOOM::IRSpy::check('ZOOM::IRSpy=HASH(0x84fbb34)') called at irspy.pl line 74 at /usr/lib/perl5/XML/LibXML.pm line 1209
- at irspy.pl line 33
-       main::__ANON__('Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at /usr/share/perl/5.8/Carp.pm line 102
-       Carp::croak('Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at /usr/lib/perl5/XML/LibXML.pm line 601
-       XML::LibXML::parse_xml_chunk('XML::LibXML=HASH(0x1fa10cb0)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at /usr/lib/perl5/XML/LibXML.pm line 1209
-       XML::LibXML::Element::appendWellBalancedChunk('XML::LibXML::Element=SCALAR(0x1fa10cec)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 151
-       eval {...} called at ../lib/ZOOM/IRSpy/Record.pm line 150
-       ZOOM::IRSpy::Record::_half_decent_appendWellBalancedChunk('ZOOM::IRSpy::Record=HASH(0x1f998ef0)', 'XML::LibXML::Element=SCALAR(0x1fa10cec)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 96
-       ZOOM::IRSpy::Record::append_entry('ZOOM::IRSpy::Record=HASH(0x1f998ef0)', 'irspy:status', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 115
-       ZOOM::IRSpy::Record::store_result('ZOOM::IRSpy::Record=HASH(0x1f998ef0)', 'probe', 'ok', 0, 'errcode', 10000, 'errmsg', 'Connect failed', 'addinfo', ...) called at ../lib/ZOOM/IRSpy/Test/Ping.pm line 93
-       ZOOM::IRSpy::Test::Ping::not_connected('ZOOM::IRSpy::Connection=HASH(0x8980914)', 'ZOOM::IRSpy::Task::Connect=HASH(0x1f99841c)', 'undef', 'Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at ../lib/ZOOM/IRSpy.pm line 511
-       ZOOM::IRSpy::check('ZOOM::IRSpy=HASH(0x84fbb34)') called at irspy.pl line 74
- at irspy.pl line 33
-       main::__ANON__('Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at ../lib/ZOOM/IRSpy/Record.pm line 154
-       ZOOM::IRSpy::Record::_half_decent_appendWellBalancedChunk('ZOOM::IRSpy::Record=HASH(0x1f998ef0)', 'XML::LibXML::Element=SCALAR(0x1fa10cec)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 96
-       ZOOM::IRSpy::Record::append_entry('ZOOM::IRSpy::Record=HASH(0x1f998ef0)', 'irspy:status', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 115
-       ZOOM::IRSpy::Record::store_result('ZOOM::IRSpy::Record=HASH(0x1f998ef0)', 'probe', 'ok', 0, 'errcode', 10000, 'errmsg', 'Connect failed', 'addinfo', ...) called at ../lib/ZOOM/IRSpy/Test/Ping.pm line 93
-       ZOOM::IRSpy::Test::Ping::not_connected('ZOOM::IRSpy::Connection=HASH(0x8980914)', 'ZOOM::IRSpy::Task::Connect=HASH(0x1f99841c)', 'undef', 'Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at ../lib/ZOOM/IRSpy.pm line 511
-       ZOOM::IRSpy::check('ZOOM::IRSpy=HASH(0x84fbb34)') called at irspy.pl line 74
-External
-
diff --git a/archive/interface b/archive/interface
deleted file mode 100644 (file)
index 0ffee33..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-From mike  Mon May 22 16:44:51 2006
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["7234" "Monday" "22" "May" "2006" "17:43:35" "+0200" "Per M. Hansen" "perhans@indexdata.dk" nil "158" "Re: Service description robot project status" "^X-Spam-Status:" nil nil "5" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <perhans@indexdata.dk>
-X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on bagel.indexdata.dk
-X-Spam-Level: 
-Envelope-to: mike@miketaylor.org.uk
-Delivery-date: Mon, 22 May 2006 17:43:46 +0200
-Received: from localhost.localdomain [127.0.0.1]
-       by localhost with POP3 (fetchmail-6.2.5)
-       for mike@localhost (single-drop); Mon, 22 May 2006 16:44:51 +0100 (BST)
-Received: from user.indexdata.dk ([213.150.43.10] helo=[127.0.0.1])
-       by bagel.indexdata.dk with esmtp (Exim 3.35 #1 (Debian))
-       id 1FiCZL-00043Z-00; Mon, 22 May 2006 17:43:45 +0200
-Message-ID: <4471DC27.6000703@indexdata.dk>
-User-Agent: Thunderbird 1.5.0.2 (Windows/20060308)
-MIME-Version: 1.0
-References: <445B42DD.3040901@indexdata.dk>    <17499.23342.465911.666143@localhost.localdomain>       <445EF042.7070806@indexdata.dk> <17503.1546.23498.852784@localhost.localdomain>
-In-Reply-To: <17503.1546.23498.852784@localhost.localdomain>
-X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE 
-       autolearn=ham version=3.1.1
-From: "Per M. Hansen" <perhans@indexdata.dk>
-To: Mike Taylor <mike@miketaylor.org.uk>
-CC: Sebastian Hammer <quinn@indexdata.com>, 
- Adam Dickmeiss <adam@indexdata.dk>
-Subject: Re: Service description robot project status
-Date: Mon, 22 May 2006 17:43:35 +0200
-X-StripMime: Non-text section removed by stripmime
-Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-
-
-
-Mike Taylor wrote:
->>> What there is of it is in the "irspy" CVS module.  I made the
->>> asynchronous-operations enhancements to ZOOM-Perl for it, created a
->>> Perl project framework and worked on the ZeeRex database setup
->>> (Zebra configuration) that underlies it.  At that stage, I got
->>> diverted into Metaproxy documentation, Alvis work and various
->>> marketing bits.  I expect to spend the rest of today following up
->>> the NPG and M25 leads and finishing up the description of how
->>> multi-database searching works in Metaproxy.  Then next week is all
->>> for IRspy.
->>>       
->>   
->> Ok, sounds good. I am looking forward to see the admin interface and
->> be able to take it for a test spin.
->>     
->
-> Actually, what would be _really_ helpful would be if you could dummy
-> up some HTMl showing how you'd like the admin interface to work.  Then
-> I can work to that rather than flying blind and hoping you like the
-> result.
->   
-I can make some HTML if you like but I don't think that I can make 
-something that you can't make even better. Any way let me start by 
-trying to describe the functionality I envisions, if this thing is gong 
-to take over ZSpy's role today.
-
-We need a fairly simple interface for non authenticated users to add new 
-servers to the repository, something like the current Z-Spy interface: 
-http://targettest.indexdata.com/newtarget.php, but nicer :-). In 
-addition to the fields on the current page, I would like the ability to 
-say what kind of organization is hosting the database eg. public 
-library, academic library, corporate library and other. If we really 
-want to make it fancy we should also add the ability to say what 
-subjects are strongly represented in this databases, like medicine, 
-engineering, theology, etc. but I am just afraid that there will be so 
-few servers where this info is available for that it will be a waist of 
-time to add this.
-
-When you have filled out the fields, where only the name, host name, 
-port and database name are mandatory fields, a series of checks should 
-happen before the server is added: First we should check if the server 
-is already registered under that host name/IP (make a DNS lookup) port 
-and database. If it is not, the second check should be a simple init and 
-connect test. If this test fails I think that we should tell the user 
-but it should still be possible to add the server.
-
-The administrator interface should give the ability to browse through 
-the servers in the repository, a simple list with all servers beginning 
-with a, b, c, ..., like the current Target directory interface, is fine 
-by me. Under each server you should be able to view all the data that 
-was entered and collected by the robot. You should also have the ability 
-to edit and delete the servers.
-
-I am not sure how many people ever view the current target statistics 
-http://targettest.indexdata.com/stat.php but personally I find it 
-extremely interesting, and I would love if we can reimplement that, but 
-maybe it doesn't have to be in the first version.
-
-How is that for a first shot at a requirements spec?
-
-
--- 
-Per 
-
-
-
---- StripMime Report -- processed MIME parts ---
-multipart/alternative
-  text/plain (text body -- kept)
-  text/html
----
-
-
diff --git a/archive/libxml-perl-refcard b/archive/libxml-perl-refcard
deleted file mode 100644 (file)
index b19de2b..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-From mike  Thu May  3 12:33:12 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["86" "Thursday" "3" "May" "2007" "12:02:13" "+0200" "Adam Dickmeiss" "adam@indexdata.dk" nil "3" "libxml perl refcard" "^From:" nil nil "5" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <adam@indexdata.dk>
-Envelope-to: mike@indexdata.com
-Delivery-date: Thu, 03 May 2007 12:02:13 +0200
-Received: from bagel [213.150.43.11]
-       by localhost.localdomain with POP3 (fetchmail-6.3.2)
-       for <mike@localhost> (single-drop); Thu, 03 May 2007 12:33:12 +0100 (BST)
-Received: from user.indexdata.dk ([213.150.43.10] helo=[10.0.1.68])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1HjY8b-0000lo-N3
-       for mike@indexdata.com; Thu, 03 May 2007 12:02:13 +0200
-Message-ID: <4639B325.5000100@indexdata.dk>
-User-Agent: Icedove 1.5.0.10 (X11/20070329)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-Content-Transfer-Encoding: 7bit
-X-SA-Do-Not-Run: Yes
-X-SA-Exim-Connect-IP: 213.150.43.10
-X-SA-Exim-Rcpt-To: mike@indexdata.com
-X-SA-Exim-Mail-From: adam@indexdata.dk
-X-SA-Exim-Scanned: No (on bagel.indexdata.dk); SAEximRunCond expanded to false
-X-UIDL: f4G!!HM#"!""j"!e(6"!
-From: Adam Dickmeiss <adam@indexdata.dk>
-To: Mike Taylor <mike@indexdata.com>
-Subject: libxml perl refcard
-Date: Thu, 03 May 2007 12:02:13 +0200
-
-http://refcards.com/docs/forda/perl-xml-libxml/perl-xml-libxml-refcard-a4.pdf
-
-/ Adam
-
diff --git a/archive/mbox b/archive/mbox
deleted file mode 100644 (file)
index 5fc9e02..0000000
+++ /dev/null
@@ -1,1438 +0,0 @@
-From mike@miketaylor.org.uk  Wed Jun 21 17:36:28 2006
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["1648" "Wednesday" "21" "June" "2006" "17:36:28" "+0100" "Mike Taylor" "mike@miketaylor.org.uk" nil "32" "IRSpy Progress" "^From:" nil nil "6" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-Path: <mike@miketaylor.org.uk>
-X-Original-To: mike
-Delivered-To: mike@miketaylor.org.uk
-Received: by localhost.localdomain (Postfix, from userid 1000)
-       id 74B39ABBDE; Wed, 21 Jun 2006 17:36:28 +0100 (BST)
-Message-Id: <20060621163628.74B39ABBDE@localhost.localdomain>
-From: mike@miketaylor.org.uk (Mike Taylor)
-To: perhans@indexdata.dk,quinn@indexdata.dk
-Subject: IRSpy Progress
-Date: Wed, 21 Jun 2006 17:36:28 +0100 (BST)
-
-Hi Per, Seb.
-
-I'm pleased to announce some good progress now on IRSpy, although
-tomorrow's one-day conference and next week's three-dayer come at an
-irritating time just the framework is pretty much in place.  If you
-want to play with it, feel free (cvs co irspy) or you could leave it a
-week or two until I have it purring properly.
-
-The framework is there now to run sets of tests, each of which is
-coded as a plugin Perl module with a straightforward API.  So far,
-though I've only made two -- "Ping" which just checks the connection,
-and "Search::Title" which checks whether a simple @attr 1=4 title
-works.  (Actually, three tests: there's also "Main", which does
-nothing but invoke the other two.)  Each test plugin class is defined
-as a subclass of a base "Test" class.
-
-Aside from adding many more tests, the main thing that needs to be
-done is giving the test a way to permanently register their results,
-which they'll do by updating an IRSpy::Record structure which is
-initially built from the stored ZeeRex record and is, when the test
-are complete, serialised back to ZeeRex and written back to the
-controlling database.  That part is not yet done, depending as it does
-on defining the necessary ZeeRex extensions.  With a trailing wind,
-I'll get it done on Friday.
-
-I'm sorry it's taken so long to get to this point.  Hopefully from
-here on everything will speed up dramatically.
-
- _/|_   ___________________________________________________________________
-/o ) \/  Mike Taylor  <mike@miketaylor.org.uk>  http://www.miketaylor.org.uk
-)_v__/\  "Keep an open mind, but not so open that your brain falls out"
-        -- attributed to Carl Sagan.
-
-From mike  Wed Apr 18 09:17:34 2007
-X-VM-v5-Data: ([nil nil nil nil t nil t nil nil]
-       ["2909" "Wednesday" "18" "April" "2007" "10:19:29" "+0300" "Juha Hakala" "juha.hakala@helsinki.fi" "<4625C681.10007@helsinki.fi>" "68" "IRSpy testing in Helsinki" "^X-Spam-Status:" nil nil "4" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <juha.hakala@helsinki.fi>
-Envelope-to: mike@indexdata.com
-Delivery-date: Wed, 18 Apr 2007 10:09:57 +0200
-Received: from bagel.indexdata.dk [213.150.43.11]
-       by localhost.localdomain with POP3 (fetchmail-6.3.2)
-       for <mike@localhost> (single-drop); Wed, 18 Apr 2007 09:17:34 +0100 (BST)
-Received: from sender-02.it.helsinki.fi ([128.214.205.137])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1He5Ef-00062G-4z; Wed, 18 Apr 2007 10:09:57 +0200
-Received: from orm6.lib.helsinki.fi (orm6.lib.helsinki.fi [128.214.91.244])
-       by sender-02.it.helsinki.fi (8.13.8/8.13.8) with ESMTP id l3I7J0Kh002108
-       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
-       Wed, 18 Apr 2007 10:19:00 +0300
-Received: from [128.214.91.248] (oktas-2.lib.helsinki.fi [128.214.91.248])
-       (authenticated bits=0)
-       by orm6.lib.helsinki.fi (8.12.11.20060308/8.12.11) with ESMTP id l3I7IxNC000394
-       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
-       Wed, 18 Apr 2007 10:18:59 +0300
-Message-ID: <4625C681.10007@helsinki.fi>
-User-Agent: Thunderbird 1.5.0.10 (Windows/20070221)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-Content-Transfer-Encoding: 7bit
-X-SA-Exim-Connect-IP: 128.214.205.137
-X-SA-Exim-Rcpt-To: mike@indexdata.com, quinn@indexdata.com
-X-SA-Exim-Mail-From: juha.hakala@helsinki.fi
-X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on bagel.indexdata.dk
-X-Spam-Level: 
-X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
-X-SA-Exim-Scanned: Yes (on bagel.indexdata.dk)
-X-UIDL: =U8"!:1(!!Y23"!U6i!!
-X-Spam-Status: No, score=-2.3 required=4.0 tests=AWL,BAYES_00 autolearn=ham 
-       version=3.0.3
-From: Juha Hakala <juha.hakala@helsinki.fi>
-To: Mike Taylor <mike@indexdata.com>
-CC: Ere Maijala <ere.maijala@helsinki.fi>,
-        Katri Kananen <katri.kananen@helsinki.fi>,
-        Kristiina Hormia <kristiina.hormia@helsinki.fi>,
-        Ari Rouvari <ari.rouvari@helsinki.fi>,
-        "Adam Horvath (adam@oszk.hu)" <adam@oszk.hu>,
-        Esa Kurki <esa.kurki@helsinki.fi>,
-        Sebastian Hammer <quinn@indexdata.com>
-Subject: IRSpy testing in Helsinki
-Date: Wed, 18 Apr 2007 10:19:29 +0300
-
-Hello Mike,
-
-After some internal discussions we have decided to proceed with the 
-IRSpy testing in the following manner:
-
-1. Initial testing, to be carried out by Ms. Katri Kananen, will 
-concentrate on end user point of view. Katri is very experienced copy 
-cataloger who is familiar with both Z39.50 and BookWhere. Comparing the 
-target data in BookWhere (which has been manually produced) and in IRSpy 
-will provide some views on how reliable automatically generated data is. 
-Since IRSpy contains more targets than BookWhere (2600 to about 2000) 
-Katri will also be able to add new targets to BookWhere and see how they 
-"work".
-
-2. After Katri has finished her part of the work in late May / early 
-June we'll proceed to technical testing, to be carried out by Ere 
-Maijala whose background is in programming. Since Ere's schedule is 
-tight (his main responsibility is our MetaLib/SFX portal) I am not sure 
-how much time he'll be able to spend on testing, but we'll see what 
-happens. Implementation of the new MetaLib version keeps Ere and his 
-colleagues busy for the time being. But we wish to complete testing 
-before summer vacations; I hope this is OK for ID.
-
-It is our belief that IRSpy will help us in two areas, BookWhere-based 
-copy cataloguing and MetaLib portal maintenance. The testers represent 
-these two areas, and the outcome of the test will already provide some 
-insights of how useful the tool will be, for the national library and 
-for the (Finnish) library network in general.
-
-If Adam and his colleagues are able to test this version of the 
-application (like they have tested earlier releases), we would like to 
-receive a report of the results too, in order to avoid re-inventing the 
-same wheels.
-
-I have taken a short look at IRSpy. One feature I missed was geographic 
-location (country) of the server, which in many cases could be easily 
-derived from the host name. Browsing an alphabetical list for Finnish 
-servers was rather frustrating, and a copy cataloguer would prefer a 
-country-based representation of servers. Moreover, there are quite a lot 
-of servers with 0 % reliability, eventually some kind of weeding  
-process should be implemented for the servers which obviously are no 
-longer functional at all or have moved to some other place. Presentation 
-of the supported attributes is as compact as it gets; lay users might 
-prefer a more verbose option should one be available.
-
-But in spite of these critical comments, I am quite happy with what I've 
-seen. The number of target systems is already quite impressive and is 
-likely to grow when IRSpy goes live. The system works fast enough, and I 
-like the looks of it.
-
-Best regards,
-
-Juha
-
--- 
-
---
-
- Juha Hakala
- Director, Information Technology
-
- The National Library of Finland 
- P.O.Box 15 (Unioninkatu 36, room 503), FIN-00014 Helsinki University
- Email juha.hakala@helsinki.fi, tel +358 50 382 7678
-
-
-
-
-From mike@miketaylor.org.uk  Wed Apr 18 12:42:50 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["4695" "Wednesday" "18" "April" "2007" "12:42:50" "+0100" "Mike Taylor" "mike@indexdata.com" nil "110" "IRSpy testing in Helsinki" "^From:" nil nil "4" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-Path: <mike@miketaylor.org.uk>
-X-Original-To: mike
-Delivered-To: mike@miketaylor.org.uk
-Received: by localhost.localdomain (Postfix, from userid 1000)
-       id C1D79AC0F7; Wed, 18 Apr 2007 12:42:50 +0100 (BST)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=us-ascii
-Content-Transfer-Encoding: 7bit
-Message-ID: <17958.1082.518813.567339@localhost.localdomain>
-In-Reply-To: <4625C681.10007@helsinki.fi>
-References: <4625C681.10007@helsinki.fi>
-X-Mailer: VM 7.19 under Emacs 21.4.1
-From: Mike Taylor <mike@indexdata.com>
-To: Juha Hakala <juha.hakala@helsinki.fi>
-Cc: Ere Maijala <ere.maijala@helsinki.fi>,
-    Katri Kananen <katri.kananen@helsinki.fi>,
-    Kristiina Hormia <kristiina.hormia@helsinki.fi>,
-    Ari Rouvari <ari.rouvari@helsinki.fi>,
-    "Adam Horvath (adam@oszk.hu)" <adam@oszk.hu>,
-    Esa Kurki <esa.kurki@helsinki.fi>,
-    Sebastian Hammer <quinn@indexdata.com>, perhans@indexdata.dk
-Subject: IRSpy testing in Helsinki
-Date: Wed, 18 Apr 2007 12:42:50 +0100
-
-Juha Hakala writes:
- > Hello Mike,
- > 
- > After some internal discussions we have decided to proceed with the 
- > IRSpy testing in the following manner:
- > 
- > 1. Initial testing, to be carried out by Ms. Katri Kananen, will
- > concentrate on end user point of view. Katri is very experienced
- > copy cataloger who is familiar with both Z39.50 and
- > BookWhere. Comparing the target data in BookWhere (which has been
- > manually produced) and in IRSpy will provide some views on how
- > reliable automatically generated data is.  Since IRSpy contains
- > more targets than BookWhere (2600 to about 2000) Katri will also be
- > able to add new targets to BookWhere and see how they "work".
-
-OK, sounds good.
-
- > 2. After Katri has finished her part of the work in late May /
- > early June we'll proceed to technical testing, to be carried out by
- > Ere Maijala whose background is in programming.
-
-This seems an awfully long way into the future.
-
- > Since Ere's schedule is tight (his main responsibility is our
- > MetaLib/SFX portal) I am not sure how much time he'll be able to
- > spend on testing, but we'll see what happens. Implementation of the
- > new MetaLib version keeps Ere and his colleagues busy for the time
- > being. But we wish to complete testing before summer vacations; I
- > hope this is OK for ID.
-
-I'll leave Per or Seb to comment on that.
-
- > It is our belief that IRSpy will help us in two areas,
- > BookWhere-based copy cataloguing and MetaLib portal
- > maintenance. The testers represent these two areas, and the outcome
- > of the test will already provide some insights of how useful the
- > tool will be, for the national library and for the (Finnish)
- > library network in general.
- > 
- > If Adam and his colleagues are able to test this version of the
- > application (like they have tested earlier releases), we would like
- > to receive a report of the results too, in order to avoid
- > re-inventing the same wheels.
-
-Certainly.  May we once more invite you to register all bugs, change
-requests, etc. in the Bugzilla area?  That way everyone can see
-what everyone else has found and we can be sure that nothing gets forgotten.
-       http://bugzilla.indexdata.dk/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=IR-Spy&content=
-
- > I have taken a short look at IRSpy. One feature I missed was
- > geographic location (country) of the server, which in many cases
- > could be easily derived from the host name.
-
-The problem is that "in many cases" is not really good enough.  You'll
-have seen that there is indeed a Country field in the records, but we
-feel that it is better to edit these by hand than to have a computer
-make guesses.  However --
-
- > Browsing an alphabetical list for Finnish servers was rather
- > frustrating, and a copy cataloguer would prefer a country-based
- > representation of servers.
-
-Well, that's what searching is for!  :-)
-
-If you want to narrow by domain-name, try this.  Go to:
-       http://irspy.indexdata.com/find.html
-In the "Host" field, enter
-       *.fi
-Set the "Sort by" dropdown to
-       Title
-And press the Search button.
-
-At the moment, there seems to be only one matching entry (which makes
-the sorting criterion a bit irrelevant :-)  This was a surprise to me,
-but does seem to be correct.
-
- > Moreover, there are quite a lot of servers with 0 % reliability,
- > eventually some kind of weeding process should be implemented for
- > the servers which obviously are no longer functional at all or have
- > moved to some other place.
-
-Yes.  Someone will have to come up with heuristics -- I suppose
-something simple such as "no successful connections in six months"
-would be about right.
-
- > Presentation of the supported attributes is as compact as it gets;
- > lay users might prefer a more verbose option should one be
- > available.
-
-You mean this?
-
-       Bib-1 Use attributes    36 access points: 1-9, 12-13, 16-19,
-                               21, 25, 28, 33-44, 47, 1003, 1007,
-                               1016, 1035-1036
-
-You're thinking that users might prefer to see "33, 34, 35, 36, 37,
-38, 39, 40, 41, 42, 43, 44" rather than "33-44"?  I have to say that
-does not seem likely to me.
-
- > But in spite of these critical comments, I am quite happy with what
- > I've seen. The number of target systems is already quite impressive
- > and is likely to grow when IRSpy goes live. The system works fast
- > enough, and I like the looks of it.
-
-Thanks, that's good to hear!
-
- _/|_   ___________________________________________________________________
-/o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
-)_v__/\  "When a man is tired of Ankh Morpork, he is tired of ankle-deep
-        slurry" -- Terry Pratchett, "Mort"
-
-From mike  Wed Apr 18 14:25:27 2007
-X-VM-v5-Data: ([nil nil nil t t nil nil nil nil]
-       ["5865" "Wednesday" "18" "April" "2007" "16:25:09" "+0300" "Juha Hakala" "juha.hakala@helsinki.fi" "<46261C35.6040402@helsinki.fi>" "137" "Re: IRSpy testing in Helsinki" "^X-Spam-Status:" nil nil "4" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <juha.hakala@helsinki.fi>
-Envelope-to: mike@indexdata.com
-Delivery-date: Wed, 18 Apr 2007 15:24:50 +0200
-Received: from bagel.indexdata.dk [213.150.43.11]
-       by localhost.localdomain with POP3 (fetchmail-6.3.2)
-       for <mike@localhost> (single-drop); Wed, 18 Apr 2007 14:25:27 +0100 (BST)
-Received: from sender-02.it.helsinki.fi ([128.214.205.137])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1HeA9F-0002xX-WF; Wed, 18 Apr 2007 15:24:50 +0200
-Received: from orm6.lib.helsinki.fi (orm6.lib.helsinki.fi [128.214.91.244])
-       by sender-02.it.helsinki.fi (8.13.8/8.13.8) with ESMTP id l3IDOacL003964
-       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
-       Wed, 18 Apr 2007 16:24:36 +0300
-Received: from [128.214.91.248] (oktas-2.lib.helsinki.fi [128.214.91.248])
-       (authenticated bits=0)
-       by orm6.lib.helsinki.fi (8.12.11.20060308/8.12.11) with ESMTP id l3IDOZkA005626
-       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
-       Wed, 18 Apr 2007 16:24:36 +0300
-Message-ID: <46261C35.6040402@helsinki.fi>
-User-Agent: Thunderbird 1.5.0.10 (Windows/20070221)
-MIME-Version: 1.0
-References: <46261259.5020700@indexdata.dk>
-In-Reply-To: <46261259.5020700@indexdata.dk>
-Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-Content-Transfer-Encoding: quoted-printable
-X-MIME-Autoconverted: from 8bit to quoted-printable by sender-02.it.helsinki.fi id l3IDOacL003964
-X-SA-Exim-Connect-IP: 128.214.205.137
-X-SA-Exim-Rcpt-To: mike@indexdata.com, quinn@indexdata.com
-X-SA-Exim-Mail-From: juha.hakala@helsinki.fi
-X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on bagel.indexdata.dk
-X-Spam-Level: 
-X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
-X-SA-Exim-Scanned: Yes (on bagel.indexdata.dk)
-X-UIDL: a9Z!!L?D"!:?R"!V%7"!
-X-Spam-Status: No, score=-2.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham 
-       version=3.0.3
-From: Juha Hakala <juha.hakala@helsinki.fi>
-To: "Per M. Hansen" <perhans@indexdata.dk>
-CC: Mike Taylor <mike@indexdata.com>, Sebastian Hammer <quinn@indexdata.com>,
-        Kristiina Hormia <kristiina.hormia@helsinki.fi>,
-        Dorrit Gustafsson <Dorrit.Gustafsson@helsinki.fi>
-Subject: Re: IRSpy testing in Helsinki
-Date: Wed, 18 Apr 2007 16:25:09 +0300
-
-Dear Per,
-
-We did not want to spend much time on testing the application until it=20
-was declared to be ready by Index Data. Any testing done on earlier=20
-versions must be repeated with the final release, and the time spent on=20
-testing would increase accordingly.
-
-We assumed that testing would take place late 2006, and we had a=20
-seasoned programmer who would have been able to take care of the task.=20
-He left us in the end of December as planned, so at the moment we do not=20
-have a technical expert available for testing on short notice. Please=20
-keep in mind that we could not prepare ourselves properly for testing in=20
-2007 also because we did not know exactly when ID will be able to=20
-complete the IRSpy development. Once Mike's note about IRSpy being=20
-available for testing arrived, following discussions with other=20
-directors and experts within the library, I came up with the plan sent=20
-to Mike Taylor earlier today.
-
-Paying the entire invoice before the testing is completed is not what we=20
-normally do, even with good partners such as ID. Your proposal will be=20
-discussed in the library board, but I must admit that my gut feeling is=20
-that the answer will be negative. From our point of view it is not=20
-entirely our fault that we can not complete the testing fast. I do not=20
-remember if our contract says anything about how fast we are assumed to=20
-carry out the testing; if it does, then we have to reconsider the=20
-testing proposal I have drafted.
-
-I'm sorry for being a bit negative this time. But we have bought a lot=20
-of software from various vendors, and there are some principles we=20
-always stick to. What you propose would be against some of them.
-
-Best regards,
-
-Juha Hakala
-
-
-Per M. Hansen wrote:
-> Dear Juha,
->
-> Thank you for your mail.
->
-> This project has been in progress for quite some time now, and this is=20
-> unfortunately entirely our fault and we are very sorry about that. The=20
-> long development time has however also given you a very long time to=20
-> conduct you testing of the software. On this basis I don't understand=20
-> why it has to take so long time before you can perform the final=20
-> testing of the system. I would therefor like to be able to invoice you=20
-> now, with the clause that we of course will fix any problem in the=20
-> software that you may find, that is included in the requirements.=20
-> Would that work for you?
->
-> Regards,
->
-> Per M=F8rkegaard Hansen, COO
-> Index Data
->> Hello Mike,
->>
->> After some internal discussions we have decided to proceed with the=20
->> IRSpy testing in the following manner:
->>
->> 1. Initial testing, to be carried out by Ms. Katri Kananen, will=20
->> concentrate on end user point of view. Katri is very experienced copy=20
->> cataloger who is familiar with both Z39.50 and BookWhere. Comparing=20
->> the target data in BookWhere (which has been manually produced) and=20
->> in IRSpy will provide some views on how reliable automatically=20
->> generated data is. Since IRSpy contains more targets than BookWhere=20
->> (2600 to about 2000) Katri will also be able to add new targets to=20
->> BookWhere and see how they "work".
->>
->> 2. After Katri has finished her part of the work in late May / early=20
->> June we'll proceed to technical testing, to be carried out by Ere=20
->> Maijala whose background is in programming. Since Ere's schedule is=20
->> tight (his main responsibility is our MetaLib/SFX portal) I am not=20
->> sure how much time he'll be able to spend on testing, but we'll see=20
->> what happens. Implementation of the new MetaLib version keeps Ere and=20
->> his colleagues busy for the time being. But we wish to complete=20
->> testing before summer vacations; I hope this is OK for ID.
->>
->> It is our belief that IRSpy will help us in two areas,=20
->> BookWhere-based copy cataloguing and MetaLib portal maintenance. The=20
->> testers represent these two areas, and the outcome of the test will=20
->> already provide some insights of how useful the tool will be, for the=20
->> national library and for the (Finnish) library network in general.
->>
->> If Adam and his colleagues are able to test this version of the=20
->> application (like they have tested earlier releases), we would like=20
->> to receive a report of the results too, in order to avoid=20
->> re-inventing the same wheels.
->>
->> I have taken a short look at IRSpy. One feature I missed was=20
->> geographic location (country) of the server, which in many cases=20
->> could be easily derived from the host name. Browsing an alphabetical=20
->> list for Finnish servers was rather frustrating, and a copy=20
->> cataloguer would prefer a country-based representation of servers.=20
->> Moreover, there are quite a lot of servers with 0 % reliability,=20
->> eventually some kind of weeding  process should be implemented for=20
->> the servers which obviously are no longer functional at all or have=20
->> moved to some other place. Presentation of the supported attributes=20
->> is as compact as it gets; lay users might prefer a more verbose=20
->> option should one be available.
->>
->> But in spite of these critical comments, I am quite happy with what=20
->> I've seen. The number of target systems is already quite impressive=20
->> and is likely to grow when IRSpy goes live. The system works fast=20
->> enough, and I like the looks of it.
->>
->> Best regards,
->>
->> Juha
->>
->> --=20
->>
->> --=20
->>
->> Juha Hakala
->> Director, Information Technology
->>
->> The National Library of Finland P.O.Box 15 (Unioninkatu 36, room=20
->> 503), FIN-00014 Helsinki University
->> Email juha.hakala@helsinki.fi, tel +358 50 382 7678 =20
->
-
-
---=20
-
---
-
- Juha Hakala
- Director, Information Technology
-
- The National Library of Finland=20
- P.O.Box 15 (Unioninkatu 36, room 503), FIN-00014 Helsinki University
- Email juha.hakala@helsinki.fi, tel +358 50 382 7678
-=20
-
-
-
-
-From mike  Wed Apr 18 14:25:25 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["3501" "Wednesday" "18" "April" "2007" "15:21:01" "+0300" "Juha Hakala" "juha.hakala@helsinki.fi" nil "92" "Re: IRSpy testing in Helsinki" "^X-Spam-Status:" nil nil "4" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <juha.hakala@helsinki.fi>
-Envelope-to: mike@indexdata.com
-Delivery-date: Wed, 18 Apr 2007 15:12:04 +0200
-Received: from bagel.indexdata.dk [213.150.43.11]
-       by localhost.localdomain with POP3 (fetchmail-6.3.2)
-       for <mike@localhost> (single-drop); Wed, 18 Apr 2007 14:25:25 +0100 (BST)
-Received: from sender-01.it.helsinki.fi ([128.214.205.139])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1He9x3-0002La-Si; Wed, 18 Apr 2007 15:12:04 +0200
-Received: from orm6.lib.helsinki.fi (orm6.lib.helsinki.fi [128.214.91.244])
-       by sender-01.it.helsinki.fi (8.13.8/8.13.8) with ESMTP id l3ICKTrq022473
-       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
-       Wed, 18 Apr 2007 15:20:30 +0300
-Received: from [128.214.91.248] (oktas-2.lib.helsinki.fi [128.214.91.248])
-       (authenticated bits=0)
-       by orm6.lib.helsinki.fi (8.12.11.20060308/8.12.11) with ESMTP id l3ICKT8J031907
-       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
-       Wed, 18 Apr 2007 15:20:29 +0300
-Message-ID: <46260D2D.3010200@helsinki.fi>
-User-Agent: Thunderbird 1.5.0.10 (Windows/20070221)
-MIME-Version: 1.0
-References: <4625C681.10007@helsinki.fi> <17958.1082.518813.567339@localhost.localdomain>
-In-Reply-To: <17958.1082.518813.567339@localhost.localdomain>
-Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-Content-Transfer-Encoding: 7bit
-X-SA-Exim-Connect-IP: 128.214.205.139
-X-SA-Exim-Rcpt-To: mike@indexdata.com, quinn@indexdata.com
-X-SA-Exim-Mail-From: juha.hakala@helsinki.fi
-X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on bagel.indexdata.dk
-X-Spam-Level: 
-X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
-X-SA-Exim-Scanned: Yes (on bagel.indexdata.dk)
-X-UIDL: pfK!!M7c"!>f~"!"8#"!
-X-Spam-Status: No, score=-1.6 required=4.0 tests=AWL,BAYES_00,
-       RAZOR2_CF_RANGE_51_100,RAZOR2_CHECK autolearn=no version=3.0.3
-From: Juha Hakala <juha.hakala@helsinki.fi>
-To: Mike Taylor <mike@indexdata.com>
-CC: Ere Maijala <ere.maijala@helsinki.fi>,
-        Katri Kananen <katri.kananen@helsinki.fi>,
-        Kristiina Hormia <kristiina.hormia@helsinki.fi>,
-        Ari Rouvari <ari.rouvari@helsinki.fi>,
-        "Adam Horvath (adam@oszk.hu)" <adam@oszk.hu>,
-        Esa Kurki <esa.kurki@helsinki.fi>,
-        Sebastian Hammer <quinn@indexdata.com>, perhans@indexdata.dk
-Subject: Re: IRSpy testing in Helsinki
-Date: Wed, 18 Apr 2007 15:21:01 +0300
-
-Hello Mike,
-
-See comments below. There are not many of them.
-
-As regards the timing of the test over here: I am sorry that we can not 
-start the technical testing any faster. Late last year - when IRSpy was 
-supposed to be available for testing - we did have a qualified person, 
-but he is no longer with us.
-
-Mike Taylor wrote:
->
-> If you want to narrow by domain-name, try this.  Go to:
->      http://irspy.indexdata.com/find.html
-> In the "Host" field, enter
->      *.fi
-> Set the "Sort by" dropdown to
->      Title
-> And press the Search button.
->
-> At the moment, there seems to be only one matching entry (which makes
-> the sorting criterion a bit irrelevant :-)  This was a surprise to me,
-> but does seem to be correct.
->   
-I was not able to find a single Finnish server via browsing; my patience 
-ran out first. Many Finnish sites that are definitely free (like most 
-OPACs in university libraries) are missing from the IRSpy server list, 
-although it is probably the most complete one in existence. This shows 
-only that there are a lot more Z & SRU servers out there than we know, 
-and the fact that the libraries have not been able to share this 
-information efficiently between themselves keeps many useful services 
-hidden from users such as copy cataloguers or patrons with specific 
-regional interests. Patrons with specific topical interests would of 
-course need collection descriptions, but that is a different story.
->  > Presentation of the supported attributes is as compact as it gets;
->  > lay users might prefer a more verbose option should one be
->  > available.
->
-> You mean this?
->
->      Bib-1 Use attributes    36 access points: 1-9, 12-13, 16-19,
->                              21, 25, 28, 33-44, 47, 1003, 1007,
->                              1016, 1035-1036
->
-> You're thinking that users might prefer to see "33, 34, 35, 36, 37,
-> 38, 39, 40, 41, 42, 43, 44" rather than "33-44"?  I have to say that
-> does not seem likely to me.
->   
-That would not seem likely to me either :-).
-
-Instead of verbose I should have said human readable (sorry, I am not a 
-native English speaker and sometimes pick a wrong term or make a mess of 
-the grammar). Especially if you don't have Z39.50 readily at hand it may 
-be a bit difficult to find out what f.ex. Use attribute 7 means. Most 
-human users (especially those who are not system analysts but e.g. 
-cataloguers) might well prefer a display stating "ISBN" instead of "7", 
-especially if they only want to see if ISBN searching is possible. Of 
-course it is possible to check from Bib-1 the meaning of the codes, and 
-eventually one memorizes quite a few of them, but why should we make it 
-necessary to the users to take that extra step?
-
-Best regards,
-
-Juha
->  > But in spite of these critical comments, I am quite happy with what
->  > I've seen. The number of target systems is already quite impressive
->  > and is likely to grow when IRSpy goes live. The system works fast
->  > enough, and I like the looks of it.
->
-> Thanks, that's good to hear!
->
->  _/|_         ___________________________________________________________________
-> /o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
-> )_v__/\  "When a man is tired of Ankh Morpork, he is tired of ankle-deep
->       slurry" -- Terry Pratchett, "Mort"
->
->   
-
-
--- 
-
---
-
- Juha Hakala
- Director, Information Technology
-
- The National Library of Finland 
- P.O.Box 15 (Unioninkatu 36, room 503), FIN-00014 Helsinki University
- Email juha.hakala@helsinki.fi, tel +358 50 382 7678
-
-
-
-
-From mike@miketaylor.org.uk  Wed Apr 18 15:12:21 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["3482" "Wednesday" "18" "April" "2007" "15:12:20" "+0100" "Mike Taylor" "mike@indexdata.com" nil "84" "Re: IRSpy testing in Helsinki" "^From:" nil nil "4" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-Path: <mike@miketaylor.org.uk>
-X-Original-To: mike
-Delivered-To: mike@miketaylor.org.uk
-Received: by localhost.localdomain (Postfix, from userid 1000)
-       id 1B25DAC0F7; Wed, 18 Apr 2007 15:12:21 +0100 (BST)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=us-ascii
-Content-Transfer-Encoding: 7bit
-Message-ID: <17958.10052.988213.697561@localhost.localdomain>
-In-Reply-To: <46260D2D.3010200@helsinki.fi>
-References: <4625C681.10007@helsinki.fi>
-       <17958.1082.518813.567339@localhost.localdomain>
-       <46260D2D.3010200@helsinki.fi>
-X-Mailer: VM 7.19 under Emacs 21.4.1
-From: Mike Taylor <mike@indexdata.com>
-To: Juha Hakala <juha.hakala@helsinki.fi>
-Cc: Ere Maijala <ere.maijala@helsinki.fi>,
-    Katri Kananen <katri.kananen@helsinki.fi>,
-    Kristiina Hormia <kristiina.hormia@helsinki.fi>,
-    Ari Rouvari <ari.rouvari@helsinki.fi>,
-    "Adam Horvath (adam@oszk.hu)" <adam@oszk.hu>,
-    Esa Kurki <esa.kurki@helsinki.fi>,
-    Sebastian Hammer <quinn@indexdata.com>,
-    perhans@indexdata.dk
-Subject: Re: IRSpy testing in Helsinki
-Date: Wed, 18 Apr 2007 15:12:20 +0100
-
-Juha Hakala writes:
- > As regards the timing of the test over here: I am sorry that we can
- > not start the technical testing any faster. Late last year - when
- > IRSpy was supposed to be available for testing - we did have a
- > qualified person, but he is no longer with us.
-
-I do take your point.
-
- > > If you want to narrow by domain-name, try this.  Go to:
- > >   http://irspy.indexdata.com/find.html
- > > In the "Host" field, enter
- > >   *.fi
- > > Set the "Sort by" dropdown to
- > >   Title
- > > And press the Search button.
- > >
- > > At the moment, there seems to be only one matching entry (which
- > > makes the sorting criterion a bit irrelevant :-) This was a
- > > surprise to me, but does seem to be correct.
- >
- > I was not able to find a single Finnish server via browsing; my
- > patience ran out first.
-
-Probably because there is only the one!  But of course you are very
-welcome to add more.
-
- > Many Finnish sites that are definitely free (like most OPACs in
- > university libraries) are missing from the IRSpy server list,
- > although it is probably the most complete one in existence. This
- > shows only that there are a lot more Z & SRU servers out there than
- > we know, and the fact that the libraries have not been able to
- > share this information efficiently between themselves keeps many
- > useful services hidden from users such as copy cataloguers or
- > patrons with specific regional interests.
-
-All true.  Please help to fix this problem!  :-)
-
- > >  > Presentation of the supported attributes is as compact as it gets;
- > >  > lay users might prefer a more verbose option should one be
- > >  > available.
- > >
- > > You mean this?
- > >
- > >   Bib-1 Use attributes    36 access points: 1-9, 12-13, 16-19,
- > >                           21, 25, 28, 33-44, 47, 1003, 1007,
- > >                           1016, 1035-1036
- > >
- > > You're thinking that users might prefer to see "33, 34, 35, 36, 37,
- > > 38, 39, 40, 41, 42, 43, 44" rather than "33-44"?  I have to say that
- > > does not seem likely to me.
- >
- > That would not seem likely to me either :-).
-
-:-)
-
- > Instead of verbose I should have said human readable (sorry, I am
- > not a native English speaker and sometimes pick a wrong term or
- > make a mess of the grammar).
-
-You _are_ joking here, right?  Like most Scandivians, your written
-English is _far_ better than that of most native Brits.
-
- > Especially if you don't have Z39.50 readily at hand it may be a bit
- > difficult to find out what f.ex. Use attribute 7 means. Most human
- > users (especially those who are not system analysts but e.g.
- > cataloguers) might well prefer a display stating "ISBN" instead of
- > "7", especially if they only want to see if ISBN searching is
- > possible. Of course it is possible to check from Bib-1 the meaning
- > of the codes, and eventually one memorizes quite a few of them, but
- > why should we make it necessary to the users to take that extra
- > step?
-
-Gotcha.  I agree that it would be a nice enhancement to be able to see
-the codes interpreted.
-
-Would you please add this feature request using Bugzilla?  Not only
-will that make sure it gets done, but it will also reassure us at ID
-that you are comfortable using the system.  Thanks.
-
- _/|_   ___________________________________________________________________
-/o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
-)_v__/\  "Don't ask what you can do for your country.  Ask what you can
-        do for your mother" -- Joe Lieberman.
-
-
-From mike  Wed Apr 25 18:36:49 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil t nil]
-       ["2516" "Wednesday" "25" "April" "2007" "19:09:55" "+0200" "HORVATH Adam" "adam@oszk.hu" nil "72" "Re: IRSpy Acceptance Testing" "^From:" nil nil "4" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <adam@oszk.hu>
-Envelope-to: mike@indexdata.com
-Delivery-date: Wed, 25 Apr 2007 19:33:37 +0200
-Received: from bagel.indexdata.dk [213.150.43.11]
-       by localhost.localdomain with POP3 (fetchmail-6.3.2)
-       for <mike@localhost> (single-drop); Wed, 25 Apr 2007 18:36:49 +0100 (BST)
-Received: from mail.oszk.hu ([193.6.201.194])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1HglN1-0003ji-Ms
-       for mike@indexdata.com; Wed, 25 Apr 2007 19:33:37 +0200
-Received: from localhost (localhost [127.0.0.1])
-       by mail.oszk.hu (Postfix) with ESMTP id D964C206E15;
-       Wed, 25 Apr 2007 19:09:55 +0200 (CEST)
-Received: from mail.oszk.hu ([127.0.0.1])
-       by localhost (mail.oszk.hu [127.0.0.1]) (amavisd-new, port 10024)
-       with ESMTP id 09408-04; Wed, 25 Apr 2007 19:09:54 +0200 (CEST)
-Received: from [192.168.42.122] (unknown [192.168.42.122])
-       by mail.oszk.hu (Postfix) with ESMTP id 5924C206DFA;
-       Wed, 25 Apr 2007 19:09:54 +0200 (CEST)
-Organization: OSZK - National Szechenyi Library
-MIME-Version: 1.0
-Message-ID: <462FA783.17971.225752EB@adam.oszk.hu>
-Priority: normal
-In-reply-to: <20070330232512.C62C4ABC71@localhost.localdomain>
-References: <20070330232512.C62C4ABC71@localhost.localdomain>
-X-mailer: Pegasus Mail for Windows (4.41)
-X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at oszk.hu
-X-SA-Exim-Connect-IP: 193.6.201.194
-X-SA-Exim-Rcpt-To: mike@indexdata.com
-X-SA-Exim-Mail-From: adam@oszk.hu
-X-SA-Exim-Scanned: No (on bagel.indexdata.dk); Message bigger than SAmaxbody (256000)
-X-UIDL: +Tm"!WS!#!!`@"!Md@"!
-X-StripMime: Non-text section removed by stripmime
-Content-type: text/plain; charset=US-ASCII
-From: "HORVATH Adam" <adam@oszk.hu>
-To: Mike Taylor <mike@indexdata.com>
-Cc: perhans@indexdata.dk, juha.hakala@helsinki.fi
-Subject: Re: IRSpy Acceptance Testing
-Date: Wed, 25 Apr 2007 19:09:55 +0200
-
-Kjaere Mike,
-
-I added a couple of bug reports, comments, questions to bugzilla. I 
-also amended a previous bug report of someone else. I wanted to 
-attach a screenshot to one of the report (1093) but I did not find an 
-attach button, so I'm attaching that to this letter.
-
-I think we have already finished the test. I'm looking forward to 
-your answers.
-
-
-Med vennlig hilsen
-Adam
-
-
-> Hi, Juha and Adam,
-> 
-> We would like to invite you now to play with the IRSpy installation at
->      http://irspy.indexdata.com/
-> with a view to acceptance-testing.  As you will quickly see, all the
-> functionality is now there.  To perform some of the administrative
-> functions, you will need to log in -- use username "admin", password
-> "admin".  (We'll want to change that at some point!)
-> 
-> We have a register of known issues at:
->      http://bugzilla.indexdata.dk/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=IR-Spy&content=
-> Please don't be put off by the length: these are mostly either
-> suggestions for enhancement or straighforward tweaks.
-> 
-> If you run into additional problems, please register them in Bugzilla.
-> 
-> Thanks for your patience as we've put this together.
-> 
->  _/|_         ___________________________________________________________________
-> /o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
-> )_v__/\  "Nobody really knows what the Bourne shell's grammar is" --
->       Tom Duff, "Rc: A Shell for Plan 9"
-> 
-
-================================================
-Adam HORVATH
-Director of Informatics
-------------------------------------------------
-NATIONAL SZECHENYI LIBRARY
-Information Technology Department
-Budapest, Budavari Palota F epulet, H-1827
- Tel.: +36-1-224-3737  Fax: +36-1-224-3705
--Email: adam@oszk.hu    WWW: http://www.oszk.hu
-================================================
-
-
-The following section of this message contains a file attachment
-prepared for transmission using the Internet MIME message format.
-If you are using Pegasus Mail, or any other MIME-compliant system,
-you should be able to save it or view it from within your mailer.
-If you cannot, please ask your system administrator for assistance.
-
-   ---- File information -----------
-     File:  IRSpyHeader_BugReport_1093.doc
-     Date:  25 Apr 2007, 19:00
-     Size:  365568 bytes.
-     Type:  Unknown
-
-
---- StripMime Report -- processed MIME parts ---
-multipart/mixed
-  text/plain (text body -- kept)
-  text/plain (text body -- kept)
-  application/octet-stream
----
-
-
-
-From mike@miketaylor.org.uk  Thu Apr 26 12:57:22 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["803" "Thursday" "26" "April" "2007" "12:57:22" "+0100" "Mike Taylor" "mike@indexdata.com" nil "18" "Re: IRSpy Acceptance Testing" "^From:" nil nil "4" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-Path: <mike@miketaylor.org.uk>
-X-Original-To: mike
-Delivered-To: mike@miketaylor.org.uk
-Received: by localhost.localdomain (Postfix, from userid 1000)
-       id CBDF6AC0F6; Thu, 26 Apr 2007 12:57:22 +0100 (BST)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=us-ascii
-Content-Transfer-Encoding: 7bit
-Message-ID: <17968.37794.713293.251594@localhost.localdomain>
-In-Reply-To: <462FA783.17971.225752EB@adam.oszk.hu>
-References: <20070330232512.C62C4ABC71@localhost.localdomain>
-       <462FA783.17971.225752EB@adam.oszk.hu>
-X-Mailer: VM 7.19 under Emacs 21.4.1
-From: Mike Taylor <mike@indexdata.com>
-To: "HORVATH Adam" <adam@oszk.hu>
-Cc: perhans@indexdata.dk,
-    juha.hakala@helsinki.fi
-Subject: Re: IRSpy Acceptance Testing
-Date: Thu, 26 Apr 2007 12:57:22 +0100
-
-HORVATH Adam writes:
- > I added a couple of bug reports, comments, questions to bugzilla. I
- > also amended a previous bug report of someone else.
-
-Thanks for these reports.
-
- > I wanted to attach a screenshot to one of the report (1093) but I
- > did not find an attach button, so I'm attaching that to this
- > letter.
-
-I've attached it to the bug for you.  (It's the "Create a New
-Attachment" link -- I agree that the Bugzilla UI is pretty horrible.
-On the positive side, it makes IRSpy look good in comparison :-)
-
- _/|_   ___________________________________________________________________
-/o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
-)_v__/\  "It became necessary to destroy the village in order to save it"
-        -- Attributed to an anonymous senior US military officer.
-
-From mike  Wed Jun 27 11:29:19 2007
-X-VM-v5-Data: ([nil nil nil nil t nil nil nil nil]
-       ["1070" "Wednesday" "27" "June" "2007" "12:12:28" "+0200" "Per M. Hansen" "perhans@indexdata.dk" "<4682380C.6040602@indexdata.dk>" "30" "Re: [Fwd: Re: IRSpy testing in Helsinki]" "^From:" nil nil "6" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <perhans@indexdata.dk>
-Envelope-to: mike@indexdata.com
-Delivery-date: Wed, 27 Jun 2007 12:13:16 +0200
-Received: from bagel.indexdata.dk [213.150.43.11]
-       by localhost.localdomain with POP3 (fetchmail-6.3.6)
-       for <mike@localhost> (single-drop); Wed, 27 Jun 2007 11:29:19 +0100 (BST)
-Received: from user.indexdata.dk ([213.150.43.10] helo=[10.0.1.61])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1I3UWS-0006OX-JY; Wed, 27 Jun 2007 12:13:16 +0200
-Message-ID: <4682380C.6040602@indexdata.dk>
-Organization: Index Data ApS
-User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
-MIME-Version: 1.0
-References: <46822480.3070006@indexdata.dk> <18050.13587.950805.441019@localhost.localdomain>
-In-Reply-To: <18050.13587.950805.441019@localhost.localdomain>
-Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-Content-Transfer-Encoding: 7bit
-X-SA-Do-Not-Run: Yes
-X-SA-Exim-Connect-IP: 213.150.43.10
-X-SA-Exim-Rcpt-To: mike@indexdata.com, quinn@indexdata.com, adam@indexdata.dk
-X-SA-Exim-Mail-From: perhans@indexdata.dk
-X-SA-Exim-Scanned: No (on bagel.indexdata.dk); SAEximRunCond expanded to false
-X-UIDL: h0@"!<i2!!b#U"!ReL!!
-From: "Per M. Hansen" <perhans@indexdata.dk>
-To: Mike Taylor <mike@indexdata.com>
-CC: Sebastian Hammer <quinn@indexdata.com>, 
- Adam Dickmeiss <adam@indexdata.dk>
-Subject: Re: [Fwd: Re: IRSpy testing in Helsinki]
-Date: Wed, 27 Jun 2007 12:12:28 +0200
-
-
-
-Mike Taylor skrev:
-> Per M. Hansen writes:
->  > There seams to be a lot of open bugs on IRSpy.
->
-> Yes, though that is largely illusory due to all the wishlisty bits.
->   
-Ok, but there are some bugs in there like this one 
-http://bugzilla.indexdata.dk/show_bug.cgi?id=1036.
->  > What bugs are there that the Finns can say that is linked to the
->  > deliverable of IRSpy?
->
-> Isn't that for them to say?  I don't think we should draw attention to
-> specific bugs: just send the invoice and see whether they say "first
-> you need to fix bug X"?
->   
-Well that is one way of handling it, I guess, but I think that we should 
-make a formal deliverable. Can we make some kind of package for them 
-that we can send?
-
-/Per
->  _/|_         ___________________________________________________________________
-> /o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
-> )_v__/\  "So where is the innovation?  The innovation is the talking
->       paper clip in Microsoft Office.  Is that real innovation?" --
->       Mitchell Kertzman, Chairman and CEO, Sybase.
->
->
->   
-
-From mike@miketaylor.org.uk  Wed Jun 27 12:16:27 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil t nil]
-       ["1917" "Wednesday" "27" "June" "2007" "12:16:26" "+0100" "Mike Taylor" "mike@indexdata.com" nil "52" "Re: [Fwd: Re: IRSpy testing in Helsinki]" "^From:" nil nil "6" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-Path: <mike@miketaylor.org.uk>
-X-Original-To: mike
-Delivered-To: mike@miketaylor.org.uk
-Received: by localhost.localdomain (Postfix, from userid 1000)
-       id 269BF4D6441A; Wed, 27 Jun 2007 12:16:27 +0100 (BST)
-MIME-Version: 1.0
-Message-ID: <18050.18186.896331.810825@localhost.localdomain>
-In-Reply-To: <4682380C.6040602@indexdata.dk>
-References: <46822480.3070006@indexdata.dk>
-       <18050.13587.950805.441019@localhost.localdomain>
-       <4682380C.6040602@indexdata.dk>
-X-Mailer: VM 7.19 under Emacs 21.4.1
-X-StripMime: Non-text section removed by stripmime
-Content-Type: text/plain; charset=us-ascii
-From: Mike Taylor <mike@indexdata.com>
-To: "Per M. Hansen" <perhans@indexdata.dk>
-Cc: Sebastian Hammer <quinn@indexdata.com>,
-    Adam Dickmeiss <adam@indexdata.dk>
-Subject: Re: [Fwd: Re: IRSpy testing in Helsinki]
-Date: Wed, 27 Jun 2007 12:16:26 +0100
-
-Per M. Hansen writes:
- > >  > There seams to be a lot of open bugs on IRSpy.
- > >
- > > Yes, though that is largely illusory due to all the wishlisty bits.
- >
- > Ok, but there are some bugs in there like this one 
- > http://bugzilla.indexdata.dk/show_bug.cgi?id=1036.
-
-Ah, well, that one is to do with character sets.  You can't possibly
-expect that to be fixed!
-
-Just joking, ha ha.  No, the problem with this one is that the
-database name, hence the ID, has a space in it:
-       Z39.50:bissen.odont.au.dk:21/Odontologisk Bibliotek
-
-That is in fact provoking the same problem as non-ASCII characters in
-an ID do, which is that when you submit such an ID as recordIdOpaque
-in and Extended Services request, it is interpreted differently from
-when it's submitted as part of a record that XS extracts the ID from
-itself.  It still seems wrong to me that Zebra does this, but it's
-possible to work around.
-
-In fact, I just have: I fixed this in CVS and on the live site.
-
- > >  > What bugs are there that the Finns can say that is linked to
- > >  > the deliverable of IRSpy?
- > >
- > > Isn't that for them to say?  I don't think we should draw attention to
- > > specific bugs: just send the invoice and see whether they say "first
- > > you need to fix bug X"?
- >
- > Well that is one way of handling it, I guess, but I think that we
- > should make a formal deliverable. Can we make some kind of package
- > for them that we can send?
-
-Sure thing.  Here it is, including the edit-record-with-funny-ID fix
-described above.
-
- _/|_   ___________________________________________________________________
-/o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
-)_v__/\  "A Linux system requires rebooting about as often as a Windoze
-        system requires re-installing" -- David Joffe.
-
-
-
---- StripMime Report -- processed MIME parts ---
-multipart/mixed
-  text/plain (text body -- kept)
-  application/octet-stream
----
-
-
-
-From mike  Thu Jul  5 09:59:05 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["3436" "Thursday" "5" "July" "2007" "09:10:32" "+0300" "Juha Hakala" "juha.hakala@helsinki.fi" nil "78" "IRSpy acceptance" "^X-Spam-Status:" nil nil "7" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <juha.hakala@helsinki.fi>
-Envelope-to: mike@indexdata.com
-Delivery-date: Thu, 05 Jul 2007 10:30:52 +0200
-Received: from bagel.indexdata.dk [213.150.43.11]
-       by localhost.localdomain with POP3 (fetchmail-6.3.6)
-       for <mike@localhost> (single-drop); Thu, 05 Jul 2007 09:59:05 +0100 (BST)
-Received: from sender-03.it.helsinki.fi ([128.214.205.141])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1I6Mjh-00057h-G1; Thu, 05 Jul 2007 10:30:52 +0200
-Received: from orm6.lib.helsinki.fi (orm6.lib.helsinki.fi [128.214.91.244])
-       by sender-03.it.helsinki.fi (8.13.1/8.13.1) with ESMTP id l656AWAZ001069
-       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
-       Thu, 5 Jul 2007 09:10:32 +0300
-Received: from [128.214.91.248] (oktas-2.lib.helsinki.fi [128.214.91.248])
-       (authenticated bits=0)
-       by orm6.lib.helsinki.fi (8.12.11.20060308/8.12.11) with ESMTP id l656AV9H020283
-       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
-       Thu, 5 Jul 2007 09:10:31 +0300
-Message-ID: <468C8B58.4020800@helsinki.fi>
-User-Agent: Thunderbird 2.0.0.0 (Windows/20070326)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-Content-Transfer-Encoding: 7bit
-X-SA-Exim-Connect-IP: 128.214.205.141
-X-SA-Exim-Rcpt-To: dorman@indexdata.com, mike@indexdata.com, quinn@indexdata.com, sondberg@indexdata.com
-X-SA-Exim-Mail-From: juha.hakala@helsinki.fi
-X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on bagel.indexdata.dk
-X-Spam-Level: 
-X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
-X-SA-Exim-Scanned: Yes (on bagel.indexdata.dk)
-X-UIDL: Wa%"!eMo!!!38!!+Tm!!
-X-Spam-Status: No, score=-2.5 required=4.0 tests=AWL,BAYES_00 autolearn=ham 
-       version=3.0.3
-From: Juha Hakala <juha.hakala@helsinki.fi>
-To: "Per M. Hansen" <perhans@indexdata.dk>, Mike Taylor <mike@indexdata.com>,
-        sondberg@indexdata.com, Sebastian Hammer <quinn@indexdata.com>,
-        Ere Maijala <ere.maijala@helsinki.fi>,
-        Kristiina Hormia <kristiina.hormia@helsinki.fi>,
-        Annu Jauhiainen <annu.jauhiainen@helsinki.fi>,
-        Pertti Rekala <pertti.rekala@helsinki.fi>,
-        =?ISO-8859-1?Q?Tuula_Haapam?=
- =?ISO-8859-1?Q?=E4ki?= <tuula.haapamaki@helsinki.fi>,
-        Kai Ekholm <kai.ekholm@helsinki.fi>,
-        Adam Dickmeiss <adam@indexdata.dk>,
-        Eeva Murtomaa <eeva.murtomaa@helsinki.fi>,
-        David Dorman <dorman@indexdata.com>
-Subject: IRSpy acceptance
-Date: Thu, 05 Jul 2007 09:10:32 +0300
-
-Hello all,
-
-The National Library of Finland accepts the IRSpy application, following 
-the successful beta testing of the software in the library.
-
-Our billing address is
-
-Helsingin yliopisto
-Kansalliskirjasto / Kirjastoverkkopalvelut
-PL 7138
-01051 LASKUT
-
-Please mention responsibility area code (in Finnish, vastuualuekoodi) 
-98123.
-
-I-D is most welcome to announce availability of this application to the 
-general public. Please mention in the announcement that the development 
-effort was a cooperative project between I-D and the national library of 
-Finland. Since I will start vacation next Monday I will not be able to 
-review the text unless it is sent tomorrow.
-
-IRSpy is the first implementation of the NISO draft standard 
-Z39.92-200X. As such it makes it possible to complete the 
-standardization process. My intention as the chair of the NISO working 
-group developing the standard is to publish the second draft of it in 
-August. As far as I know, development of IRSpy did not reveal any 
-problems in the present draft, so the second one can be published 
-unaltered.
-
-We will discuss with Ex Libris Group and WebClarity Software Inc. about 
-incorporation of IRSpy into, respectively, MetaLib and BookWhere. The 
-national library has no intention to host IRSpy ourselves in the short 
-run, and we will never try to run a global site, mainly due to 
-considerable systems expert time that would require. Moreover, the 
-present IRSpy database which is apparently inherited from your previous 
-ZSpy software) is out of date - many databases no longer are available 
-in the same address where they were located a few years back - and would 
-require a thorough manual revision.
-
-A decentralized network of national/regional IRSpy installations, each 
-concentrating on its geographical area, is the only truly feasible model 
-for hosting the tool (this does not rule out the possibility of 
-harvesting the Z39.92 data into a physical union catalogue). One issue 
-we will most likely discuss in the Autumn here in the national library 
-is whether maintenance of a national database of Information retrieval 
-service descriptions using Z39.92 (and IRSpy) will fit within the 
-national bibliographic responsibilities of the national library. As far 
-as I am concerned, it is more important to describe how for instance the 
-national bibliography database can be used for search and retrieval (and 
-to share this data with other libraries) than catalogue manually some 
-obscure grey Web literature. Google can do the latter more efficiently 
-than we, but Google can not and will not be able to deal efficiently 
-with (a large number of) databases. Due to Z39.92 and IRSpy the national 
-libraries will have an option to discuss how to deal with databases 
-within the national bibliographic context. Without a standard to steer 
-creation and exchange of IR service descriptions and an efficient tool 
-for creating those descriptions trying to extend national bibliographic 
-activities to "deep Web" would not have been possible. With the web 
-archives were are already dealing with the uppermost level of the Web, 
-and with Z39.92 and IRSpy we have a chance to gain access to the rest of 
-it.
-
-Best regards,
-
-Juha Hakala
-
---
-
- Juha Hakala
- Director, Information Technology
-
- The National Library of Finland 
- P.O.Box 15 (Unioninkatu 36, room 503), FIN-00014 Helsinki University
- Email juha.hakala@helsinki.fi, tel +358 50 382 7678
-
-
-
-
-From mike@miketaylor.org.uk  Thu Jul  5 10:04:22 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["4504" "Thursday" "5" "July" "2007" "10:04:22" "+0100" "Mike Taylor" "mike@indexdata.com" nil "103" "[Juha Hakala: IRSpy acceptance]" "^From:" nil nil "7" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-Path: <mike@miketaylor.org.uk>
-X-Original-To: mike
-Delivered-To: mike@miketaylor.org.uk
-Received: by localhost.localdomain (Postfix, from userid 1000)
-       id 850864D6420C; Thu,  5 Jul 2007 10:04:22 +0100 (BST)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=us-ascii
-Content-Transfer-Encoding: 7bit
-Message-ID: <18060.46102.456630.110731@localhost.localdomain>
-X-Mailer: VM 7.19 under Emacs 21.4.1
-From: Mike Taylor <mike@indexdata.com>
-To: perhans@indexdata.dk
-Subject: [Juha Hakala: IRSpy acceptance]
-Date: Thu, 5 Jul 2007 10:04:22 +0100
-
-Excellent news!
-
-You get that invoice out; I will split my time between DBC's Keystone
-Resolver Admin UI work and the Australian Z39.50-to-SRU gateway
-(unless you'd prefer to me concentrate on one of them to the exclusion
-of the other?)
-
-------- start of forwarded message -------
-From: Juha Hakala <juha.hakala@helsinki.fi>
-To: "Per M. Hansen" <perhans@indexdata.dk>, Mike Taylor <mike@indexdata.com>,
-        sondberg@indexdata.com, Sebastian Hammer <quinn@indexdata.com>,
-        Ere Maijala <ere.maijala@helsinki.fi>,
-        Kristiina Hormia <kristiina.hormia@helsinki.fi>,
-        Annu Jauhiainen <annu.jauhiainen@helsinki.fi>,
-        Pertti Rekala <pertti.rekala@helsinki.fi>,
-        =?ISO-8859-1?Q?Tuula_Haapam?=
- =?ISO-8859-1?Q?=E4ki?= <tuula.haapamaki@helsinki.fi>,
-        Kai Ekholm <kai.ekholm@helsinki.fi>,
-        Adam Dickmeiss <adam@indexdata.dk>,
-        Eeva Murtomaa <eeva.murtomaa@helsinki.fi>,
-        David Dorman <dorman@indexdata.com>
-Subject: IRSpy acceptance
-Date: Thu, 05 Jul 2007 09:10:32 +0300
-
-Hello all,
-
-The National Library of Finland accepts the IRSpy application, following 
-the successful beta testing of the software in the library.
-
-Our billing address is
-
-Helsingin yliopisto
-Kansalliskirjasto / Kirjastoverkkopalvelut
-PL 7138
-01051 LASKUT
-
-Please mention responsibility area code (in Finnish, vastuualuekoodi) 
-98123.
-
-I-D is most welcome to announce availability of this application to the 
-general public. Please mention in the announcement that the development 
-effort was a cooperative project between I-D and the national library of 
-Finland. Since I will start vacation next Monday I will not be able to 
-review the text unless it is sent tomorrow.
-
-IRSpy is the first implementation of the NISO draft standard 
-Z39.92-200X. As such it makes it possible to complete the 
-standardization process. My intention as the chair of the NISO working 
-group developing the standard is to publish the second draft of it in 
-August. As far as I know, development of IRSpy did not reveal any 
-problems in the present draft, so the second one can be published 
-unaltered.
-
-We will discuss with Ex Libris Group and WebClarity Software Inc. about 
-incorporation of IRSpy into, respectively, MetaLib and BookWhere. The 
-national library has no intention to host IRSpy ourselves in the short 
-run, and we will never try to run a global site, mainly due to 
-considerable systems expert time that would require. Moreover, the 
-present IRSpy database which is apparently inherited from your previous 
-ZSpy software) is out of date - many databases no longer are available 
-in the same address where they were located a few years back - and would 
-require a thorough manual revision.
-
-A decentralized network of national/regional IRSpy installations, each 
-concentrating on its geographical area, is the only truly feasible model 
-for hosting the tool (this does not rule out the possibility of 
-harvesting the Z39.92 data into a physical union catalogue). One issue 
-we will most likely discuss in the Autumn here in the national library 
-is whether maintenance of a national database of Information retrieval 
-service descriptions using Z39.92 (and IRSpy) will fit within the 
-national bibliographic responsibilities of the national library. As far 
-as I am concerned, it is more important to describe how for instance the 
-national bibliography database can be used for search and retrieval (and 
-to share this data with other libraries) than catalogue manually some 
-obscure grey Web literature. Google can do the latter more efficiently 
-than we, but Google can not and will not be able to deal efficiently 
-with (a large number of) databases. Due to Z39.92 and IRSpy the national 
-libraries will have an option to discuss how to deal with databases 
-within the national bibliographic context. Without a standard to steer 
-creation and exchange of IR service descriptions and an efficient tool 
-for creating those descriptions trying to extend national bibliographic 
-activities to "deep Web" would not have been possible. With the web 
-archives were are already dealing with the uppermost level of the Web, 
-and with Z39.92 and IRSpy we have a chance to gain access to the rest of 
-it.
-
-Best regards,
-
-Juha Hakala
-
---
-
- Juha Hakala
- Director, Information Technology
-
- The National Library of Finland 
- P.O.Box 15 (Unioninkatu 36, room 503), FIN-00014 Helsinki University
- Email juha.hakala@helsinki.fi, tel +358 50 382 7678
-
-
-
-------- end of forwarded message -------
-
-From mike@miketaylor.org.uk  Thu Jul  5 12:19:58 2007
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["4172" "Thursday" "5" "July" "2007" "12:19:58" "+0100" "Mike Taylor" "mike@indexdata.com" nil "94" "IRSpy acceptance" "^From:" nil nil "7" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-Path: <mike@miketaylor.org.uk>
-X-Original-To: mike
-Delivered-To: mike@miketaylor.org.uk
-Received: by localhost.localdomain (Postfix, from userid 1000)
-       id DF6BD4D6420C; Thu,  5 Jul 2007 12:19:58 +0100 (BST)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=us-ascii
-Content-Transfer-Encoding: 7bit
-Message-ID: <18060.54238.847561.812058@localhost.localdomain>
-In-Reply-To: <468C8B58.4020800@helsinki.fi>
-References: <468C8B58.4020800@helsinki.fi>
-X-Mailer: VM 7.19 under Emacs 21.4.1
-From: Mike Taylor <mike@indexdata.com>
-To: Juha Hakala <juha.hakala@helsinki.fi>
-Cc: "Per M. Hansen" <perhans@indexdata.dk>,
-    sondberg@indexdata.com,
-    Sebastian Hammer <quinn@indexdata.com>,
-    Ere Maijala <ere.maijala@helsinki.fi>,
-    Kristiina Hormia <kristiina.hormia@helsinki.fi>,
-    Annu Jauhiainen <annu.jauhiainen@helsinki.fi>,
-    Pertti Rekala <pertti.rekala@helsinki.fi>,
-    =?ISO-8859-1?Q?Tuula_Haapam?=
- =?ISO-8859-1?Q?=E4ki?= <tuula.haapamaki@helsinki.fi>,
-    Kai Ekholm <kai.ekholm@helsinki.fi>,
-    Adam Dickmeiss <adam@indexdata.dk>,
-    Eeva Murtomaa <eeva.murtomaa@helsinki.fi>,
-    David Dorman <dorman@indexdata.com>
-Subject: IRSpy acceptance
-Date: Thu, 5 Jul 2007 12:19:58 +0100
-
-Juha Hakala writes:
- > Hello all,
- > 
- > The National Library of Finland accepts the IRSpy application,
- > following the successful beta testing of the software in the
- > library.
-
-Thanks, Juha, that's great news.
-
- > Our billing address is
- > 
- > Helsingin yliopisto
- > Kansalliskirjasto / Kirjastoverkkopalvelut
- > PL 7138
- > 01051 LASKUT
- > 
- > Please mention responsibility area code (in Finnish,
- > vastuualuekoodi) 98123.
-
-Per will deal with this.
-
- > I-D is most welcome to announce availability of this application to
- > the general public. Please mention in the announcement that the
- > development effort was a cooperative project between I-D and the
- > national library of Finland. Since I will start vacation next
- > Monday I will not be able to review the text unless it is sent
- > tomorrow.
-
-Thanks, we'll make an announcement.
-
- > IRSpy is the first implementation of the NISO draft standard
- > Z39.92-200X. As such it makes it possible to complete the
- > standardization process. My intention as the chair of the NISO
- > working group developing the standard is to publish the second
- > draft of it in August. As far as I know, development of IRSpy did
- > not reveal any problems in the present draft, so the second one can
- > be published unaltered.
-
-Ah, that's very good news.  The SRU people, at the their recent
-meeting, didn't know the status of Z39.92, and were worried that it
-might be dead.  See the notes at:
-    http://www.loc.gov:8081/standards/sru/june2007meeting-report.html#zeerex
-It might be good to get an announcement out to counter that
-perception.
-
- > We will discuss with Ex Libris Group and WebClarity Software
- > Inc. about incorporation of IRSpy into, respectively, MetaLib and
- > BookWhere.
-
-Exciting!
-
- > The national library has no intention to host IRSpy ourselves in
- > the short run, and we will never try to run a global site, mainly
- > due to considerable systems expert time that would require.
- > Moreover, the present IRSpy database which is apparently inherited
- > from your previous ZSpy software) is out of date - many databases
- > no longer are available in the same address where they were located
- > a few years back - and would require a thorough manual revision.
- > 
- > A decentralized network of national/regional IRSpy installations,
- > each concentrating on its geographical area, is the only truly
- > feasible model for hosting the tool (this does not rule out the
- > possibility of harvesting the Z39.92 data into a physical union
- > catalogue).
-
-Well, whatever you can get funding for :-)
-
- > One issue we will most likely discuss in the Autumn here in the
- > national library is whether maintenance of a national database of
- > Information retrieval service descriptions using Z39.92 (and IRSpy)
- > will fit within the national bibliographic responsibilities of the
- > national library. As far as I am concerned, it is more important to
- > describe how for instance the national bibliography database can be
- > used for search and retrieval (and to share this data with other
- > libraries) than catalogue manually some obscure grey Web
- > literature. Google can do the latter more efficiently than we, but
- > Google can not and will not be able to deal efficiently with (a
- > large number of) databases. Due to Z39.92 and IRSpy the national
- > libraries will have an option to discuss how to deal with databases
- > within the national bibliographic context. Without a standard to
- > steer creation and exchange of IR service descriptions and an
- > efficient tool for creating those descriptions trying to extend
- > national bibliographic activities to "deep Web" would not have been
- > possible. With the web archives were are already dealing with the
- > uppermost level of the Web, and with Z39.92 and IRSpy we have a
- > chance to gain access to the rest of it.
-
-Agreed.
-
- _/|_   ___________________________________________________________________
-/o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
-)_v__/\  "I can't figure out the relationship between Nancy, the stuffed
-        owl in the garage, and the plates" -- Matt Wedel, in a context
-        that made some kind of sense at the time.
-
diff --git a/archive/overnight-runs b/archive/overnight-runs
deleted file mode 100644 (file)
index 6c39f72..0000000
+++ /dev/null
@@ -1,1125 +0,0 @@
-Date: Fri, 14 Nov 2008 01:06:42 +0100
-2108 tests were skipped
-External
-
-Date: Sat, 15 Nov 2008 01:06:45 +0100
-ZOOM error 10007 "Timeout" from diag-set 'ZOOM'
-
-Date: Sun, 16 Nov 2008 01:02:44 +0100
-2362 tests were skipped
-
-Date: Mon, 17 Nov 2008 01:03:24 +0100
-ZOOM error 10007 "Timeout" from diag-set 'ZOOM'External
-
-Date: Tue, 18 Nov 2008 01:01:52 +0100
-2478 tests were skipped
-External
-External
-
-Date: Wed, 19 Nov 2008 01:06:38 +0100
-2284 tests were skipped
-External
-
-Date: Thu, 20 Nov 2008 01:02:47 +0100
-2316 tests were skipped
-
-Date: Fri, 21 Nov 2008 01:02:21 +0100
-2128 tests were skipped
-External
-
-Date: Sat, 22 Nov 2008 01:05:20 +0100
-2169 tests were skipped
-External
-
-Date: Sun, 23 Nov 2008 01:28:45 +0100
-ZOOM error 10007 "Timeout" from diag-set 'ZOOM'
-
-Date: Mon, 24 Nov 2008 01:02:00 +0100
-2392 tests were skipped
-External
-
-Date: Tue, 25 Nov 2008 01:02:20 +0100
-2469 tests were skipped
-External
-External
-
-Date: Wed, 26 Nov 2008 01:02:28 +0100
-2366 tests were skipped
-External
-
-(27th lost; almost certainly finished OK.)
-
-Date: Fri, 28 Nov 2008 01:03:17 +0100
-2218 tests were skipped
-External
-
-Date: Sat, 29 Nov 2008 01:01:58 +0100
-2338 tests were skipped
-External
-
-Date: Sun, 30 Nov 2008 01:04:10 +0100
-2372 tests were skipped
-
-Date: Mon, 01 Dec 2008 01:03:31 +0100
-2398 tests were skipped
-External
-
-Date: Tue, 02 Dec 2008 01:01:24 +0100
-2440 tests were skipped
-External
-External
-
-Date: Wed, 03 Dec 2008 01:02:12 +0100
-2258 tests were skipped
-External
-
-Date: Thu, 04 Dec 2008 01:02:32 +0100
-2347 tests were skipped
-
-Date: Fri, 05 Dec 2008 01:05:46 +0100
-2148 tests were skipped
-External
-
-Date: Sat, 06 Dec 2008 01:02:11 +0100
-2162 tests were skipped
-External
-
-Date: Sun, 07 Dec 2008 01:01:51 +0100
-2412 tests were skipped
-
-Date: Mon, 08 Dec 2008 01:03:00 +0100
-2423 tests were skipped
-External
-
-Date: Tue, 09 Dec 2008 01:01:07 +0100
-2425 tests were skipped
-External
-External
-
-Date: Wed, 10 Dec 2008 01:01:56 +0100
-2304 tests were skipped
-External
-
-Date: Thu, 11 Dec 2008 01:03:17 +0100
-2358 tests were skipped
-
-Date: Fri, 12 Dec 2008 01:02:30 +0100
-2044 tests were skipped
-External
-
-Date: Sat, 13 Dec 2008 01:02:38 +0100
-2116 tests were skipped
-External
-
-Date: Sun, 14 Dec 2008 01:02:07 +0100
-01:34:14-14/12 [irspy] tcp:pepa.uk.zcu.cz:9909/ZUP01 rewriting XML record
-ZOOM error 10007 "Timeout" from diag-set 'ZOOM'
-
-Date: Mon, 15 Dec 2008 01:02:38 +0100
-2313 tests were skipped
-External
-
-Date: Tue, 16 Dec 2008 01:02:29 +0100
-2404 tests were skipped
-External
-External
-
-Date: Wed, 17 Dec 2008 01:04:31 +0100
-2312 tests were skipped
-External
-
-Date: Thu, 18 Dec 2008 01:04:50 +0100
-2332 tests were skipped
-
-Date: Fri, 19 Dec 2008 01:01:19 +0100
-2081 tests were skipped
-External
-
-Date: Sat, 20 Dec 2008 01:03:11 +0100
-2151 tests were skipped
-External
-
-Date: Sun, 21 Dec 2008 01:04:51 +0100
-2364 tests were skipped
-
-Date: Mon, 22 Dec 2008 01:02:59 +0100
-2351 tests were skipped
-External
-External
-
-Date: Tue, 23 Dec 2008 01:03:16 +0100
-09:39:27-23/12 [irspy] performing end-of-run sanity-checks
-2374 tests were skipped
-External
-External
-
-Date: Wed, 24 Dec 2008 01:02:42 +0100
-01:59:57-24/12 [irspy] performing end-of-run sanity-checks
-2227 tests were skipped
-
-Date: Thu, 25 Dec 2008 01:02:13 +0100
-01:47:58-25/12 [irspy] performing end-of-run sanity-checks
-2287 tests were skipped
-
-Date: Fri, 26 Dec 2008 01:02:06 +0100
-02:36:37-26/12 [irspy] performing end-of-run sanity-checks
-2059 tests were skipped
-External
-
-Date: Sat, 27 Dec 2008 01:01:21 +0100
-07:56:22-27/12 [irspy] performing end-of-run sanity-checks
-2201 tests were skipped
-External
-
-Date: Sun, 28 Dec 2008 01:02:04 +0100
-02:15:26-28/12 [irspy] performing end-of-run sanity-checks
-2254 tests were skipped
-
-Date: Mon, 29 Dec 2008 01:03:28 +0100
-01:56:54-29/12 [irspy] performing end-of-run sanity-checks
-2405 tests were skipped
-External
-
-Date: Tue, 30 Dec 2008 01:01:53 +0100
-09:37:29-30/12 [irspy] performing end-of-run sanity-checks
-2423 tests were skipped
-External
-External
-
-Date: Wed, 31 Dec 2008 01:01:52 +0100
-01:55:09-31/12 [irspy] performing end-of-run sanity-checks
-2270 tests were skipped
-External
-
-Date: Thu, 01 Jan 2009 01:00:23 +0100
-01:49:29-01/01 [irspy] performing end-of-run sanity-checks
-2501 tests were skipped
-
-Date: Fri, 02 Jan 2009 01:01:43 +0100
-01:46:03-02/01 [irspy] performing end-of-run sanity-checks
-2106 tests were skipped
-External
-
-Date: Sat, 03 Jan 2009 01:02:14 +0100
-07:56:30-03/01 [irspy] performing end-of-run sanity-checks
-2219 tests were skipped
-External
-
-Date: Sun, 04 Jan 2009 01:04:41 +0100
-02:17:18-04/01 [irspy] performing end-of-run sanity-checks
-2374 tests were skipped
-
-Date: Mon, 05 Jan 2009 01:05:18 +0100
-01:55:04-05/01 [irspy] performing end-of-run sanity-checks
-2367 tests were skipped
-External
-
-Date: Tue, 06 Jan 2009 01:01:56 +0100
-09:31:53-06/01 [irspy] performing end-of-run sanity-checks
-2451 tests were skipped
-
-Date: Wed, 07 Jan 2009 01:03:08 +0100
-01:52:19-07/01 [irspy] performing end-of-run sanity-checks
-2267 tests were skipped
-
-Date: Thu, 08 Jan 2009 01:48:09 +0100
-01:30:42-08/01 [irspy] starting up with database 'localhost:8018/IR-Explain---1'
-01:34:31-08/01 [irspy] adding test 'Main'
-01:36:36-08/01 [irspy] adding test 'Ping'
-01:38:43-08/01 [irspy] adding test 'Search::Main'
-01:38:53-08/01 [irspy] adding test 'Search::Bib1'
-01:38:56-08/01 [irspy] adding test 'Search::Dan1'
-01:39:00-08/01 [irspy] adding test 'Search::Boolean'
-01:39:03-08/01 [irspy] adding test 'Search::Explain'
-01:39:14-08/01 [irspy] adding test 'Search::CQL'
-01:39:23-08/01 [irspy] adding test 'Record::Main'
-01:39:27-08/01 [irspy] adding test 'Record::Fetch'
-01:39:33-08/01 [irspy] adding test 'ResultSet::Main'
-01:39:38-08/01 [irspy] adding test 'ResultSet::Named'
-ZOOM error 10007 "Timeout" from diag-set 'ZOOM'
-
-Date: Fri, 09 Jan 2009 01:03:35 +0100
-_irspy_identifier2target(210:210:210/bøger og tidsskrifter): unrecognised protocol '210' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:40:48-09/01 [irspy] 210:210/bøger og tidsskrifter query 'rec.id="210:210:210/bøger og tidsskrifter"' found 0 records
-01:40:48-09/01 [irspy] 210:210/bøger og tidsskrifter entering active pool - 208 targets remain in queue
-01:40:48-09/01 [irspy] 210:210/bøger og tidsskrifter not connected: ZOOM error 10000 "Connect failed" (addinfo: "210:210/bøger og tidsskrifter") from diag-set 'ZOOM'
-01:40:48-09/01 [irspy] 210:210/bøger og tidsskrifter has no more tests: removing
-01:40:48-09/01 [irspy] 210:210/bøger og tidsskrifter rewriting XML record
-01:40:49-09/01 [irspy] 210:210/bøger og tidsskrifter rewrote XML record
-_irspy_identifier2target(#file_links[C:\akk\full\1234.txt,1,S]:#file_links[C:\akk\full\1234.txt,1,S]/FabevyBleaddy): unrecognised protocol '#file_links[C' at ../lib/ZOOM/IRSpy/Utils.pm line 220.
-01:40:49-09/01 [irspy] \akk\full\1234.txt,1,S]:#file_links[C:\akk\full\1234.txt,1,S]/FabevyBleaddy query 'rec.id="#file_links[C:\\akk\\full\\1234.txt,1,S]:#file_links[C:\\akk\\full\\1234.txt,1,S]/FabevyBleaddy"' found 0 records
-01:40:49-09/01 [irspy] \akk\full\1234.txt,1,S]:#file_links[C:\akk\full\1234.txt,1,S]/FabevyBleaddy entering active pool - 203 targets remain in queue
-01:40:50-09/01 [irspy] S]:#file_links[C:\akk\full\1234.txt,1,S¹ not connected: ZOOM error 10000 "Connect failed" (addinfo: "S]:#file_links[C:\akk\full\1234.txt,1,S¹") from diag-set 'ZOOM'
-died while trying to appendWellBalancedChunk(), probably due to bad XML:
-<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" errcode="10000" addinfo="S]:#file_links[C:\akk\full\1234.txt,1,S¹" xmlns:irspy="http://indexdata.com/irspy/1.0">2009-01-09T01:40:50</irspy:probe>
-Entity: line 1: parser error : Input is not proper UTF-8, indicate encoding !
-Bytes: 0xB9 0x22 0x20 0x78
- diagset="ZOOM" errcode="10000" addinfo="S]:#file_links[C:\akk\full\1234.txt,1,S
-                                                                               ^
- at irspy.pl line 33
-       main::__ANON__('Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at /usr/lib/perl5/XML/LibXML.pm line 592
-       eval {...} called at /usr/lib/perl5/XML/LibXML.pm line 592
-       XML::LibXML::parse_xml_chunk('XML::LibXML=HASH(0x1fdc0824)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at /usr/lib/perl5/XML/LibXML.pm line 1209
-       XML::LibXML::Element::appendWellBalancedChunk('XML::LibXML::Element=SCALAR(0x1fdc0848)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 151
-       eval {...} called at ../lib/ZOOM/IRSpy/Record.pm line 150
-       ZOOM::IRSpy::Record::_half_decent_appendWellBalancedChunk('ZOOM::IRSpy::Record=HASH(0x1fdc0338)', 'XML::LibXML::Element=SCALAR(0x1fdc0848)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 96
-       ZOOM::IRSpy::Record::append_entry('ZOOM::IRSpy::Record=HASH(0x1fdc0338)', 'irspy:status', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 115
-       ZOOM::IRSpy::Record::store_result('ZOOM::IRSpy::Record=HASH(0x1fdc0338)', 'probe', 'ok', 0, 'errcode', 10000, 'errmsg', 'Connect failed', 'addinfo', ...) called at ../lib/ZOOM/IRSpy/Test/Ping.pm line 93
-       ZOOM::IRSpy::Test::Ping::not_connected('ZOOM::IRSpy::Connection=HASH(0x8980868)', 'ZOOM::IRSpy::Task::Connect=HASH(0x1fdc0b00)', 'undef', '') called at ../lib/ZOOM/IRSpy.pm line 511
-       ZOOM::IRSpy::check('ZOOM::IRSpy=HASH(0x84fbb8c)') called at irspy.pl line 74 at /usr/lib/perl5/XML/LibXML.pm line 1209
- at irspy.pl line 33
-       main::__ANON__('Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at /usr/share/perl/5.8/Carp.pm line 102
-       Carp::croak('Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at /usr/lib/perl5/XML/LibXML.pm line 601
-       XML::LibXML::parse_xml_chunk('XML::LibXML=HASH(0x1fdc0824)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at /usr/lib/perl5/XML/LibXML.pm line 1209
-       XML::LibXML::Element::appendWellBalancedChunk('XML::LibXML::Element=SCALAR(0x1fdc0848)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 151
-       eval {...} called at ../lib/ZOOM/IRSpy/Record.pm line 150
-       ZOOM::IRSpy::Record::_half_decent_appendWellBalancedChunk('ZOOM::IRSpy::Record=HASH(0x1fdc0338)', 'XML::LibXML::Element=SCALAR(0x1fdc0848)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 96
-       ZOOM::IRSpy::Record::append_entry('ZOOM::IRSpy::Record=HASH(0x1fdc0338)', 'irspy:status', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 115
-       ZOOM::IRSpy::Record::store_result('ZOOM::IRSpy::Record=HASH(0x1fdc0338)', 'probe', 'ok', 0, 'errcode', 10000, 'errmsg', 'Connect failed', 'addinfo', ...) called at ../lib/ZOOM/IRSpy/Test/Ping.pm line 93
-       ZOOM::IRSpy::Test::Ping::not_connected('ZOOM::IRSpy::Connection=HASH(0x8980868)', 'ZOOM::IRSpy::Task::Connect=HASH(0x1fdc0b00)', 'undef', 'Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at ../lib/ZOOM/IRSpy.pm line 511
-       ZOOM::IRSpy::check('ZOOM::IRSpy=HASH(0x84fbb8c)') called at irspy.pl line 74
- at irspy.pl line 33
-       main::__ANON__('Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at ../lib/ZOOM/IRSpy/Record.pm line 154
-       ZOOM::IRSpy::Record::_half_decent_appendWellBalancedChunk('ZOOM::IRSpy::Record=HASH(0x1fdc0338)', 'XML::LibXML::Element=SCALAR(0x1fdc0848)', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 96
-       ZOOM::IRSpy::Record::append_entry('ZOOM::IRSpy::Record=HASH(0x1fdc0338)', 'irspy:status', '<irspy:probe ok="0" errmsg="Connect failed" diagset="ZOOM" er...') called at ../lib/ZOOM/IRSpy/Record.pm line 115
-       ZOOM::IRSpy::Record::store_result('ZOOM::IRSpy::Record=HASH(0x1fdc0338)', 'probe', 'ok', 0, 'errcode', 10000, 'errmsg', 'Connect failed', 'addinfo', ...) called at ../lib/ZOOM/IRSpy/Test/Ping.pm line 93
-       ZOOM::IRSpy::Test::Ping::not_connected('ZOOM::IRSpy::Connection=HASH(0x8980868)', 'ZOOM::IRSpy::Task::Connect=HASH(0x1fdc0b00)', 'undef', 'Entity: line 1: parser error : Input is not proper UTF-8, ind...') called at ../lib/ZOOM/IRSpy.pm line 511
-       ZOOM::IRSpy::check('ZOOM::IRSpy=HASH(0x84fbb8c)') called at irspy.pl line 74
-
-Date: Sat, 10 Jan 2009 01:20:35 +0100
-01:47:09-10/01 [irspy] tcp:208.178.237.40:7190/voyager rewriting XML record
-ZOOM error 10007 "Timeout" from diag-set 'ZOOM'
-
-Date: Sun, 11 Jan 2009 01:02:36 +0100
-02:16:57-11/01 [irspy] performing end-of-run sanity-checks
-2377 tests were skipped
-
-Date: Mon, 12 Jan 2009 01:02:21 +0100
-02:02:49-12/01 [irspy] performing end-of-run sanity-checks
-2369 tests were skipped
-External
-
-Date: Tue, 13 Jan 2009 01:02:42 +0100
-09:34:06-13/01 [irspy] performing end-of-run sanity-checks
-2520 tests were skipped
-
-Date: Wed, 14 Jan 2009 01:06:26 +0100
-02:11:56-14/01 [irspy] performing end-of-run sanity-checks
-2289 tests were skipped
-
-Date: Thu, 15 Jan 2009 01:01:56 +0100
-02:00:07-15/01 [irspy] performing end-of-run sanity-checks
-2320 tests were skipped
-
-Date: Fri, 16 Jan 2009 01:03:50 +0100
-01:54:22-16/01 [irspy] performing end-of-run sanity-checks
-2110 tests were skipped
-External
-
-Date: Sat, 17 Jan 2009 01:02:55 +0100
-01:23:49-17/01 [irspy] tcp:voyager.its.csiro.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-[...]
-
-Date: Sun, 18 Jan 2009 01:02:59 +0100
-05:19:06-18/01 [irspy] performing end-of-run sanity-checks
-2364 tests were skipped
-
-Date: Mon, 19 Jan 2009 01:02:30 +0100
-02:01:06-19/01 [irspy] performing end-of-run sanity-checks
-2368 tests were skipped
-External
-
-Date: Tue, 20 Jan 2009 01:03:25 +0100
-01:14:37-20/01 [irspy] tcp:voyager.its.csiro.au:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-[...]
-
-Date: Wed, 21 Jan 2009 01:00:17 +0100
-01:05:31-21/01 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-[...]
-
-Date: Thu, 22 Jan 2009 01:02:31 +0100
-01:38:09-22/01 [irspy] performing end-of-run sanity-checks
-2375 tests were skipped
-
-Date: Fri, 23 Jan 2009 01:00:49 +0100
-01:39:39-23/01 [irspy] performing end-of-run sanity-checks
-2086 tests were skipped
-External
-
-Date: Sat, 24 Jan 2009 01:00:59 +0100
-01:16:44-24/01 [irspy] tcp:voyager.its.csiro.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A opotential infinite template recursion was detected.
-[...]
-
-02:07:45-25/01 [irspy] exiting main loop
-02:07:45-25/01 [irspy] performing end-of-run sanity-checks
-2390 tests were skipped
-
-Date: Mon, 26 Jan 2009 01:00:47 +0100
-01:38:00-26/01 [irspy] performing end-of-run sanity-checks
-2365 tests were skipped
-External
-External
-
-Date: Tue, 27 Jan 2009 01:25:54 +0100
-01:35:10-27/01 [irspy] tcp:voyager.its.csiro.au:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 28 Jan 2009 01:00:54 +0100
-01:03:55-28/01 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 29 Jan 2009 01:00:52 +0100
-01:29:19-29/01 [irspy] performing end-of-run sanity-checks
-2364 tests were skipped
-
-Date: Fri, 30 Jan 2009 01:00:34 +0100
-01:37:58-30/01 [irspy] performing end-of-run sanity-checks
-2179 tests were skipped
-
-Date: Sat, 31 Jan 2009 01:00:58 +0100
-01:15:08-31/01 [irspy] tcp:voyager.its.csiro.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 01 Feb 2009 01:00:51 +0100
-02:07:57-01/02 [irspy] performing end-of-run sanity-checks
-2401 tests were skipped
-
-Date: Mon, 02 Feb 2009 01:00:46 +0100
-01:44:14-02/02 [irspy] performing end-of-run sanity-checks
-2333 tests were skipped
-External
-
-Date: Tue, 03 Feb 2009 01:02:25 +0100
-01:10:29-03/02 [irspy] tcp:voyager.its.csiro.au:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 04 Feb 2009 01:00:10 +0100
-01:03:04-04/02 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 05 Feb 2009 01:00:26 +0100
-01:33:16-05/02 [irspy] performing end-of-run sanity-checks
-2392 tests were skipped
-
-Date: Fri, 06 Feb 2009 01:00:51 +0100
-01:34:32-06/02 [irspy] performing end-of-run sanity-checks
-2155 tests were skipped
-External
-
-Date: Sat, 07 Feb 2009 01:00:45 +0100
-01:14:18-07/02 [irspy] tcp:voyager.its.csiro.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 08 Feb 2009 01:00:57 +0100
-02:11:28-08/02 [irspy] performing end-of-run sanity-checks
-2415 tests were skipped
-
-Date: Mon, 09 Feb 2009 01:01:30 +0100
-01:40:49-09/02 [irspy] performing end-of-run sanity-checks
-2369 tests were skipped
-External
-
-Date: Tue, 10 Feb 2009 01:01:13 +0100
-01:11:03-10/02 [irspy] tcp:voyager.its.csiro.au:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-01:03:20-11/02 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 12 Feb 2009 01:00:57 +0100
-01:47:07-12/02 [irspy] performing end-of-run sanity-checks
-2422 tests were skipped
-
-Date: Fri, 13 Feb 2009 01:00:53 +0100
-01:33:18-13/02 [irspy] performing end-of-run sanity-checks
-2163 tests were skipped
-External
-
-Date: Sat, 14 Feb 2009 01:00:59 +0100
-01:14:42-14/02 [irspy] tcp:voyager.its.csiro.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 15 Feb 2009 01:01:40 +0100
-09:45:49-15/02 [irspy] performing end-of-run sanity-checks
-2452 tests were skipped
-
-Date: Mon, 16 Feb 2009 01:00:16 +0100
-01:45:53-16/02 [irspy] performing end-of-run sanity-checks
-2426 tests were skipped
-External
-
-Date: Wed, 18 Feb 2009 01:00:21 +0100
-01:02:59-18/02 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 19 Feb 2009 01:00:46 +0100
-01:34:43-19/02 [irspy] performing end-of-run sanity-checks
-2420 tests were skipped
-
-Date: Fri, 20 Feb 2009 01:01:46 +0100
-01:45:56-20/02 [irspy] performing end-of-run sanity-checks
-2124 tests were skipped
-External
-
-Date: Sat, 21 Feb 2009 01:00:46 +0100
-01:17:11-21/02 [irspy] tcp:voyager.its.csiro.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 22 Feb 2009 01:01:20 +0100
-02:12:53-22/02 [irspy] performing end-of-run sanity-checks
-2431 tests were skipped
-
-Date: Mon, 23 Feb 2009 01:02:16 +0100
-01:42:38-23/02 [irspy] performing end-of-run sanity-checks
-2398 tests were skipped
-External
-
-Date: Tue, 24 Feb 2009 01:01:19 +0100
-01:09:21-24/02 [irspy] tcp:voyager.its.csiro.au:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 25 Feb 2009 01:00:41 +0100
-01:03:22-25/02 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 26 Feb 2009 01:00:48 +0100
-01:51:35-26/02 [irspy] performing end-of-run sanity-checks
-2379 tests were skipped
-
-Date: Fri, 27 Feb 2009 01:00:27 +0100
-01:34:20-27/02 [irspy] performing end-of-run sanity-checks
-2117 tests were skipped
-External
-
-Date: Sat, 28 Feb 2009 01:01:40 +0100
-01:17:58-28/02 [irspy] tcp:voyager.its.csiro.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 01 Mar 2009 01:01:40 +0100
-02:12:13-01/03 [irspy] performing end-of-run sanity-checks
-2394 tests were skipped
-
-Date: Mon, 02 Mar 2009 01:01:01 +0100
-01:45:43-02/03 [irspy] performing end-of-run sanity-checks
-2401 tests were skipped
-External
-External
-
-Date: Tue, 03 Mar 2009 01:00:42 +0100
-01:08:42-03/03 [irspy] tcp:voyager.its.csiro.au:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 04 Mar 2009 01:01:59 +0100
-01:04:43-04/03 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 05 Mar 2009 01:00:56 +0100
-03:14:14-05/03 [irspy] performing end-of-run sanity-checks
-2351 tests were skipped
-
-Date: Fri, 06 Mar 2009 01:01:10 +0100
-01:37:55-06/03 [irspy] performing end-of-run sanity-checks
-2129 tests were skipped
-External
-
-Date: Sat, 07 Mar 2009 01:00:58 +0100
-01:18:39-07/03 [irspy] tcp:voyager.its.csiro.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 08 Mar 2009 01:00:52 +0100
-02:11:17-08/03 [irspy] performing end-of-run sanity-checks
-2420 tests were skipped
-
-Date: Mon, 09 Mar 2009 01:00:43 +0100
-01:38:38-09/03 [irspy] performing end-of-run sanity-checks
-2413 tests were skipped
-External
-
-Date: Tue, 10 Mar 2009 01:01:03 +0100
-01:09:20-10/03 [irspy] tcp:voyager.its.csiro.au:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 11 Mar 2009 01:02:55 +0100
-01:05:34-11/03 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 12 Mar 2009 01:01:17 +0100
-01:32:58-12/03 [irspy] performing end-of-run sanity-checks
-2354 tests were skipped
-
-Date: Fri, 13 Mar 2009 01:00:23 +0100
-01:35:50-13/03 [irspy] performing end-of-run sanity-checks
-2186 tests were skipped
-External
-
-Date: Sat, 14 Mar 2009 01:00:49 +0100
-01:15:35-14/03 [irspy] tcp:voyager.its.csiro.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 15 Mar 2009 01:00:55 +0100
-01:09:50-15/03 [irspy] tcp:gil.uga.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 16 Mar 2009 01:00:44 +0100
-03:39:17-16/03 [irspy] performing end-of-run sanity-checks
-2427 tests were skipped
-External
-
-Date: Tue, 17 Mar 2009 01:01:09 +0100
-01:08:39-17/03 [irspy] tcp:voyager.its.csiro.au:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 18 Mar 2009 01:00:14 +0100
-01:02:56-18/03 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 19 Mar 2009 01:00:44 +0100
-01:15:54-19/03 [irspy] tcp:gil.uga.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 20 Mar 2009 01:04:06 +0100
-01:52:24-20/03 [irspy] performing end-of-run sanity-checks
-2113 tests were skipped
-External
-
-Date: Sat, 21 Mar 2009 01:00:31 +0100
-01:15:06-21/03 [irspy] tcp:voyager.its.csiro.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 22 Mar 2009 01:02:04 +0100
-01:10:01-22/03 [irspy] tcp:gil.uga.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 23 Mar 2009 01:00:53 +0100
-01:42:20-23/03 [irspy] performing end-of-run sanity-checks
-2381 tests were skipped
-External
-
-Date: Tue, 24 Mar 2009 01:01:01 +0100
-01:09:57-24/03 [irspy] tcp:voyager.its.csiro.au:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 25 Mar 2009 01:03:26 +0100
-01:06:14-25/03 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 26 Mar 2009 01:01:08 +0100
-01:26:05-26/03 [irspy] tcp:gil.uga.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 27 Mar 2009 01:01:04 +0100
-01:44:02-27/03 [irspy] exiting main loop
-01:44:02-27/03 [irspy] performing end-of-run sanity-checks
-2134 tests were skipped
-External
-
-Date: Sat, 28 Mar 2009 01:01:02 +0100
-01:14:40-28/03 [irspy] tcp:gil.gatech.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 29 Mar 2009 01:01:21 +0100
-01:08:56-29/03 [irspy] tcp:gil.uga.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 30 Mar 2009 01:01:06 +0200
-01:43:42-30/03 [irspy] performing end-of-run sanity-checks
-2373 tests were skipped
-External
-External
-
-Date: Tue, 31 Mar 2009 01:01:21 +0200
-01:08:28-31/03 [irspy] tcp:gil.gatech.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 01 Apr 2009 01:01:16 +0200
-01:04:22-01/04 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 02 Apr 2009 01:00:57 +0200
-01:17:13-02/04 [irspy] tcp:gil.uga.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 03 Apr 2009 01:01:22 +0200
-03:27:32-03/04 [irspy] performing end-of-run sanity-checks
-2062 tests were skipped
-External
-
-Date: Sat, 04 Apr 2009 01:00:46 +0200
-01:15:31-04/04 [irspy] tcp:gil.gatech.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 05 Apr 2009 01:00:34 +0200
-01:07:50-05/04 [irspy] tcp:gil.uga.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 06 Apr 2009 01:00:24 +0200
-01:22:49-06/04 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 07 Apr 2009 01:00:27 +0200
-01:06:59-07/04 [irspy] tcp:gil.gatech.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 08 Apr 2009 01:01:54 +0200
-01:04:37-08/04 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 09 Apr 2009 01:00:43 +0200
-01:20:20-09/04 [irspy] tcp:gil.uga.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 10 Apr 2009 01:00:53 +0200
-01:36:48-10/04 [irspy] performing end-of-run sanity-checks
-2053 tests were skipped
-External
-
-Date: Sat, 11 Apr 2009 01:00:51 +0200
-01:13:44-11/04 [irspy] tcp:gil.gatech.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 12 Apr 2009 01:00:29 +0200
-01:08:23-12/04 [irspy] tcp:gil.uga.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 13 Apr 2009 01:00:44 +0200
-01:23:58-13/04 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 14 Apr 2009 01:00:27 +0200
-01:06:21-14/04 [irspy] tcp:gil.gatech.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 15 Apr 2009 01:01:03 +0200
-01:03:39-15/04 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 16 Apr 2009 01:00:43 +0200
-01:01:31-16/04 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 17 Apr 2009 01:00:45 +0200
-01:36:07-17/04 [irspy] performing end-of-run sanity-checks
-2114 tests were skipped
-External
-
-Date: Sat, 18 Apr 2009 01:00:50 +0200
-01:14:09-18/04 [irspy] tcp:gil.gatech.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 19 Apr 2009 01:01:04 +0200
-01:02:09-19/04 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 20 Apr 2009 01:01:10 +0200
-01:29:49-20/04 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 21 Apr 2009 01:00:23 +0200
-01:06:04-21/04 [irspy] tcp:gil.gatech.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 22 Apr 2009 01:01:11 +0200
-01:03:53-22/04 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 23 Apr 2009 01:00:53 +0200
-01:01:40-23/04 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 24 Apr 2009 01:00:22 +0200
-01:36:06-24/04 [irspy] performing end-of-run sanity-checks
-2065 tests were skipped
-External
-
-Date: Sat, 25 Apr 2009 01:00:46 +0200
-01:12:55-25/04 [irspy] tcp:libadfa.adfa.edu.au:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 26 Apr 2009 01:00:56 +0200
-01:01:50-26/04 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 27 Apr 2009 01:01:04 +0200
-01:24:57-27/04 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 28 Apr 2009 01:01:55 +0200
-01:09:24-28/04 [irspy] tcp:library.lbc.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 29 Apr 2009 01:01:00 +0200
-01:02:57-29/04 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 30 Apr 2009 01:00:31 +0200
-01:01:22-30/04 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 01 May 2009 01:00:34 +0200
-01:36:59-01/05 [irspy] performing end-of-run sanity-checks
-2122 tests were skipped
-External
-
-Date: Sat, 02 May 2009 01:00:59 +0200
-01:13:17-02/05 [irspy] tcp:library.lbc.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 03 May 2009 01:00:57 +0200
-01:01:47-03/05 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 04 May 2009 01:00:55 +0200
-01:28:05-04/05 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 05 May 2009 01:00:36 +0200
-01:06:29-05/05 [irspy] tcp:library.lbc.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 06 May 2009 01:00:43 +0200
-01:02:43-06/05 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 07 May 2009 01:01:12 +0200
-01:02:00-07/05 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 08 May 2009 01:00:36 +0200
-01:55:17-08/05 [irspy] performing end-of-run sanity-checks
-2131 tests were skipped
-External
-
-Date: Sat, 09 May 2009 01:00:34 +0200
-01:10:45-09/05 [irspy] tcp:library.lbc.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 10 May 2009 01:00:52 +0200
-01:03:25-10/05 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 11 May 2009 01:01:03 +0200
-01:23:53-11/05 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 12 May 2009 01:00:59 +0200
-01:06:36-12/05 [irspy] tcp:library.lbc.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 13 May 2009 01:00:55 +0200
-01:03:21-13/05 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 14 May 2009 01:00:42 +0200
-01:01:38-14/05 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 15 May 2009 01:00:27 +0200
-01:42:05-15/05 [irspy] performing end-of-run sanity-checks
-2134 tests were skipped
-External
-
-Date: Sat, 16 May 2009 01:00:12 +0200
-01:10:28-16/05 [irspy] tcp:library.lbc.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 17 May 2009 01:00:42 +0200
-01:01:37-17/05 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 18 May 2009 01:00:59 +0200
-01:22:28-18/05 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 19 May 2009 01:00:55 +0200
-01:06:40-19/05 [irspy] tcp:library.lbc.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 20 May 2009 01:00:39 +0200
-01:02:53-20/05 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 21 May 2009 01:00:53 +0200
-01:01:43-21/05 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 22 May 2009 01:01:07 +0200
-01:37:00-22/05 [irspy] performing end-of-run sanity-checks
-2146 tests were skipped
-
-Date: Sat, 23 May 2009 01:00:18 +0200
-01:09:39-23/05 [irspy] tcp:library.lbc.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 24 May 2009 01:00:21 +0200
-01:01:14-24/05 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 25 May 2009 01:00:14 +0200
-01:21:31-25/05 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 26 May 2009 01:01:07 +0200
-01:07:41-26/05 [irspy] tcp:library.lbc.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 27 May 2009 01:00:10 +0200
-01:02:10-27/05 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 28 May 2009 01:00:14 +0200
-01:01:38-28/05 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 29 May 2009 01:00:14 +0200
-01:33:46-29/05 [irspy] performing end-of-run sanity-checks
-2137 tests were skipped
-External
-
-Date: Sat, 30 May 2009 01:00:44 +0200
-01:13:29-30/05 [irspy] tcp:library.lbc.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 31 May 2009 01:00:09 +0200
-01:01:03-31/05 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 01 Jun 2009 01:00:17 +0200
-01:21:44-01/06 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 02 Jun 2009 01:00:11 +0200
-01:06:01-02/06 [irspy] tcp:library.lbc.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 03 Jun 2009 01:00:52 +0200
-01:03:09-03/06 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 04 Jun 2009 01:00:31 +0200
-01:01:16-04/06 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 05 Jun 2009 01:00:11 +0200
-01:37:41-05/06 [irspy] performing end-of-run sanity-checks
-2127 tests were skipped
-External
-
-Date: Sat, 06 Jun 2009 01:00:47 +0200
-01:10:55-06/06 [irspy] tcp:library.lbc.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-01:02:34-07/06 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 08 Jun 2009 01:00:12 +0200
-01:21:18-08/06 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 09 Jun 2009 01:00:15 +0200
-01:06:24-09/06 [irspy] tcp:library.lbc.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 10 Jun 2009 01:00:13 +0200
-01:02:26-10/06 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 11 Jun 2009 01:00:09 +0200
-01:00:54-11/06 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 12 Jun 2009 01:00:13 +0200
-01:33:00-12/06 [irspy] performing end-of-run sanity-checks
-2112 tests were skipped
-External
-
-Date: Sat, 13 Jun 2009 01:01:00 +0200
-01:11:55-13/06 [irspy] tcp:library.lbc.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 14 Jun 2009 01:00:49 +0200
-01:03:21-14/06 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 15 Jun 2009 01:00:22 +0200
-01:22:50-15/06 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 16 Jun 2009 01:00:13 +0200
-01:05:53-16/06 [irspy] tcp:library.lbc.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 17 Jun 2009 01:00:12 +0200
-01:02:17-17/06 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 18 Jun 2009 01:00:26 +0200
-01:01:17-18/06 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 19 Jun 2009 01:00:26 +0200
-02:42:12-19/06 [irspy] performing end-of-run sanity-checks
-2536 tests were skipped
-External
-
-Date: Sat, 20 Jun 2009 01:00:10 +0200
-01:11:37-20/06 [irspy] tcp:library.lbc.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 21 Jun 2009 01:00:23 +0200
-01:02:47-21/06 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 22 Jun 2009 01:00:24 +0200
-01:22:48-22/06 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 23 Jun 2009 01:00:12 +0200
-01:05:29-23/06 [irspy] tcp:library.lbc.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Wed, 24 Jun 2009 01:00:19 +0200
-01:02:27-24/06 [irspy] tcp:193.40.4.177:210/ESTER rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Thu, 25 Jun 2009 01:00:45 +0200
-01:01:40-25/06 [irspy] tcp:128.171.19.17:7690/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Fri, 26 Jun 2009 01:00:11 +0200
-01:35:39-26/06 [irspy] performing end-of-run sanity-checks
-2136 tests were skipped
-External
-
-Date: Sat, 27 Jun 2009 01:00:11 +0200
-01:09:51-27/06 [irspy] tcp:library.lbc.edu:7090/voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Sun, 28 Jun 2009 01:00:48 +0200
-01:01:46-28/06 [irspy] tcp:128.171.19.17:7290/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Mon, 29 Jun 2009 01:00:11 +0200
-01:21:20-29/06 [irspy] tcp:129.108.99.98:210/Nugget rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
-Date: Tue, 30 Jun 2009 01:00:20 +0200
-01:05:41-30/06 [irspy] tcp:library.lbc.edu:7090/Voyager rewriting XML record
-runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl line 174 element param
-xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
-
diff --git a/archive/press-release b/archive/press-release
deleted file mode 100644 (file)
index c2f6b45..0000000
+++ /dev/null
@@ -1,187 +0,0 @@
-From mike  Thu Apr  6 07:29:26 2006
-X-VM-v5-Data: ([nil nil nil nil t nil nil nil nil]
-       ["36361" "Wednesday" "5" "April" "2006" "16:03:54" "-0400" "David Dorman" "dorman@indexdata.com" "<7.0.1.0.2.20060405160339.03da1e80@indexdata.com>" "530" "[Staff] Support for NISO Metasearch Initiative" "^X-Spam-Status:" nil nil "4" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <staff-bounces@lists.indexdata.dk>
-X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on bagel.indexdata.dk
-X-Spam-Level: 
-Envelope-to: mike@indexdata.com
-Delivery-date: Thu, 06 Apr 2006 08:09:00 +0200
-Received: from localhost.localdomain [127.0.0.1]
-       by localhost with POP3 (fetchmail-6.2.5)
-       for mike@localhost (single-drop); Thu, 06 Apr 2006 07:29:26 +0100 (BST)
-Received: from kebab.indexdata.dk ([83.133.64.60])
-       by bagel.indexdata.dk with esmtp (Exim 3.35 #1 (Debian))
-       id 1FRNfv-0006yp-00; Thu, 06 Apr 2006 08:08:59 +0200
-Received: from localhost ([127.0.0.1] helo=kebab.indexdata.dk)
-       by kebab.indexdata.dk with esmtp (Exim 4.50)
-       id 1FRNcT-0002Nn-5P; Thu, 06 Apr 2006 08:05:25 +0200
-Received: from user.indexdata.dk ([213.150.43.10] helo=bagel.indexdata.dk)
-       by kebab.indexdata.dk with esmtp (Exim 4.50) id 1FREGw-0007if-6b
-       for staff@lists.indexdata.dk; Wed, 05 Apr 2006 22:06:40 +0200
-Received: from mailman by bagel.indexdata.dk with local (Exim 3.35 #1 (Debian))
-       id 1FREKM-0007Hj-00
-       for <staff-filtered@indexdata.dk>; Wed, 05 Apr 2006 22:10:06 +0200
-Received: from post1.wesleyan.edu ([129.133.6.131])
-       by bagel.indexdata.dk with esmtp (Exim 3.35 #1 (Debian))
-       id 1FREKL-0007HA-00
-       for <staff@indexdata.com>; Wed, 05 Apr 2006 22:10:05 +0200
-Received: from DAVID.indexdata.com (69.177.235.51.adsl.snet.net
-       [69.177.235.51] (may be forged)) (authenticated bits=0)
-       by post1.wesleyan.edu (8.12.11/8.12.11) with ESMTP id k35K3wSC030632;
-       Wed, 5 Apr 2006 16:04:56 -0400
-Message-Id: <7.0.1.0.2.20060405160339.03da1e80@indexdata.com>
-Message-Id: <7.0.1.0.2.20060405150259.03dbfe48@indexdata.com>
-X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0
-Mime-Version: 1.0
-X-Wesleyan-MailScanner-Information: Please contact the ISP for more information
-X-Wesleyan-MailScanner: Found to be clean
-X-MailScanner-From: dorman@indexdata.com
-X-Mailman-Approved-At: Thu, 06 Apr 2006 08:05:23 +0200
-X-BeenThere: staff@lists.indexdata.dk
-X-Mailman-Version: 2.1.5
-Precedence: list
-List-Id: Index Data's PRIVATE staff discussion list <staff.lists.indexdata.dk>
-List-Unsubscribe: <http://lists.indexdata.dk/cgi-bin/mailman/listinfo/staff>, 
-       <mailto:staff-request@lists.indexdata.dk?subject=unsubscribe>
-List-Archive: <http://lists.indexdata.dk/cgi-bin/mailman/private/staff>
-List-Post: <mailto:staff@lists.indexdata.dk>
-List-Help: <mailto:staff-request@lists.indexdata.dk?subject=help>
-List-Subscribe: <http://lists.indexdata.dk/cgi-bin/mailman/listinfo/staff>,
-       <mailto:staff-request@lists.indexdata.dk?subject=subscribe>
-Errors-To: staff-bounces@lists.indexdata.dk
-X-SA-Exim-Connect-IP: 127.0.0.1
-X-SA-Exim-Mail-From: staff-bounces@lists.indexdata.dk
-X-SA-Exim-Scanned: No (on kebab.indexdata.dk); SAEximRunCond expanded to false
-X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,
-       FORGED_RCVD_HELO autolearn=unavailable version=3.1.0
-From: David Dorman <dorman@indexdata.com>
-Sender: staff-bounces@lists.indexdata.dk
-To: "Index Data News List 3":;
-Subject: [Staff] Support for NISO Metasearch Initiative
-Date: Wed, 05 Apr 2006 16:03:54 -0400
-X-StripMime: Non-text section removed by stripmime
-Content-Type: text/plain; charset="us-ascii"; format=flowed
-
-Hello to everyone on my Index Data news distribution list.  I hope 
-this note finds you all engaged and feeling well.  I am pleased to be 
-able to report, with the following announcement, that Index Data is 
-advancing the standardization of metasearching in a way that we are 
-confident will result in significant cost savings for the library community.
-
-David Dorman
-
-INDEX DATA DEVELOPMENT CONTRACT SUPPORTS NISO METASEARCH INITIATIVE
-
-April 5, 2006 - West Hartford, CT - Index Data, the premier developer 
-of Open Source information retrieval software for libraries and their 
-vendors, has just signed a contract with Helsinki University Library, 
-The National Library of Finland, to develop an information retrieval 
-target monitoring and analysis tool. This software, which is being 
-released under the name Keystone Target Manager, will be designed to 
-meet the specifications of the NISO draft standard Z39.92: 
-Information Retrieval Service Description, which is based on an 
-earlier community standard called ZeeRex.
-
-The Keystone Target Manager will perform the following services:
-    * Automatically monitor a collection of Z39.50/SRW/SRU targets, 
-maintaining statistics for availability over time.
-    * Provide configurable alerting services when targets become unavailable.
-    * Automatically gather information about the search capabilities 
-of targets that use standard search protocols, such as 
-Z39.50/SRW/SRU, for use in configuring IR clients of different types.
-    * Make the gathered information available in a software-readable 
-form, as a database of ZeeRex (ANSI/NISO Z39.92) records. (This will 
-enable sharing of this information via the Internet.)
-Juha Hakala, Director of Information Technology at Helsinki 
-University Library and Chair of the NISO Committee which developed 
-the NISO Z39.92 draft standard, points out that "up to now 
-information about Z39.50 or SRU/SRW targets has usually been 
-discovered and documented manually, which is a laborious and time 
-consuming process. Also, there has been no efficient means of 
-exchanging this data among metasearch applications such as portals. 
-While NISO Z39.92, solves the latter problem, the Keystone Target 
-Manager will simplify the process of creating accurate target 
-descriptions and keeping them up-to-date."
-
-"Given the expertise Index Data has in implementing Z39.50 and 
-SRU/SRW applications," Hakala continued, "I am confident that the 
-service descriptions generated by the Target Manager will be useful. 
-It will be interesting to see how quickly the IR portal vendors and 
-maintenance agencies such as libraries will adopt this target 
-management tool, and start sharing on a global scale the target 
-descriptions harvested with it."
-
-Pat Stevens, the Interim Executive Director of NISO, was delighted to 
-learn about this agreement: "NISO thanks Helsinki University and 
-Index Data for their collaborative work on this project," she stated. 
-"It comes at just the right time as organizations are now looking for 
-an effective way to implement Z39.92."
-
-The Keystone Target Manager will be a major step forward in 
-standardizing and reducing the costs of maintaining target gateways 
-for metasearch services. Content providers that support standardized 
-search interfaces, and federated search services that take advantage 
-of this soon-to-be-released Open Source/Open Access target management 
-service, will together be able to reduce the cost of providing 
-federated search services to libraries. If these lower costs are 
-passed on to libraries in the form of reduced gateway maintenance 
-fees, libraries will be able to shift costs from access mechanisms to 
-licensing content.
-
-About Index Data
-
-Index Data has been developing standards-based information retrieval 
-technology since 1994. Library software vendors as varied as Ex 
-Libris, Fretwell-Downing, Geac, ISACSOFT, Koha and Polaris use Index 
-Data's technology in the software they provide to libraries. And 
-libraries around the world, including the Library of Congress and 
-many other national libraries, use the company's technology and 
-services to meet demanding and sophisticated information retrieval 
-challenges. The company's metasearch service, Keystone Retriever, is 
-among the most advanced in the industry and is distributed under an 
-Open Source license.
-
---------------------------------------------------
-LIST MANAGEMENT INFO
-
-All recipients of this newsletter have been individually and manually 
-added to the Index Data News Distribution List.  If you would like to 
-be deleted from this list, simply reply to this email with a remove 
-request and I will remove your name. If this email was forwarded to 
-you and you would like to receive these occasional mailings in the 
-future, let me know and I will add you to the list.
---------------------------------------------------
-
-Yours for a More Open World,
-
-David
-
-
-David Dorman
-US Marketing Manager, Index Data
-52 Whitman Ave.
-West Hartford, Connecticut  06107
-dorman@indexdata.com
-860-389-1568 or toll free 866-489-1568
-fax: 860-561-5613
-
-INDEX DATA Means Business
-for Open Source and Open Standards
-- - - - - - - - - - - - - - -
-www.indexdata.com
-
-_______________________________________________
-Staff mailing list
-Staff@lists.indexdata.dk
-http://lists.indexdata.dk/cgi-bin/mailman/listinfo/staff
-
-
---- StripMime Report -- processed MIME parts ---
-multipart/mixed
-  text/plain (text body -- kept)
-  application/msword
-  text/plain (text body -- kept)
----
-
-
diff --git a/archive/separate-apache b/archive/separate-apache
deleted file mode 100644 (file)
index fef03c9..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-
-/etc/apache-irspy -- Apache configuration
-/var/log/apache-irspy -- Apache logs
-/etc/logrotate.d/apache-irspy -- Log-rotation configuration
-/etc/init.d/apache-irspy -- System start/stop script
-/etc/rc2.d/S99irspy-zebra -- Automatic start and stop
diff --git a/archive/service description robot.sxw b/archive/service description robot.sxw
deleted file mode 100644 (file)
index db5dbab..0000000
Binary files a/archive/service description robot.sxw and /dev/null differ
diff --git a/archive/stats.html b/archive/stats.html
deleted file mode 100644 (file)
index 7811ba8..0000000
+++ /dev/null
@@ -1,698 +0,0 @@
-<!-- Downloaded from http://targettest.indexdata.com/stat.php -->
-<html>
- <head>
-    <LINK REL="stylesheet" HREF="targettest.css" TYPE="text/css">
-    <title>Z39.50 Target Statistics</title>
- </head>
- <body>
-    <h1>Z39.50 Target Statistics</h1>
-    Every so often, we probe the targets known to us (currently
-    928, with a total of 1254 databases) to keep track
-    of their support for different elements of the Z39.50 protocol. The results are displayed below.
-    You can also view <a href="index.php">the
-    full list of targets and databases</a>.
-    <P>
-    The targets was last probed Tuesday 05 th. of December 2006 at 18:16 CET.
-    <P>
-    DISCLAIMER: The systems listed are generally made available without charge for testing or general use. Additional functionality may be available to registered users of each system. The information presented here should not be considered indicative of the general functionality of any given software system or installation. This information is made available for recreational purposes only, and Index Data assumes no responsibility or warranty for its correctness. Use at your own discretion.
-
-<CENTER><H3>The ten most commonly supported Bib-1 Use attributes</H3>\r
-        <TABLE bgcolor="#ffffff" border=1 BORDERCOLOR="#33CC66" BORDERCOLORLIGHT="#33CC66">\r
-        <tr bgcolor="#33CC66"><th>#</th><th>Attribute</th><th>Name</th><th># Db</th></tr>\r
-    
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-1
-</TD><TD class="toolbar" Valign=Top Width=70 bgcolor="#ffffff">
-4
-</TD><TD class="toolbar" Valign=Top Width=130 bgcolor="#ffffff">
-Title
-</TD><TD  class="toolbar"Valign=Top Width=80 bgcolor="#ffffff">
-1190 (95%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-2
-</TD><TD class="toolbar" Valign=Top Width=70 bgcolor="#ffffff">
-21
-</TD><TD class="toolbar" Valign=Top Width=130 bgcolor="#ffffff">
-Subject heading
-</TD><TD  class="toolbar"Valign=Top Width=80 bgcolor="#ffffff">
-1157 (92%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-3
-</TD><TD class="toolbar" Valign=Top Width=70 bgcolor="#ffffff">
-1003
-</TD><TD class="toolbar" Valign=Top Width=130 bgcolor="#ffffff">
-Author
-</TD><TD  class="toolbar"Valign=Top Width=80 bgcolor="#ffffff">
-1103 (88%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-4
-</TD><TD class="toolbar" Valign=Top Width=70 bgcolor="#ffffff">
-7
-</TD><TD class="toolbar" Valign=Top Width=130 bgcolor="#ffffff">
-ISBN
-</TD><TD  class="toolbar"Valign=Top Width=80 bgcolor="#ffffff">
-1102 (88%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-5
-</TD><TD class="toolbar" Valign=Top Width=70 bgcolor="#ffffff">
-8
-</TD><TD class="toolbar" Valign=Top Width=130 bgcolor="#ffffff">
-ISSN
-</TD><TD  class="toolbar"Valign=Top Width=80 bgcolor="#ffffff">
-1056 (84%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-6
-</TD><TD class="toolbar" Valign=Top Width=70 bgcolor="#ffffff">
-1016
-</TD><TD class="toolbar" Valign=Top Width=130 bgcolor="#ffffff">
-Any
-</TD><TD  class="toolbar"Valign=Top Width=80 bgcolor="#ffffff">
-1024 (82%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-7
-</TD><TD class="toolbar" Valign=Top Width=70 bgcolor="#ffffff">
-5
-</TD><TD class="toolbar" Valign=Top Width=130 bgcolor="#ffffff">
-Title series
-</TD><TD  class="toolbar"Valign=Top Width=80 bgcolor="#ffffff">
-928 (74%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-8
-</TD><TD class="toolbar" Valign=Top Width=70 bgcolor="#ffffff">
-1
-</TD><TD class="toolbar" Valign=Top Width=130 bgcolor="#ffffff">
-Personal name
-</TD><TD  class="toolbar"Valign=Top Width=80 bgcolor="#ffffff">
-916 (73%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-9
-</TD><TD class="toolbar" Valign=Top Width=70 bgcolor="#ffffff">
-12
-</TD><TD class="toolbar" Valign=Top Width=130 bgcolor="#ffffff">
-Local number
-</TD><TD  class="toolbar"Valign=Top Width=80 bgcolor="#ffffff">
-880 (70%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-10
-</TD><TD class="toolbar" Valign=Top Width=70 bgcolor="#ffffff">
-6
-</TD><TD class="toolbar" Valign=Top Width=130 bgcolor="#ffffff">
-Title uniform
-</TD><TD  class="toolbar"Valign=Top Width=80 bgcolor="#ffffff">
-832 (66%)
-</TD>
-</TR>
-</table>
-<p>
-<H3>Record syntax support by database</H3>\r
-<TABLE bgcolor="#ffffff" border=1 BORDERCOLOR="#33CC66" BORDERCOLORLIGHT="#33CC66">\r
-<tr bgcolor="#33CC66"><th>#</th><th>Record Syntax</th><th># Db</th></tr>\r
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-1
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-USmarc
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-1019 (81%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-2
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-SUTRS
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-613 (49%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-3
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-OPAC
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-585 (47%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-4
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-XML
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-517 (41%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-5
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-Unimarc
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-280 (22%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-6
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-RUSmarc
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-227 (18%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-7
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-Danmarc
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-152 (12%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-8
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-GRS-1
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-103 (8%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-9
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-NoInfo
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-88 (7%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-10
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-UKmarc
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-65 (5%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-11
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-MAB
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-30 (2%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-12
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-Canmarc
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-25 (2%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-13
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-Normarc
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-14 (1%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-14
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-Ibermarc
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-14 (1%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-15
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-Picamarc
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-10 (1%)
-</TD>
-</TR>
-</table>
-<p>
-<H3>Explain Support</H3>\r
-<small>(Of the targets known to us, 45 currently support Explain.)</small>
-<p>
-<TABLE bgcolor="#ffffff" border=1 BORDERCOLOR="#33CC66" BORDERCOLORLIGHT="#33CC66">\r
-<tr bgcolor="#33CC66"><th>#</th><th>Explain Category</th><th># Targets</th></tr>\r
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-1
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-TargetInfo
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-44 (98%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-2
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-DatabaseInfo
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-44 (98%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-3
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-CategoryList
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-41 (91%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-4
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-AttributeSetInfo
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-39 (87%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-5
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-AttributeDetails
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-37 (82%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-6
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-RecordSyntaxInfo
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-19 (42%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-7
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-SchemaInfo
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-12 (27%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-8
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-TagSetInfo
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-12 (27%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-9
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-TermListInfo
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-4 (9%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-10
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-TermListDetails
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-4 (9%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-11
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-ExtendedServicesInfo
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-1 (2%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-12
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-ElementSetDetails
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-1 (2%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-13
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-SortDetails
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-1 (2%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-14
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-Processing
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-1 (2%)
-</TD>
-</TR>
-</table>
-<p>
-<H3>Z39.50 Protocol Services Support</H3>\r
-    <table width=300 border=0>
-    <tr>
-    <td>\r
-<p><small>Note: We calculate the protocol services support by looking at
-    the options bits as they come back in the Init Response PDU.</small>
-    <p>\r
-<TABLE bgcolor="#ffffff" border=1 BORDERCOLOR="#33CC66" BORDERCOLORLIGHT="#33CC66">\r
-<tr bgcolor="#33CC66"><th>#</th><th>Service</th><th># Targets</th></tr>\r
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-1
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-search
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-928 (100%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-2
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-present
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-928 (100%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-3
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-scan
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-733 (79%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-4
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-namedResultSets
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-655 (71%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-5
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-delSet
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-479 (52%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-6
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-sort
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-367 (40%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-7
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-concurrentOperations
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-290 (31%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-8
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-extendedServices
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-286 (31%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-9
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-resourceCtrl
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-52 (6%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-10
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-accessCtrl
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-50 (5%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-11
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-resourceReport
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-47 (5%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-12
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-triggerResourceCtrl
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-41 (4%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-13
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-level-1Segmentation
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-34 (4%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-14
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-level-2Segmentation
-</TD><TD class="toolbar" Valign=Top Width=100 bgcolor="#ffffff">
-21 (2%)
-</TD>
-</TR>
-</table>
-    </td>
-        </tr>
-        </table>
-
-<p>
-<H3>Z39.50 Server Atlas</H3>
-    <table width=620 border=0>
-    <tr>
-    <td>
-    <small>The geographical coordinates for Z39.50 servers plotted on a world atlas.</small>\r
-<p>
-<a href="ip-atlas-0.9/z3950map.php"><img src="ip-atlas-0.9/z3950map.jpg" ALT="Z39.50 Server Atlas" border=0></a>
-        <br>
-        <small>Click on the image to see a larger version. This image has been created with a modified version of Ivan Kozik's <a href="http://www.xpenguin.com/plot.php">IP-Atlas</a>.</small>
-        </td>
-        </tr>
-        </table>\r
-<p>
-<H3>Top Domains</H3>\r
-<p><small>The number of targets in a particular top domain.</small><p>
-<TABLE bgcolor="#fffff" border=1 BORDERCOLOR="#33CC66" BORDERCOLORLIGHT="#33CC66">\r
-<tr bgcolor="#33CC66"><th>#</th><th>Top Domain</th><th># Targets</th></tr>\r
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-1
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-edu  <img src="./flag/edu.gif" width=14 hight=14>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-205 (22%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-2
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-dk (Denmark) <img src="./flag/dk.gif" width=14 hight=14>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-95 (10%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-3
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-ru (Russia) <img src="./flag/ru.gif" width=14 hight=14>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-61 (7%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-4
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-uk (United Kingdom) <img src="./flag/uk.gif" width=14 hight=14>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-58 (6%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-5
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-ca (Canada) <img src="./flag/ca.gif" width=14 hight=14>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-47 (5%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-6
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-us (USA) <img src="./flag/us.gif" width=14 hight=14>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-46 (5%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-7
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-org  <img src="./flag/org.gif" width=14 hight=14>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-41 (4%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-8
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-au (Australia) <img src="./flag/au.gif" width=14 hight=14>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-33 (4%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-9
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-es (Spain) <img src="./flag/es.gif" width=14 hight=14>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-24 (3%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-10
-</TD><TD class="toolbar" Valign=Top Width=150 bgcolor="#ffffff">
-it (Itally) <img src="./flag/it.gif" width=14 hight=14>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-12 (1%)
-</TD>
-</TR>
-</table>
-<p>
-<H3>Implementation</H3>
-    <small>The number of targets with a particular implementation name/id.<br>
-        Note: Implementation id is weighted highest.</small>
-    
-<p>
-<TABLE bgcolor="#ffffff" border=1 BORDERCOLOR="#33CC66" BORDERCOLORLIGHT="#33CC66">\r
-<tr bgcolor="#33CC66"><th>#</th><th>Implementation name</th><th># Targets</th></tr>\r
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-1
-</TD><TD class="toolbar" Valign=Top Width=300 bgcolor="#ffffff">
-<A href="http://www.iii.com">z39-innopac</A>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-247 (27%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-2
-</TD><TD class="toolbar" Valign=Top Width=300 bgcolor="#ffffff">
-<A href="http://www.indexdata.dk">Index Data/YAZ Generic Frontend Server</A>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-211 (23%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-3
-</TD><TD class="toolbar" Valign=Top Width=300 bgcolor="#ffffff">
-<A href="http://www.endinfosys.com/prods/voyager.htm">CNIDR zserver</A>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-113 (12%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-4
-</TD><TD class="toolbar" Valign=Top Width=300 bgcolor="#ffffff">
-<A href="http://www.SIRSI.com">SIRSI CORP</A>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-105 (11%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-5
-</TD><TD class="toolbar" Valign=Top Width=300 bgcolor="#ffffff">
-<A href="http://www.geac.com">Geac Advance Z39.50 SERVER</A>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-28 (3%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-6
-</TD><TD class="toolbar" Valign=Top Width=300 bgcolor="#ffffff">
-Horizon Information Portal Z39.50 Server
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-22 (2%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-7
-</TD><TD class="toolbar" Valign=Top Width=300 bgcolor="#ffffff">
-RUSLAN Server, Library System RUSLAN
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-19 (2%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-8
-</TD><TD class="toolbar" Valign=Top Width=300 bgcolor="#ffffff">
-<A href="http://www.dbc.dk">DBC nep</A>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-12 (1%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-9
-</TD><TD class="toolbar" Valign=Top Width=300 bgcolor="#ffffff">
-Library.Z
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-8 (1%)
-</TD>
-</TR>
-<TR><TD class="toolbar" Valign=Top Width=30 bgcolor="#ffffff">
-10
-</TD><TD class="toolbar" Valign=Top Width=300 bgcolor="#ffffff">
-<A href="http://www.dra.com">Data Research</A>
-</TD><TD class="toolbar" Valign=Top Width=80 bgcolor="#ffffff">
-8 (1%)
-</TD>
-</TR>
-
-        </table></CENTER>
-        <P>
-    
-
-    Back to the <a href="index.php">Z39.50 Target Directory</a>.
-    <P>
-    Comments or suggestions? Please <a href="mailto:info@indexdata.dk"> mail</a> us.
-
-
-    </TD>\r
-    </TR>\r
-    </TABLE>\r
-    <P>
-    </font>\r
-    </body>
-</html>
diff --git a/archive/tests b/archive/tests
deleted file mode 100644 (file)
index 839bc74..0000000
+++ /dev/null
@@ -1,439 +0,0 @@
-From mike  Tue May 23 08:49:36 2006
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["10552" "Tuesday" "23" "May" "2006" "09:43:08" "+0200" "marc" "marc@indexdata.dk" nil "326" "SRU Server lint/tester" "^X-Spam-Status:" nil nil "5" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <marc@indexdata.dk>
-X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on bagel.indexdata.dk
-X-Spam-Level: 
-Envelope-to: mike@miketaylor.org.uk
-Delivery-date: Tue, 23 May 2006 09:43:10 +0200
-Received: from localhost.localdomain [127.0.0.1]
-       by localhost with POP3 (fetchmail-6.2.5)
-       for mike@localhost (single-drop); Tue, 23 May 2006 08:49:36 +0100 (BST)
-Received: from user.indexdata.dk ([213.150.43.10] helo=[10.0.1.66])
-       by bagel.indexdata.dk with esmtp (Exim 3.35 #1 (Debian))
-       id 1FiRXp-0004lO-00; Tue, 23 May 2006 09:43:09 +0200
-Message-ID: <4472BD0C.1000102@indexdata.dk>
-User-Agent: Debian Thunderbird 1.0.7 (X11/20051017)
-X-Accept-Language: en-us, en
-MIME-Version: 1.0
-References: <17522.6764.89623.774386@localhost.localdomain>
-In-Reply-To: <17522.6764.89623.774386@localhost.localdomain>
-Content-Type: text/plain; charset=UTF-8; format=flowed
-Content-Transfer-Encoding: 8bit
-X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham 
-       version=3.1.1
-From: marc <marc@indexdata.dk>
-To: Mike Taylor <mike@miketaylor.org.uk>,  adam@indexdata.dk, 
- Ralph LeVan <levan@oclc.org>
-Subject: SRU Server lint/tester
-Date: Tue, 23 May 2006 09:43:08 +0200
-
-Mike Taylor wrote:
-> Guys,
-> 
-> Ralph's fixed his SRU-lint web-page.  It takes a few minutes to get
-> its head around foo.indexdata.dk, but it does manage, and has some
-> useful things to say.
-> 
-
-
-Hej Ralph
-
-Thanks for a fast fix of your SRU Server tester
-http://alcme.oclc.org/srw/SRUServerTester.html
-for the Alvis-Zebra SRU server URL
-http://foo.indexdata.dk
-
-I think your SRU checker does a nice job. And it did indeed find some 
-errors in our implementation, so we all can improve. Thanks for that!
-
-I have a couple of small comments:
-
-
-1)
-You test scan like this:
-
-http://foo.indexdata.dk?version=1.1&scanClause=rec.id+=+dog&operation=scan&responsePosition=1&maximumTerms=5
-
-I think you should always add a responsePosition=3 to the mix, as there 
-might be indexes (and there are here!) where the term 'dog' comes 
-lexocographically after the last index entry, and you get a fat empty
-
-<zs:scanResponse>
-<zs:version>1.1</zs:version>
-</zs:scanResponse>
-
-But using
-
-http://foo.indexdata.dk/?version=1.1&operation=scan&scanClause=rec.id+%3D+%28dog%29&responsePosition=3&maximumTerms=5&stylesheet=
-
-gives you
-
-<zs:scanResponse>
-<zs:version>1.1</zs:version>
-<zs:terms>
-<zs:term>
-<zs:value>FFFEBE6A0D7773AF401A728D5C818AEB</zs:value>
-<zs:numberOfRecords>1</zs:numberOfRecords>
-</zs:term>
-<zs:term>
-<zs:value>FFFF3A78648AC540304B1F50A2C0D644</zs:value>
-<zs:numberOfRecords>1</zs:numberOfRecords>
-</zs:term>
-</zs:terms>
-</zs:scanResponse>
-
-By the way, an empty index is not that useful, but I think it's not 
-necessarily an error to have one unpopulated index, so using a warning 
-from your side is a good choice, I feel.
-
-
-2) scan relation 'exact'
-
-You try
-http://foo.indexdata.dk?version=1.1&scanClause=rec.id+exact+dog&operation=scan&responsePosition=1&maximumTerms=5
-
-with relation 'exact', but my explain never told you that the server 
-supports relation 'exact'.
-
-I think, my correct server response to this should be a fatal 
-diagnostic, and your correct test result should have been 'diagnostic 
-this-and-that expected'.
-
-Unless it's mandatory that any index supports 'exact', in which case an 
-error should be reported (I need to look in the specs to be sure ..)
-
-3) test of search retrieve
-
-You are doing a decent job here. I have a suggestion for a slight 
-improvement: you might want to use your information from a scan in the 
-follwing way:
-
-- search for a term _not_ found in the index, and see that there are 0
-   hits (and the response is correct)
-
-- search for at term found in the scan response, and see that the number
-   of hits equals the number of hits claimed in the scan response
-
-I know, it's more work to check for numbers, but it's also a nice sanity 
-check on top of a syntax/protocol check.
-
-4) huge records: some of the records are insane huge (up to 5 MB of 
-XML). For example you hit one here:
-
-http://foo.indexdata.dk?version=1.1&query=alvis.entity-disease+=+"dominant 
-optic atrophy"&operation=searchRetrieve&maximumRecords=1
-
-You might want to test for XML response message size before doing 
-anything else to it, and report a warning like 'response too huge to be 
-tested, exceeds X MB of XML'
-
-(I know, I should use anotheŕ default schema here, to give small 
-records, for example the 'dc' schema. We have to improve too ..)
-
-5) recordSchema
-In these cases, one might want to try the other record schema's to see 
-if one get something useful there .. I did not see you testing any 
-recordSchema of those I did mention, nor testing non-existent record 
-schema's ..
-
-6) In general, testing with wrong arguments on almost any place one can 
-do is a good idea as well, as the hardest part of SRU/SRW is to get the 
-diagnostics right ..  for example record position too high, or 
-non-existing relaiton or index, non-existing operation .. ect ..
-(Yes, I know, this is huge work to do ..)
-
-7) Finally, useability: I think it's a nice idea to have this report 
-formatted in XHTML tables, with nice links to click on for each test 
-case, such that one can just execute the request which did produce 
-errors/warnings. This is of course only eye-candy, but also a cheap 
-improvement of useability.
-
-
-Still, I think  you did a very decent job, and created  a very useful 
-service. I thank for the problems discovered with my service. I have 
-some programming to do as well ..
-
-
-Marc Cromme
-
-Index Data
-
-> ------- start of forwarded message -------
-> Return-path: <levan@oclc.org>
-> X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on bagel.indexdata.dk
-> X-Spam-Level: 
-> Envelope-to: mike@miketaylor.org.uk
-> Delivery-date: Mon, 22 May 2006 21:07:05 +0200
-> Received: from localhost.localdomain [127.0.0.1]
->      by localhost with POP3 (fetchmail-6.2.5)
->      for mike@localhost (single-drop); Mon, 22 May 2006 20:56:19 +0100 (BST)
-> Received: from mshieldserver1.oclc.org ([132.174.29.209])
->      by bagel.indexdata.dk with smtp (Exim 3.35 #1 (Debian))
->      id 1FiFk9-0005kc-00
->      for <mike@miketaylor.org.uk>; Mon, 22 May 2006 21:07:05 +0200
-> Received: From OAEXCH2SERVER.oa.oclc.org ([132.174.29.222]) by mshieldserver1.oclc.org (WebShield SMTP v4.5 MR2);
->      id 1148324788949; Mon, 22 May 2006 15:06:28 -0400
-> X-MimeOLE: Produced By Microsoft Exchange V6.5
-> Content-class: urn:content-classes:message
-> MIME-Version: 1.0
-> Content-Type: text/plain;
->      charset="us-ascii"
-> Content-Transfer-Encoding: quoted-printable
-> Message-ID: <811A02A11096B343880D2EEF72C4C83202FCD5E9@OAEXCH2SERVER.oa.oclc.org>
-> X-MS-Has-Attach: 
-> X-MS-TNEF-Correlator: 
-> Thread-Topic: [Adam Dickmeiss: Re: [Tech-alert] SRU Server lint/tester]
-> thread-index: AcZ7Hk4E9wk02cosR0uT69PyXob4kACsz3fA
-> X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham 
->      version=3.1.1
-> From: "LeVan,Ralph" <levan@oclc.org>
-> To: "Mike Taylor" <mike@miketaylor.org.uk>
-> Subject: RE: [Adam Dickmeiss: Re: [Tech-alert] SRU Server lint/tester]
-> Date: Mon, 22 May 2006 15:06:28 -0400
-> 
-> Let's just pretend I didn't send that last email, okay?
-> 
-> So, lovely Explain records we're having today!
-> 
-> I've fixed the blow up.  You've got a couple of searches that return
-> very large records that I think are peculiar.  Your stylesheet can't
-> render them and I report that I'm getting an error 400 from them.
-> 
-> Run the test against the server again and let me know if there's
-> something more I should be doing.
-> 
-> Thanks, Mike!
-> 
-> Ralph
-> 
-> 
->>-----Original Message-----
->>From: Mike Taylor [mailto:mike@miketaylor.org.uk]
->>Sent: Friday, May 19, 2006 4:29 AM
->>To: LeVan,Ralph
->>Subject: [Adam Dickmeiss: Re: [Tech-alert] SRU Server lint/tester]
->>=20
->>Hi, Ralph.  FYI, it seems that your SRU lint barfs on our server.
->>=20
->>------- start of forwarded message -------
->>Return-path: <tech-alert-bounces@lists.indexdata.dk>
->>X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
->>bagel.indexdata.dk
->>X-Spam-Level:
->>Envelope-to: mike@indexdata.com
->>Delivery-date: Thu, 18 May 2006 18:38:14 +0200
->>Received: from localhost.localdomain [127.0.0.1]
->>     by localhost with POP3 (fetchmail-6.2.5)
->>     for mike@localhost (single-drop); Thu, 18 May 2006 17:49:11
-> 
-> +0100
-> 
->>(BST)
->>Received: from kebab.indexdata.dk ([83.133.64.60])
->>     by bagel.indexdata.dk with esmtp (Exim 3.35 #1 (Debian))
->>     id 1FglVt-0007y3-00; Thu, 18 May 2006 18:38:13 +0200
->>Received: from localhost ([127.0.0.1] helo=3Dkebab.indexdata.dk)
->>     by kebab.indexdata.dk with esmtp (Exim 4.50)
->>     id 1FglVU-0001I6-DK; Thu, 18 May 2006 18:37:48 +0200
->>Received: from user.indexdata.dk ([213.150.43.10]
-> 
-> helo=3Dbagel.indexdata.dk)
-> 
->>     by kebab.indexdata.dk with esmtp (Exim 4.50) id 1FglUy-0001Hv-WF
->>     for tech-alert@lists.indexdata.dk; Thu, 18 May 2006 18:37:36
-> 
-> +0200
-> 
->>Received: from dickmeiss.net ([213.173.244.115] helo=3D[10.0.0.18])
->>     by bagel.indexdata.dk with esmtp (Exim 3.35 #1 (Debian))
->>     id 1FglUj-0007QK-00
->>     for <tech-alert@lists.indexdata.dk>; Thu, 18 May 2006 18:37:01
-> 
-> +0200
-> 
->>Message-ID: <446CA2AC.1030200@indexdata.dk>
->>User-Agent: Thunderbird 1.5.0.2 (X11/20060501)
->>MIME-Version: 1.0
->>References: <446C8BB1.6080206@indexdata.dk>
->>In-Reply-To: <446C8BB1.6080206@indexdata.dk>
->>Content-Type: text/plain; charset=3DISO-8859-1; format=3Dflowed
->>Content-Transfer-Encoding: 7bit
->>X-BeenThere: tech-alert@lists.indexdata.dk
->>X-Mailman-Version: 2.1.5
->>Precedence: list
->>Reply-To: Announcements/discussion of interesting technology
->>     <tech-alert@lists.indexdata.dk>
->>List-Id: Announcements/discussion of interesting technology
->>     <tech-alert.lists.indexdata.dk>
->>List-Unsubscribe: <http://lists.indexdata.dk/cgi-
->>bin/mailman/listinfo/tech-alert>,
->>
-> 
-> <mailto:tech-alert-request@lists.indexdata.dk?subject=3Dunsubscribe>
-> 
->>List-Archive: <http://lists.indexdata.dk/cgi-bin/mailman/private/tech-
->>alert>
->>List-Post: <mailto:tech-alert@lists.indexdata.dk>
->>List-Help: =
-> 
-> <mailto:tech-alert-request@lists.indexdata.dk?subject=3Dhelp>
-> 
->>List-Subscribe:
-> 
-> <http://lists.indexdata.dk/cgi-bin/mailman/listinfo/tech-
-> 
->>alert>,
->>     <mailto:tech-alert-request@lists.indexdata.dk?subject=3Dsubscribe>
->>Errors-To: tech-alert-bounces@lists.indexdata.dk
->>X-SA-Exim-Connect-IP: 127.0.0.1
->>X-SA-Exim-Mail-From: tech-alert-bounces@lists.indexdata.dk
->>X-SA-Exim-Scanned: No (on kebab.indexdata.dk); SAEximRunCond expanded
-> 
-> to
-> 
->>false
->>X-Spam-Status: No, score=3D-2.5 required=3D5.0 tests=3DAWL,BAYES_00,
->>     FORGED_RCVD_HELO autolearn=3Dham version=3D3.1.1
->>From: Adam Dickmeiss <adam@indexdata.dk>
->>Sender: tech-alert-bounces@lists.indexdata.dk
->>To: Announcements/discussion of interesting technology
->>     <tech-alert@lists.indexdata.dk>
->>Subject: Re: [Tech-alert] SRU Server lint/tester
->>Date: Thu, 18 May 2006 18:37:00 +0200
->>=20
->>marc wrote:
->>
->>>SRU Server tester
->>>
->>>Try it: surf into
->>>http://alcme.oclc.org/srw/SRUServerTester.html
->>>
->>>and give the Alvis-Zebra SRU server URL
->>>http://foo.indexdata.dk
->>>into the box.
->>>
->>>Have fun!
->>
->>Sort of. I get a big Java runtime exception. Nice.
->>=20
->>/ Adam
->>=20
->>
->>>Marc
->>>
->>
->>=20
->>=20
->>_______________________________________________
->>Tech-alert mailing list
->>Tech-alert@lists.indexdata.dk
->>http://lists.indexdata.dk/cgi-bin/mailman/listinfo/tech-alert
->>------- end of forwarded message -------
-> 
-> ------- end of forwarded message -------
-
-
--- 
-
-Marc Cromme, cand. polyt, Ph.D
-Senior Developer, Project Manager
-
-Index Data Aps
-Købmagergade 43, 2
-1150 Copenhagen K.
-Denmark
-
-tel: +45 3341 0100
-fax: +45 3341 0101
-
-http://www.indexdata.com
-
-INDEX DATA Means Business
-for Open Source and Open Standards
-
-
-
-
-From mike  Mon Oct  2 09:13:02 2006
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["4081" "Monday" "2" "October" "2006" "10:02:11" "+0200" "Per M. Hansen" "perhans@indexdata.dk" nil "100" "Tests in Z-SPy" "^From:" nil nil "10" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <perhans@indexdata.dk>
-Envelope-to: mike@indexdata.com
-Delivery-date: Mon, 02 Oct 2006 10:03:06 +0200
-Received: from localhost.localdomain [127.0.0.1]
-       by localhost.localdomain with POP3 (fetchmail-6.3.2)
-       for <mike@localhost> (single-drop); Mon, 02 Oct 2006 09:13:02 +0100 (BST)
-Received: from user.indexdata.dk ([213.150.43.10] helo=[10.0.1.61])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1GUIlW-0000zk-12; Mon, 02 Oct 2006 10:03:06 +0200
-Message-ID: <4520C783.60307@indexdata.dk>
-Organization: Index Data ApS
-User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
-MIME-Version: 1.0
-X-SA-Do-Not-Run: Yes
-X-SA-Exim-Connect-IP: 213.150.43.10
-X-SA-Exim-Rcpt-To: sondberg@indexdata.dk, mike@indexdata.com
-X-SA-Exim-Mail-From: perhans@indexdata.dk
-X-SA-Exim-Scanned: No (on bagel.indexdata.dk); SAEximRunCond expanded to false
-X-UIDL: FnH"!K?f!!"L["!4!["!
-From: "Per M. Hansen" <perhans@indexdata.dk>
-To: =?ISO-8859-1?Q?Anders_S=F8nderberg_Mortensen?=
- <sondberg@indexdata.dk>, Mike Taylor <mike@indexdata.com>
-Subject: Tests in Z-SPy
-Date: Mon, 02 Oct 2006 10:02:11 +0200
-X-StripMime: Non-text section removed by stripmime
-Content-Transfer-Encoding: 7bit
-Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-
-Guys,
-
-Anders has asked me to list the test that the Z-Spy performs.
-
-    * Test Bib-1 attributes from atrribute 1-1036
-    * Test the extended Bib-1 attributes 1037-1096
-    * Test the extended DubliCore attributes 1097-1111
-    * Test the GILS attributes 1112-1184
-    * Test the extended Bib-1 attributes 1085-1209
-    * Test the Dan-1 attributes 1-27
-    * Test what record foamats the target i capable of returning from
-      the list: DANMARC USMARC JPMARC UNIMARC CANMARC NORMARC UKMARC
-      PICAMARC IBERMARC INTERMARC LIBRISMARC GRS-1 SUTRS XML OPAC
-      SUMMARY MAB RUSMARC SWEMARC
-    * Test what parts of Explain the server supports from the list:
-      CategoryList TargetInfo DatabaseInfo SchemaInfo TagSetInfo
-      RecordSyntaxInfo AttributeSetInfo TermListInfo
-      ExtendedServicesInfo AttributeDetails TermListDetails
-      ElementSetDetails RetrivalRecordDetails SortDetails Processing
-      VariantSetInfo UnitSet
-    * Test support of bolean operators: and or not
-    * Test what services the target supports
-
-Apart from that Z-Spy has the following features:
-
-    * When a server closes the connection in the middel of a test, Z-Spy
-      can reconnect and continue the test where it crashed.
-    * When a test has failed n number of times, with the same error, an
-      email is send to the sys admin.
-    * Z-Spy can put a sleap in between the serches in order not to
-      stress the target too much
-    * To begin with a query with a common word is used, until a record
-      has been found so that the record format test can be performed.
-      When this record has been formed, the query is switched to
-      something more uncommon like "askdndd" in order to stress the
-      server as little as possible.
-
---
-Per
-
-
-
---- StripMime Report -- processed MIME parts ---
-multipart/alternative
-  text/plain (text body -- kept)
-  text/html
----
-
-
diff --git a/archive/ui b/archive/ui
deleted file mode 100644 (file)
index b219049..0000000
+++ /dev/null
@@ -1,376 +0,0 @@
-From perhans@indexdata.dk  Thu Sep 21 11:14:39 2006
-X-VM-v5-Data: ([nil nil nil nil t nil nil nil nil]
-       ["5714" "Thursday" "21" "September" "2006" "11:50:11" "+0200" "Per M. Hansen" "perhans@indexdata.dk" "<45126053.701@indexdata.dk>" "149" "Re: Target classifications" "^From:" nil nil "9" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-Path: <perhans@indexdata.dk>
-X-Original-To: mike@localhost
-Delivered-To: mike@localhost
-Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
-       by localhost.localdomain (Postfix) with ESMTP id D7051ABB25
-       for <mike@localhost>; Thu, 21 Sep 2006 11:14:39 +0100 (BST)
-Envelope-to: mike@indexdata.com
-Delivery-date: Thu, 21 Sep 2006 11:50:47 +0200
-Received: from localhost.localdomain [127.0.0.1]
-       by localhost.localdomain with POP3 (fetchmail-6.3.2)
-       for <mike@localhost> (single-drop); Thu, 21 Sep 2006 11:14:39 +0100 (BST)
-Received: from user.indexdata.dk ([213.150.43.10] helo=[10.0.1.61])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1GQLCh-0000nn-JE; Thu, 21 Sep 2006 11:50:47 +0200
-Message-ID: <45126053.701@indexdata.dk>
-Organization: Index Data ApS
-User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
-MIME-Version: 1.0
-References: <450FBF59.8270.00DD.0@sedubois.k12.in.us>  <451126FB.8030005@indexdata.dk> <45112774.7070705@indexdata.dk> <17681.12470.646110.396726@localhost.localdomain>       <451131CE.3040203@indexdata.dk> <17681.17678.192303.760970@localhost.localdomain>
-In-Reply-To: <17681.17678.192303.760970@localhost.localdomain>
-X-SA-Do-Not-Run: Yes
-X-SA-Exim-Connect-IP: 213.150.43.10
-X-SA-Exim-Rcpt-To: mike@indexdata.com, quinn@indexdata.dk
-X-SA-Exim-Mail-From: perhans@indexdata.dk
-X-SA-Exim-Scanned: No (on bagel.indexdata.dk); SAEximRunCond expanded to false
-X-UIDL: %l>"!C@~"!b0,#!o@V"!
-From: "Per M. Hansen" <perhans@indexdata.dk>
-To: Mike Taylor <mike@indexdata.com>
-CC: Sebastian Hammer <quinn@indexdata.dk>
-Subject: Re: Target classifications
-Date: Thu, 21 Sep 2006 11:50:11 +0200
-X-StripMime: Non-text section removed by stripmime
-Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-
-
-
-Mike Taylor skrev:
-> Per M. Hansen writes:
->   
->>>> As you can see there are people out there who are waiting for
->>>> IRSpy. :-) How is the work progeressing?
->>>>         
->>> Looking quite nice.  I'll put a copy of the web interface up on
->>> test so you can see how it's coming along.
->>>       
->>   
->> Sounds great, looking forward to see it.
->>     
->
-> You can now see the work-in-progress at
->      http://irspy.indexdata.com/
->
-> If you get Unknown Host for that address, it's because the DNS change
-> hasn't propagated to you yet.  Until then, make an entry in your local
-> hosts table pointing the hostname to 213.150.43.14 (test).
->
-> Of course, be aware that the UI is not finished!  The biggest gap at
-> the moment is that you can't see the results of any of the tests (at
-> least, not without reading the Apache logs :-)  
-Look great, Mike.
-
- I have a few comments:
-
-    * In the Add target screen I had envisioned a lot more fields for
-      entering data about the server. First of all we need a Name field.
-      Second it think we should have a section with additional info
-      about the target, like URL to hosting org. Email to technical
-      contact (that is the mail we use to send mails to when we
-      encounter a problem with the server), Username and password, Type
-      of library (probably a dropdown with, Academic, Public, Corporate,
-      Special, National, Education, Other) and Country.
-    * In the display of the targets you should have room or at least
-      some way of showing this additional info. Maybe some kind of mouse
-      over or popup.
-    * In the target display, eg. under R the display of non ASCII
-      characters goes wrong.
-
-Then I have some questions:
-
-    * How are you going to handle targets that has (permanent) errors?
-      Will they be marked or excluded from the list?
-    * How are you going to handle email notification of technical
-      contact persons with targets that has permanent errors?
-    * Have you thought about a statistics page like in Z-Spy?
-    * When added a target, can you handle targets with multiple
-      databases? How do you write the database names in the inputbox?
-    * When adding a new target do you have a check if the target is
-      there already, maybe registered with the IP instead of the hostname?
-    * Should we get a designer to give the site an overhaul?
-
---
-Per
-
-
-
---- StripMime Report -- processed MIME parts ---
-multipart/alternative
-  text/plain (text body -- kept)
-  text/html
----
-
-
-From mike@miketaylor.org.uk  Thu Sep 21 12:41:37 2006
-X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
-       ["3640" "Thursday" "21" "September" "2006" "12:41:37" "+0100" "Mike Taylor" "mike@indexdata.com" nil "90" "Re: Target classifications" "^From:" nil nil "9" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-Path: <mike@miketaylor.org.uk>
-X-Original-To: mike
-Delivered-To: mike@miketaylor.org.uk
-Received: by localhost.localdomain (Postfix, from userid 1000)
-       id E282CABB26; Thu, 21 Sep 2006 12:41:37 +0100 (BST)
-MIME-Version: 1.0
-Content-Type: text/plain; charset=us-ascii
-Content-Transfer-Encoding: 7bit
-Message-ID: <17682.31345.810933.890051@localhost.localdomain>
-In-Reply-To: <45126053.701@indexdata.dk>
-References: <450FBF59.8270.00DD.0@sedubois.k12.in.us>
-       <451126FB.8030005@indexdata.dk>
-       <45112774.7070705@indexdata.dk>
-       <17681.12470.646110.396726@localhost.localdomain>
-       <451131CE.3040203@indexdata.dk>
-       <17681.17678.192303.760970@localhost.localdomain>
-       <45126053.701@indexdata.dk>
-X-Mailer: VM 7.19 under Emacs 21.4.1
-From: Mike Taylor <mike@indexdata.com>
-To: "Per M. Hansen" <perhans@indexdata.dk>
-Cc: Sebastian Hammer <quinn@indexdata.dk>
-Subject: Re: Target classifications
-Date: Thu, 21 Sep 2006 12:41:37 +0100
-
-Per M. Hansen writes:
- > > You can now see the work-in-progress at
- > >   http://irspy.indexdata.com/
- >
- > Look great, Mike.
- > 
- >  I have a few comments:
-
-Thanks for these.
-
- >     * In the Add target screen I had envisioned a lot more fields for
- >       entering data about the server. First of all we need a Name field.
- >       Second it think we should have a section with additional info
- >       about the target, like URL to hosting org. Email to technical
- >       contact (that is the mail we use to send mails to when we
- >       encounter a problem with the server), Username and password, Type
- >       of library (probably a dropdown with, Academic, Public, Corporate,
- >       Special, National, Education, Other) and Country.
-
-Yep, most or all of that fits into the ZeeRex record.  The current
-version doesn't have any of it, because it's using the IRSpy ability
-to quietly add a new record as a side-effect of running the tests on a
-not-previously-known target; but when I do the proper "Add a target"
-page, it'll have a lot more spaces.  Also, the option of uploading a
-pre-made ZeeRex record.
-
- >     * In the display of the targets you should have room or at least
- >       some way of showing this additional info. Maybe some kind of mouse
- >       over or popup.
-
-Hadn't thought of those approaches -- I was just going to have a
-"[Details]" link.  IIRC, mouseover is easy to do with compliant XHTML
-(which is what I use anyway) so maybe I'll try it that way.
-
- >     * In the target display, eg. under R the display of non ASCII
- >       characters goes wrong.
-
-Oh *%^$!  Freakin' character-sets!  :-)
-
-Thanks, I'll look into that.
-
- > Then I have some questions:
- > 
- >     * How are you going to handle targets that has (permanent) errors?
- >       Will they be marked or excluded from the list?
-
-Open to discussion.  The first question I suppose is what would count
-as "permanent" -- no response for six months?
-
- >     * How are you going to handle email notification of technical
- >       contact persons with targets that has permanent errors?
-
-Easily enough for targets whose ZeeRex records have a contact email in
-them!  For others, I guess falling back to <hostmaster@domain> is the
-best we can do automatically?
-
- >     * Have you thought about a statistics page like in Z-Spy?
-
-Patience, my pretty!
-
- >     * When added a target, can you handle targets with multiple
- >       databases? How do you write the database names in the
- >       inputbox?
-
-In ZeeRex terms, each target is a single database -- so a Z-server
-that has multiple databases would register each of them as a separate
-target that just happens to have the same host and port as its
-buddies.
-
- >     * When adding a new target do you have a check if the target is
- >       there already, maybe registered with the IP instead of the
- >       hostname?
-
-Nope.  Do you think I should?
-
- >     * Should we get a designer to give the site an overhaul?
-
-Given how far over time (and so over budget!) we already are, I
-wouldn't have thought so.  But once it's all working functionally, we
-can revisit that and figure out what we want to do with the cosmetics.
-
-(What's wrong with it, anyway?  Does it need a Hot Chick in the banner
-area at the top?)
-
- _/|_   ___________________________________________________________________
-/o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
-)_v__/\  "In JP III, scientists recreate the actual dino killer meteorite
-        from glassy fragments found near somewhere difficult to spell
-        in South America - evil bad people launch the meteor into space
-        and disaster ensues" - Derek Tearne
-
-From mike  Thu Sep 21 13:41:36 2006
-X-VM-v5-Data: ([nil nil nil nil nil nil nil t nil]
-       ["4949" "Thursday" "21" "September" "2006" "14:18:09" "+0200" "Per M. Hansen" "perhans@indexdata.dk" nil "118" "Re: Target classifications" "^From:" nil nil "9" nil nil nil nil nil nil nil nil nil]
-       nil)
-Return-path: <perhans@indexdata.dk>
-Envelope-to: mike@indexdata.com
-Delivery-date: Thu, 21 Sep 2006 14:18:47 +0200
-Received: from localhost.localdomain [127.0.0.1]
-       by localhost.localdomain with POP3 (fetchmail-6.3.2)
-       for <mike@localhost> (single-drop); Thu, 21 Sep 2006 13:41:36 +0100 (BST)
-Received: from user.indexdata.dk ([213.150.43.10] helo=[10.0.1.61])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1GQNVv-0002Os-Bq; Thu, 21 Sep 2006 14:18:47 +0200
-Message-ID: <45128301.1090208@indexdata.dk>
-Organization: Index Data ApS
-User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
-MIME-Version: 1.0
-References: <450FBF59.8270.00DD.0@sedubois.k12.in.us>  <451126FB.8030005@indexdata.dk> <45112774.7070705@indexdata.dk> <17681.12470.646110.396726@localhost.localdomain>       <451131CE.3040203@indexdata.dk> <17681.17678.192303.760970@localhost.localdomain>       <45126053.701@indexdata.dk> <17682.31345.810933.890051@localhost.localdomain>
-In-Reply-To: <17682.31345.810933.890051@localhost.localdomain>
-X-SA-Do-Not-Run: Yes
-X-SA-Exim-Connect-IP: 213.150.43.10
-X-SA-Exim-Rcpt-To: mike@indexdata.com, quinn@indexdata.dk
-X-SA-Exim-Mail-From: perhans@indexdata.dk
-X-SA-Exim-Scanned: No (on bagel.indexdata.dk); SAEximRunCond expanded to false
-X-UIDL: 0'=!!8Nn!!m~^!!$+="!
-Content-Type: text/plain; charset=ISO-8859-1; format=flowed
-From: "Per M. Hansen" <perhans@indexdata.dk>
-To: Mike Taylor <mike@indexdata.com>
-CC: Sebastian Hammer <quinn@indexdata.dk>
-Subject: Re: Target classifications
-Date: Thu, 21 Sep 2006 14:18:09 +0200
-
-
-
-Mike Taylor skrev:
-> Per M. Hansen writes:
->  > > You can now see the work-in-progress at
->  > >         http://irspy.indexdata.com/
->  >
->  > Look great, Mike.
->  > 
->  >  I have a few comments:
->
-> Thanks for these.
->
->  >     * In the Add target screen I had envisioned a lot more fields for
->  >       entering data about the server. First of all we need a Name field.
->  >       Second it think we should have a section with additional info
->  >       about the target, like URL to hosting org. Email to technical
->  >       contact (that is the mail we use to send mails to when we
->  >       encounter a problem with the server), Username and password, Type
->  >       of library (probably a dropdown with, Academic, Public, Corporate,
->  >       Special, National, Education, Other) and Country.
->
-> Yep, most or all of that fits into the ZeeRex record.  The current
-> version doesn't have any of it, because it's using the IRSpy ability
-> to quietly add a new record as a side-effect of running the tests on a
-> not-previously-known target; but when I do the proper "Add a target"
-> page, it'll have a lot more spaces.  Also, the option of uploading a
-> pre-made ZeeRex record.
->
->  >     * In the display of the targets you should have room or at least
->  >       some way of showing this additional info. Maybe some kind of mouse
->  >       over or popup.
->
-> Hadn't thought of those approaches -- I was just going to have a
-> "[Details]" link.  IIRC, mouseover is easy to do with compliant XHTML
-> (which is what I use anyway) so maybe I'll try it that way.
->
->  >     * In the target display, eg. under R the display of non ASCII
->  >       characters goes wrong.
->
-> Oh *%^$!  Freakin' character-sets!  :-)
->
-> Thanks, I'll look into that.
->
->  > Then I have some questions:
->  > 
->  >     * How are you going to handle targets that has (permanent) errors?
->  >       Will they be marked or excluded from the list?
->
-> Open to discussion.  The first question I suppose is what would count
-> as "permanent" -- no response for six months?
->   
-In Z-Spy we contact the administrator if the target is down 3 times in a 
-row, which in praxis means 3 days in a row, and that has worked well 
-over the years. This has to be configurable of course. In Z-Spy, we do 
-not fall back to administrator/hostmaster/info@domain, but that is nice 
-idea.
->  >     * How are you going to handle email notification of technical
->  >       contact persons with targets that has permanent errors?
->
-> Easily enough for targets whose ZeeRex records have a contact email in
-> them!  For others, I guess falling back to <hostmaster@domain> is the
-> best we can do automatically?
->
->  >     * Have you thought about a statistics page like in Z-Spy?
->
-> Patience, my pretty!
->   
-Ok, just checking :-)
->  >     * When added a target, can you handle targets with multiple
->  >       databases? How do you write the database names in the
->  >       inputbox?
->
-> In ZeeRex terms, each target is a single database -- so a Z-server
-> that has multiple databases would register each of them as a separate
-> target that just happens to have the same host and port as its
-> buddies.
->   
-Sounds OK, but wont you get the same problem as Z-Spy, where it is very 
-hard to display this target as one server with multiple databases under, 
-as in one line in the display? Wouldn't you need to have each database 
-on a new line and the user would then have to discover by her self that 
-say line 5, 6 and 7 is actually one server with different databases.
->  >     * When adding a new target do you have a check if the target is
->  >       there already, maybe registered with the IP instead of the
->  >       hostname?
->
-> Nope.  Do you think I should?
->   
-Yes, otherwise the database will get full of doubles.
->  >     * Should we get a designer to give the site an overhaul?
->
-> Given how far over time (and so over budget!) we already are, I
-> wouldn't have thought so.  But once it's all working functionally, we
-> can revisit that and figure out what we want to do with the cosmetics.
->   
-You are probably right.
-> (What's wrong with it, anyway?  Does it need a Hot Chick in the banner
-> area at the top?)
->   
-My experience is that a nice design is essential for how the customer 
-evaluates the software. If it looks nice the software is also more 
-likely to be evaluated as high quality. Your design is not ugly or 
-anything but is obvious that is not something that has been spend a lot 
-of time on, but lets keep it that way for the time being.
-
---
-Per
->  _/|_         ___________________________________________________________________
-> /o ) \/  Mike Taylor    <mike@indexdata.com>    http://www.miketaylor.org.uk
-> )_v__/\  "In JP III, scientists recreate the actual dino killer meteorite
->       from glassy fragments found near somewhere difficult to spell
->       in South America - evil bad people launch the meteor into space
->       and disaster ensues" - Derek Tearne
->
->
->   
-
-
diff --git a/archive/wiring-into-masterkey b/archive/wiring-into-masterkey
deleted file mode 100644 (file)
index c31ab2d..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-It seems wrong that in IRSpy we have a database of 3000 Z39.50
-targets, but no easy way to make them available to MasterKey
-applications.  Since Jason built the IRSpy toroid, which exposes
-IRSpy's ZeeRex database in Torus format, it seems that have had the
-pieces we need to present those 3000 databases to MasterKey
-administrators; but in reality there are several significant barriers
-to using the toroid output.
-
-
-1. DATA QUALITY
-
-Of the 3000 or so records in the IRSpy database, some large proportion
-represent servers that no longer exist, or never existed, or for which
-we do not have access credentials.  At present we can not even
-identify which records fall into this category, because the records in
-the database do not contain a reliability score (and therefore
-searching by the score is not possible): the score is calculated when
-records are displayed in the web UI, and so is "display-only"
-
-       TASK: calculate reliability as part of the existing
-       record-transformation process, store the score and index is,
-       make it available as a search criterion.
-
-Once bad servers have been identified, we will need to decide what to
-do with them.  One option of course is just to throw the records away,
-but I am always reluctant to discard information.  It would probably
-be better to introduce a notion of status into the IRSpy database,
-mark the relevant records Dormant or similar, and arrange that the
-IRSpy toroid ignores all such records.
-
-       TASK: add a notion of record status to the IRSpy database,
-       supported in the Web UI and in Z39.50/SRU searches, and
-       arrange for regular record maintenance to modify this setting
-       for records as required.
-
-
-2. OVERNIGHT TEST RUNS
-
-Every night, the IRSpy host runs a large series of tests on registered
-servers to determine which are still alive, whether their capabilities
-have changed, etc.  One seventh of the server are tested each night,
-so that the database is traversed every week.  For some time now,
-though, the overnight tests are failing -- sometimes quickly,
-sometimes after running for a long and just occasionally not at all --
-due to an XML/XSLT problem:
-
-       runtime error: file ../lib/ZOOM/../../xsl/irspy2zeerex.xsl
-               line 174 element param
-       xsltApplyXSLTTemplate: A potential infinite template recursion
-               was detected.
-
-This error masks another that was starting to manifest with increasing
-frequency, to do with invalid characters in XML.  These obviously need
-fixing, as the overnight runs are crucial for maintaining the quality
-of the data.
-
-       TASK: fix the "infinite recursion" XSTL problem in the
-       overnight run.
-
-       TASK: fix the invalid XML character problem as soon as it is
-       once more visible.
-
-
-3. DATA RICHNESS
-
-The overlap between the set of data generated by IRSpy and what is
-required by MasterKey is surprisingly small: at present, the IRSpy
-Toroid provides only two fields in the records that it propagates:
-ZURL and displayName.  Other MasterKey target description fields fall
-into four categories:
-
-* Some, such as authentication, could be propagated simply by
-  extending the toroid's zeerex2torus.xsl transformation
-
-* Others pertain to information that is known to IRSpy, but which
-  require additional business logic to extract: for example, cclmap_au
-  could be set to @attr 1=1003 for targets that have been determined
-  to support that access point, and @attr 1=1 for that that support
-  this but not 1003, and left blank for others.  Similarly,
-  requestSyntax could be chosen from among those syntaxes that are
-  supported.
-
-* Other fields specify information which could in principle be
-  determined by IRSpy, but for which there are presently no tests --
-  for example, a carefully design test could probably determine what
-  query encoding is in use in a given Z39.50 server, and what record
-  encoding is used in returned records -- but no such tests have been
-  created for IRSpy.
-
-* Finally, there are yet other MasterKey field that IRSpy could not
-  even in principle hope to determine: for example, URL Recipe seems
-  to be a lost cause, as it relates to web-sites that are "parallel"
-  Z39.50/SRU servers as well as to those servers themselves.  Such
-  fields will need to be maintained by hand.
-
-Of the as-yet unsupported MasterKey fields, some have no equivalent in
-ZeeRex and are therefore not representable in ZeeRex records.  IRSpy
-uses an extended ZeeRex scheme for its database, so this is not an
-immediate problem.
-
-In general, not only are more tests needed within IRSpy, but more
-intelligence is needed in transforming the data that IRSpy does
-discover into information that MasterKey can use (and that
-intelligence would perhaps not be best expressed in XSLT).
-
-
-4. ADMIN CONSOLE'S HANDLING OF LARGE NUMBERS OF TARGETS
-
-Up till now, the MasterKey Admin Console has been used exclusively
-with small sets of targets, not exceeding 30 or perhaps 40.  It has
-therefore been simplest to present all targets together on a single
-page -- a strategy that will certainly not work well when we start
-using the Admin Console to choose targets from IRSpy's much larger
-selection.  (At a rough guess, perhaps half to two thirds of the
-registered servers in IRSpy are active and functional, so we are
-looking at a list of 1500-2000 targets.)
-
-To handle this, we would need to re-tool the Admin Console so that, as
-well as running in its current mode (which is still appropriate in
-many situations) it can also run in a mode where it does not show
-complete lists of targets, but invites administrators to search for
-specific targets; and in which it limits the number of results on each
-page and provides a means of stepping back and forth through the pages
-representing the full list.
-
-In short, it needs to present its data in a way that more closely
-resembles the way the IRSpy web UI works.  Happily, some of the
-substrate code for this already exists, as I imagined a search model
-rather than a browse model when building the earliest Admin Console.
-The big missing area is paging through long result-lists.
-
-
-5. MISCELLANEOUS BUGS
-
-Finally, Bugzilla shows 18 open IRSpy bugs at
-       http://tinyurl.com/irspybugs
-These are of very variable importance and difficulty, but
-unfortunately all currently appear as P4s, as they have been
-downgraded through time to reflect their lack of urgency.  (In
-retrospect, this demonstrates that we need to tweak our Bugzilla
-practices so as to distinguish between urgency and importance.)
-
-These bugs should be reviewed, and we should determine which of them
-ought to be solved as part of a MasterKey integration project.
-
-On top of this is the wishlist:
-http://twiki.indexdata.dk/cgi-bin/twiki/view/ID/IRSpyWishList
-
diff --git a/archive/zeerez-record-display.zip b/archive/zeerez-record-display.zip
deleted file mode 100644 (file)
index 54a0990..0000000
Binary files a/archive/zeerez-record-display.zip and /dev/null differ
diff --git a/archive/zspy_details.eml b/archive/zspy_details.eml
deleted file mode 100644 (file)
index 8443b4f..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-Return-path: <perhans@indexdata.dk>
-Envelope-to: sondberg@indexdata.dk
-Delivery-date: Mon, 02 Oct 2006 10:03:06 +0200
-Received: from user.indexdata.dk ([213.150.43.10] helo=[10.0.1.61])
-       by bagel.indexdata.dk with esmtp (Exim 4.50)
-       id 1GUIlW-0000zk-12; Mon, 02 Oct 2006 10:03:06 +0200
-Message-ID: <4520C783.60307@indexdata.dk>
-Date: Mon, 02 Oct 2006 10:02:11 +0200
-From: "Per M. Hansen" <perhans@indexdata.dk>
-Organization: Index Data ApS
-User-Agent: Thunderbird 1.5.0.7 (Windows/20060909)
-MIME-Version: 1.0
-To: =?ISO-8859-1?Q?Anders_S=F8nderberg_Mortensen?=
- <sondberg@indexdata.dk>, Mike Taylor <mike@indexdata.com>
-Subject: Tests in Z-SPy
-Content-Type: multipart/alternative;
- boundary="------------080204090804050406090506"
-X-SA-Do-Not-Run: Yes
-X-SA-Exim-Connect-IP: 213.150.43.10
-X-SA-Exim-Rcpt-To: sondberg@indexdata.dk, mike@indexdata.com
-X-SA-Exim-Mail-From: perhans@indexdata.dk
-X-SA-Exim-Scanned: No (on bagel.indexdata.dk); SAEximRunCond expanded to false
-
-
-Guys,
-
-Anders has asked me to list the test that the Z-Spy performs.
-
-    * Test Bib-1 attributes from atrribute 1-1036
-    * Test the extended Bib-1 attributes 1037-1096
-    * Test the extended DubliCore attributes 1097-1111
-    * Test the GILS attributes 1112-1184
-    * Test the extended Bib-1 attributes 1085-1209
-    * Test the Dan-1 attributes 1-27
-    * Test what record foamats the target i capable of returning from
-      the list: DANMARC USMARC JPMARC UNIMARC CANMARC NORMARC UKMARC
-      PICAMARC IBERMARC INTERMARC LIBRISMARC GRS-1 SUTRS XML OPAC
-      SUMMARY MAB RUSMARC SWEMARC
-    * Test what parts of Explain the server supports from the list:
-      CategoryList TargetInfo DatabaseInfo SchemaInfo TagSetInfo
-      RecordSyntaxInfo AttributeSetInfo TermListInfo
-      ExtendedServicesInfo AttributeDetails TermListDetails
-      ElementSetDetails RetrivalRecordDetails SortDetails Processing
-      VariantSetInfo UnitSet
-    * Test support of bolean operators: and or not
-    * Test what services the target supports
-
-Apart from that Z-Spy has the following features:
-
-    * When a server closes the connection in the middel of a test, Z-Spy
-      can reconnect and continue the test where it crashed.
-    * When a test has failed n number of times, with the same error, an
-      email is send to the sys admin.
-    * Z-Spy can put a sleap in between the serches in order not to
-      stress the target too much
-    * To begin with a query with a common word is used, until a record
-      has been found so that the record format test can be performed.
-      When this record has been formed, the query is switched to
-      something more uncommon like "askdndd" in order to stress the
-      server as little as possible.
-
---
-Per