The Boston Library Consortium currently uses WorldCat Local / Navigator to manage consortial borrowing. This article will describe how Voyager libraries can implement both long and short loan periods using SIP [1]. I recommend that you download the manual Interface to Self Check Modules Using 3M SIP for a more detailed guide [2]. Follow along in the the chapter Setting Up SIP Self Check - System Administration Setup.
When checking out books in Voyager with SIP, just like when using the Circulation Module, the specific circulation policy used is determined by the combination of item type and patron group at time of the transaction. Voyager does not support arbitrary due dates [3][4]. Therefore, in order to implement a long and short loan period we will need two item types [5] and the particular item type will need to be assigned at the point an item is created.
Items are created using the Create Bib Record Request [6], a Voyager-only extension to SIP that creates a Bib / MFHD / Item trio. Looking at the specifications for that message (Appendix B-24), you'll notice that there is no field to specify an item's item type. Instead, the item type is determined by the Default Item Type of the location your SIP operator uses to sign in [7]. Prior to using SIP, you must sign in using the SIP operator's username, password, and also choose a location just as you would when using any Voyager module. So, let's delve into how we might go about getting it all to work together.
Skip this section if you already have a SIP circulation policy. If you are currently borrowing with integrated circulation, this is most likely already done.
Circulation Security Policies determine what circulation tasks operators are allowed to perform.
Skip this section if you already have a working SIP operator. If you are currently borrowing with integrated circulation, this is most likely already done.
Skip this section if you already have a working SIP operator. If you are currently borrowing with integrated circulation, this is most likely done.
If you are currently borrowing with integrated circulation, you will only need to create one additional location for short loans.
Since a location can only have one Default Item Type, you will require a location for each separate item type you wish to have created using SIP.
At this point, you should be ready to go. You should contact OCLC with the new SIP location code and they'll run you through some tests to be sure it all works. 8
#1. OCLC's original idea was to append the due date to the title and let each library manually process each book. NRE is considered the bleeding edge of delivery tools in libraries, yet appending due dates to titles seems like such an antiquated solution. Libraries need to figure out technology sooner or later or else they're going to be suckered into such costly, mediocre solutions.
#2. You can find it on the Doc Portal under User Guides > Voyager Extension Modules User Guides > Interface to Self Check Modules Using 3M SIP. There you will find two PDFs:
#3. I understand you can set an arbitrary due date using the Circulation Module. After charging an item, right click on it and select Modify Due Date.
#4. The official 3M SIP protocol supports check out requests with specific due dates, but Voyager's implementation of it does not. With the standard 3M spec, you could set the No Block fixed-field to Y and then set the NB Due Date to the desired due date. However, this seems to be intended so that self checkout machines can continue to operate while offline using some default value and be able to synchronize with the server once it's back online. Next time you choose an ILS, I might suggest choosing one that is committed to fully supporting protocols or you will continue to implement such ugly hacks as I describe in this article.
#5. I would suggest a highly descriptive item type. For example NRELONG, NRESHORT so that there is little confusion.
#6. A Create Bib Request might look something like this:
8120100813 133505AO|MFSelfchk|AJThe transformation of learning : / |AB77087|AC|
This will create an item with the title "The transformation of learning" and an item with barcode 77087. The SIP server might then respond with
821MJ633124|MA630995|AFCreate Bib successful.|
Not so scary looking is it?
9300CNusername|COpassword|CPlocation|
And a successful response.
941
#8. This article was written after configuring UMass Boston's server and I have not vetted these instructions with another library. So, these instructions may be insufficient, inaccurate, or otherwise useless. Please let me know if there are any mistakes and I'll happily correct them. if they work, please let me know so I can remove this warning.