discovery-ing symphony marc records

65
1 Discovery-ing Symphony MARC records Who Gary Steele Library Systems Manager, Glasgow Caledonian University Bernard Scaife Head of Technical Services, UCL Institute of Education Kathy Sadler Systems Librarian, Cranfield University What Each use a different discovery layer; Summon, Primo, EDS Get bib records from Symphony to the discover layer Enable real time availability in the discover layer Why All discovery layers rely on MARC records and holdings details but there’s more than one way to get this data out of Symphony…

Upload: bernard-scaife

Post on 16-Feb-2017

348 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Discovery-ing Symphony MARC records

Discovery-ing Symphony MARC records

Who• Gary Steele Library Systems Manager, Glasgow Caledonian University• Bernard Scaife Head of Technical Services, UCL Institute of Education• Kathy Sadler Systems Librarian, Cranfield University

What• Each use a different discovery layer; Summon, Primo, EDS• Get bib records from Symphony to the discover layer• Enable real time availability in the discover layer

Why• All discovery layers rely on MARC records and holdings details but

there’s more than one way to get this data out of Symphony…

Page 2: Discovery-ing Symphony MARC records

Part A:Getting bib records from

Symphony to the discover layer

Page 3: Discovery-ing Symphony MARC records

Getting bib records from Symphony to Summon

• Summon 2.0• Getting bib records from Symphony to Summon• New/Updated records report• Deleted records report

Page 4: Discovery-ing Symphony MARC records

4

Summon 2.0

Page 5: Discovery-ing Symphony MARC records

5

Getting bib records from Symphony to Summon

• Content type, field and location mapping for Summon import• Update and correct LDR, 007, and 008 fields in MARC records

• Do not export equipment records (e.g. laptops) or eJournal records• Do export all books, ebooks, journal, ejournals, statutes, law reports,

theses, etheses, dissertations, archive items, DVDs, software, and databases.

• Schedule– Deleted records report: Every night at 23:00– New/Updated records report: Every night at 23:10– Full Catalogue dump: Every four

months

Page 6: Discovery-ing Symphony MARC records

6

New/Updated records report

• Use customised report created by Anne called gcalsummon.pl

• Selection:– Item type: Exclude (~) items type (equipment and ejournals)– Date modified: Day report is run (D0:D0)

• Process:– Select catkeys of records based on criteria above– Extract MARC records for selected catkeys– Rename file to gcal-catalog-updates-YYYY-MM-DD-HH-MM-

SS.mrc– FTP file to Summon “Updates” folder

Page 7: Discovery-ing Symphony MARC records

7

Export record

Page 8: Discovery-ing Symphony MARC records

8

Deleted records report

• Use customised report I created under the guidance of Anne

• Selection:– Records deleted on the day the report is run

• Process:– Parse history logs – Lookup catalogue keys– Compare files to find deleted keys– FTP flat file of deleted keys to Summon

Page 9: Discovery-ing Symphony MARC records

9

1. Parse history logs

cat log.hist | seltrans -cFV -otJ | sort | uniq >allkeys

• Select all occurrence of “FV” (Remove Item Part B) command code in the history log and output “tJ” datacode (Catalogue key number)

•Sort results and remove duplicates •Write keys returned to new file (allkeys)

E201507081255540077R ^S55FVFFDCR3^FEGCAL^FcNONE^FWDCR3^NQ506021-1001^IQT610^IS1^NOY^ILENQUIRIES^INENQUIRIES^NSGCAL^IGT^tJ506021^IUa506021^IKTHESIS^IF2008^Fv3000000^^O

Page 10: Discovery-ing Symphony MARC records

10

2. Lookup catalogue keys

cat allkeys | selcatalog -iC -oC | sort | uniq >presentkeys

• Lookup catalogue keys extracted from history logs•Catalogue keys for deleted records will return as errors •Sort results and remove duplicates •Write keys returned to new file (presentkeys)

**error number 111 on catalog start, key=18622 flex=i9780406237002**error number 111 on catalog start, key=198847 flex=i9780406237002**error number 111 on catalog start, key=237053 flex=i9780406237002**error number 111 on catalog start, key=237143 flex=i9780406237002**error number 111 on catalog start, key=237145 flex=i9780406237002**error number 111 on catalog start, key=237147 flex=i9780406237002**error number 111 on catalog start, key=237148 flex=i9780406237002**error number 111 on catalog start, key=505999 flex=a505863**error number 111 on catalog start, key=506002 flex=a506000

