You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Problem

Sometimes you expect to see a certain book in your circulation manager's OPDS feed, but it just doesn't show up. There are a number of things that might have gone wrong.

Solution

Step 1  The simplest thing to do is to run the bin/repair/where_are_my_books script. This will force-refresh various parts of the system that are normally refreshed on a slow timescale -- once an hour or once a day. On a new system, where none of your books are showing up in feeds, where_are_my_books will also diagnose systemic problems that might indicate a problem with your importer.

Step 2   If where_are_my_books doesn't fix your problem, you need to pick a specific book and see what's wrong with it. The best entry point is the bin/informational/explain script. You explain a book by passing in its primary identifier:

bin/information/explain
$ bin/informational/explain --identifier-type="Axis 360 ID" 0010163843
$ bin/informational/explain --identifier-type="Overdrive ID" 019f21e3-9de9-4c40-95a4-dfabf55e7801
$ bin/informational/explain --identifier-type="URI" http://www.gutenberg.org/ebooks/289
Or you can run it with the internal database ID of the Identifier:
$ bin/informational/explain --identifier-type="Database ID" 101


Or you can run it with the internal database ID of the Identifier:

bib/information/explain
$ bin/informational/explain --identifier-type="Database ID" 101

 

$ bin/informational/explain --identifier-type="Database ID" 101

The output looks like this:

 

bin/information/explain - output
Assassin's Apprentice (J. B. Redmond, S. R. Vaught, Book) according to Axis 360
 Permanent work ID: c86ae1a7-1746-256c-9b3a-9c1e161cb99c
 Metadata URL: http://metadata.alpha.librarysimplified.org/lookup?urn=urn:librarysimplified.org/terms/id/Axis%20360%20ID/0010163843
 Primary identifier: Axis 360 ID/0010163843 (q=1)
   Identifier: ISBN/9781599908014 (q=1.0)
 Contributor[38]: contributor_sort_name=Redmond, J. B., contributor_display_name=None, 
 Contributor[39]: contributor_sort_name=Vaught, S. R., contributor_display_name=None, 
Licensepool info:
 Delivery mechanisms:
  Fulfillable application/epub+zip/application/vnd.adobe.adept+xml
 10000 owned, 9996 available, 0 holds, 0 reserves
Work info:
 Identifier of presentation edition: Axis 360 ID/0010163843 ID=101 prim_ed=51 ("Assassin's Apprentice")
 Fiction: True
 Audience: Young Adult
 Target age: NumericRange(15, 19, '[)')
 0 genres.
 License pools:
  ACTIVE: Axis 360 ID/0010163843 ID=101 prim_ed=51 ("Assassin's Apprentice")

 

Assassin's Apprentice (J. B. Redmond, S. R. Vaught, Book) according to Axis 360
 Permanent work ID: c86ae1a7-1746-256c-9b3a-9c1e161cb99c
 Metadata URL: http://metadata.alpha.librarysimplified.org/lookup?urn=urn:librarysimplified.org/terms/id/Axis%20360%20ID/0010163843
 Primary identifier: Axis 360 ID/0010163843 (q=1)
   Identifier: ISBN/9781599908014 (q=1.0)
 Contributor[38]: contributor_sort_name=Redmond, J. B., contributor_display_name=None, 
 Contributor[39]: contributor_sort_name=Vaught, S. R., contributor_display_name=None, 
Licensepool info:
 Delivery mechanisms:
  Fulfillable application/epub+zip/application/vnd.adobe.adept+xml
 10000 owned, 9996 available, 0 holds, 0 reserves
Work info:
 Identifier of presentation edition: Axis 360 ID/0010163843 ID=101 prim_ed=51 ("Assassin's Apprentice")
 Fiction: True
 Audience: Young Adult
 Target age: NumericRange(15, 19, '[)')
 0 genres.
 License pools:
  ACTIVE: Axis 360 ID/0010163843 ID=101 prim_ed=51 ("Assassin's Apprentice")

This should help you identify which problem applies to your book. (The known possible problems are listed immediately below.)

  • No labels