Page 11: Discovery-ing Symphony MARC records

11

3. Compare files to find deleted keys

• comm command compares two files

• -3 suppresses keys in both files

• -1 suppresses keys unique to presentkeys

• Leaves keys that are unique to allkeys, and these keys are the deleted keys

comm -31 presentkeys allkeys >deletedkeys

Page 12: Discovery-ing Symphony MARC records

12

4. FTP flat file of deleted keys to Summon

tr -d '|' < deletedkeys >summonkeys

• File “translated” up to remove “|”• Renamed to “gcal-catalog-YYYY-MM-DD-HH-MM-SS.deletes”• FTP file to Summon “Deletes” folder

18622198847237053237143237145237147237148505999506002

Page 13: Discovery-ing Symphony MARC records

Getting bib records from Symphony to Primo

Bernard Scaife, Head of Technical Services

Page 14: Discovery-ing Symphony MARC records

Exporting…

Sirsidynix custom report – Export bibs (exportbibs.pl)

Criteria is:

selcatalog -f\"~ILLLIB,EQUIP,MEMO,ROOM,SELECT\" -6\"0\" $Directives{'selcatalogoptions'} -oC | catalogdump -h -j -n\"oemjunktags\" -t\"926\" -ka998 -om -z 1>$xferdir/$exportedbibrecs

Twice (new records, updated records)

Page 15: Discovery-ing Symphony MARC records

Exporting…

News… Updates…

Page 16: Discovery-ing Symphony MARC records

Timing…Symphony (7 days per week):

0:45 – Find deleted records for Primo1:00 – Export “New” marc records1:10 - Export “Updated” marc records1:15 – Export Primo catkeys

Primo (7 days per week)

4:00 - 44IOE_LMS_ONGOING_ADD_PIPE4:15 - 44IOE_LMS_ONGOING_UPDATE_PIPE4:30 - 44IOE_LMS_ONGOING_DEL_PIPE

Page 17: Discovery-ing Symphony MARC records

Prime…Special initialisation process

Symphony: Run same export.pl report – no date filter

Primo: Special “Prime” pipe (drops/recreates index)

When do we need to do this?

Timing: Symphony export (10m)

Page 18: Discovery-ing Symphony MARC records

File management…Reports save to /Xfer folder in Symphony

FTP is run as a part of the import routine from Primo, so we had to configure a Sirsi unix account and tell Primo where to pick up the file from and its name

Page 19: Discovery-ing Symphony MARC records

File format and processingPrimo consumers Marc exchange format (.mrc)

Classmark and location information is exported in the 926 field for further processing

Primo runs the following functions on the imported file: Normalisation, Enrichment, FRBR, Deduplication

Page 20: Discovery-ing Symphony MARC records

What about deletions?More tricky…

getdeleteds.pl custom report compares today’s catkeys with yesterday’s:

Step A

system("selcatalog -f\"~ILLLIB,EQUIP,MEMO,ROOM,SELECT\" -6\"0\" -oC $Directives{'selcatalogoptions'} 1>$xferdir/$exportedbibkeys");

Step B

system("comm -3 $xferdir/$exportedbibkeys $xferdir/$bibkeysyesterday 1>$xferdir/$deletedreckeys");

Page 21: Discovery-ing Symphony MARC records

Next part of getdeleteds.pl

Page 22: Discovery-ing Symphony MARC records

ConfigLots of work to set up!

Mapping of marc fields to Primo normalised fields

Complex logic rules which can draw upon multiple marc fields in order to create new fields.

Flagged the source as “IOE Library Catalogue”

Created a backlink to the full record using catkey

Page 23: Discovery-ing Symphony MARC records

Symphony and EBSCO Discovery

Kathy Sadler, Systems Librarian@tatielane

Getting bib records from Symphony to EDS

Page 24: Discovery-ing Symphony MARC records

Getting bib records from Symphony to EDS

Before my time at Cranfield:

• Started with Summon

• Commissioned a SirsiDynix custom report to export to Summon

• Never really implemented Summon fully

• Did a market review, moved to EDS

Page 25: Discovery-ing Symphony MARC records

Full data extraction custom report

I copied the Summon custom report and tweaked it for EDS

• It catalogdumps selected records and makes an export file in /tmp

• It FTPs the file to EBSCO into the “full” directory

We run it weekly on a Sunday at 05:00

• It takes about 23 minutes (292,000 records)

• The finished report is emailed to my libsysadmin inbox

Page 26: Discovery-ing Symphony MARC records

Item selections

Exclude any locations that are shadowed

Page 27: Discovery-ing Symphony MARC records

Title selections

Exclude interlibrary loans and anything else that we don’t want “discovered”

Page 28: Discovery-ing Symphony MARC records

When indexing is complete

• EBSCO sends a confirmation email – usually same day, else next day

Page 29: Discovery-ing Symphony MARC records

Daily adds/updates

Custom report ebscoftp-upd is a copy of the full data extraction report

• Only difference in script is that it FTPs into the “update” directory

diff ebscoftp-full.pl ebscoftp-upd.pl< my $ftp_dir = "full";---> my $ftp_dir = "update";

• Runs daily except Sunday, after midnight

• Takes 6 minutes

Page 30: Discovery-ing Symphony MARC records

When the update has been indexed

• EBSCO sends a confirmation email, usually later same day

Page 31: Discovery-ing Symphony MARC records

What about deletions?

• We keep it simple and don’t do anything special for EDS

• Items for deletion get checked out to one of three shadowed locations[Auditors required us to adopt this practice many years ago]

– WITHDRAWN [deliberately decided to withdraw]– GONE4GOOD [lost or missing, gave up searching]

– DUFFITEM [test items and catalogue errors]

• Cvtdiscard and Remdiscard run weekly before EBSCO Full Extract

• This works fine for us and we haven’t experienced any issues

Page 32: Discovery-ing Symphony MARC records

Our other catalogue does things differently

• Koha catalogue at Cranfield Defence and Security in Shrivenham

• EBSCO harvests the catalogue directly via OAI-PMH

• Weekly full harvest, daily updates

• No data extraction required, it’s all done for us!

Page 33: Discovery-ing Symphony MARC records

Part B:Real time availability in the

discover layer

Page 34: Discovery-ing Symphony MARC records

Real time availability in Summon

• Availability in OPAC • Availability in Summon• Web Services• Availability in Web Services• Web services xml• Current location mapping• Xml mapping

Page 35: Discovery-ing Symphony MARC records

35

Availability in OPAC

Page 36: Discovery-ing Symphony MARC records

36

Availability in Summon

Page 37: Discovery-ing Symphony MARC records

37

Web Services

• Provide simplified remote access to features of Symphony• Download available from Support Center• Free to install and use for “standard” services• Setup guide explains how to install Web Services• SDK explains how to use Web Services• https://support.sirsidynix.com/zh-hans/node/55009

Page 38: Discovery-ing Symphony MARC records

38

Web Services xml

Base URL: http://193.62.224.60:8080/symws/Protocol: rest/Service: standard/Request: lookupTitleInfo?Client: clientID=SummonTireeItem ID: &titleID=201554Parameter: &includeItemInfo=true

http://193.62.224.60:8080/symws/rest/standard/lookupTitleInfo?clientID=SummonTiree&titleID=201554&includeItemInfo=true

Page 39: Discovery-ing Symphony MARC records

39

Availability in Web Services

Page 40: Discovery-ing Symphony MARC records

40

Current location mapping

Location ID Location Description

CHECKEDOUT On LoanST0 Open Shelves - Level 0ST1 Open Shelves - Level 1ST2 Open Shelves - Level 2ST3 Open Shelves - Level 3ST4 Open Shelves - Level 4B0Compact Shelving - Level 0B2Compact Shelving - Level 2B3Compact Shelving - Level 3B4Compact Shelving - Level 4

Page 41: Discovery-ing Symphony MARC records

41

Xml mapping

Page 42: Discovery-ing Symphony MARC records

Real Time Availability (RTA)

Bernard Scaife, Head of Technical Services

Page 43: Discovery-ing Symphony MARC records

Two types…

1. Via Symphony web services2. Via the item details display

Page 44: Discovery-ing Symphony MARC records

How RTA works on Primo

Page 45: Discovery-ing Symphony MARC records

RTA (2): Item details tab

Page 46: Discovery-ing Symphony MARC records

RTA (2): Item details tabTypical Primo record:

Page 47: Discovery-ing Symphony MARC records

RTA (2): Source record in ilink

Page 48: Discovery-ing Symphony MARC records

RTA (2): Bits we want to hide

Page 49: Discovery-ing Symphony MARC records

RTA (2): environment

Page 50: Discovery-ing Symphony MARC records

RTA (2): User Profile

Page 51: Discovery-ing Symphony MARC records

RTA (2): User Access

Page 52: Discovery-ing Symphony MARC records

RTA (2): Circulation user

Page 53: Discovery-ing Symphony MARC records

RTA (2): Find environment id

Run listpol report to get envn[nn].env

File is envn13.env /WebCat/Config/

Page 54: Discovery-ing Symphony MARC records

RTA (2): create env file

Add a line CUSTOMCSS|primo.css|

Points to file

Create primo.css and put in the css folder on the server (Webcat/Config/Css/.)

Page 55: Discovery-ing Symphony MARC records

DoTheCss!

Page 56: Discovery-ing Symphony MARC records

RTA (2): How do we hide the redundant areas? #3

In Primo, the calling url has &userid=PRIMO

44IOE_LMS_holdings

http://ioe.sirsidynix.net.uk/uhtbin/cgisirsi/x/0/0/57/5/3?searchdata1={{control/addsrcrecordid}}{CKEY}&searchfield1=GENERAL^SUBJECT^GENERAL^^&user_id=PRIMO

Page 57: Discovery-ing Symphony MARC records

Symphony and EBSCO Discovery

Kathy Sadler, Systems Librarian@tatielane

Real time availability

Page 58: Discovery-ing Symphony MARC records

We use Z39.50 for both catalogues

• May need to open port if not open already

SYSTEMCONFIG/MODULE/DISPLAY Catalog Zserver 19/06/2015

(To return to previous level, press the ESCAPE key <ESC>.)-------------------------------------------------------------------------------

* Name : ZSERVER * Description : ZSERVER * Max Clients : 30 * Port Number : 2200 * Environment : Z3950 * User Access : Z3950 * Thesaurus : GENERAL * Allow Browsing : YES * Session Logging : YES * Text Logging : NO * Timeout : 300 * Initialization Timeout : 60 * User Library : CRANFIELD * User Clearance : NONE * Truncation Limit : 100 * Local Search : NO

Press ENTER or RETURN to continue (CTL-F TO SCROLL)[]

Page 59: Discovery-ing Symphony MARC records

Workflows configuration

• Workflows FAQ: “Entering item-level holdings for Z39.50 displays”

– 926 Item level holdings– 927 MARC holdings

• Opac Configuration >Z39.50 format– Add 926 & 927 to BIBMARC and SIRSICAT formats

• Cataloguing Configuration > Entry ID• Cataloguing Configuration > Catalog format

– Add 926 & 927 to every format you use

Page 60: Discovery-ing Symphony MARC records

Opac Configuration

• Opac Configuration > Z39.50 Format > BIBMARC > ModifyAdd 926 + 927 Entry IDs and entries to Z39.50 Format for BIBMARC, SIRSICAT

Page 61: Discovery-ing Symphony MARC records

Cataloguing Configuration

Create Entry ID policies

Page 62: Discovery-ing Symphony MARC records

Cataloguing Configuration

Add 926+927 entries to Catalog Formats you use

Page 63: Discovery-ing Symphony MARC records

Configure RTAC headings in EBSCOadmin

Page 64: Discovery-ing Symphony MARC records

Multiple holdings retrievable if clicked

Page 65: Discovery-ing Symphony MARC records

Questions, comments, queries…

SummonGary Steele Library Systems Manager, Glasgow Caledonian [email protected]

PrimoBernard Scaife Technical Services Manager, UCL Institute of [email protected]

EDSKathy Sadler Systems Librarian, Cranfield [email protected]@tatielane