ITS Serials Solutions procedures as of Sept. 2010

old method of loading records

We will be getting marc records which will be updated every month with a new file which will contain:

The procedure will walk one through the new steps to find the matching records, strip out the local tags, remove copies from the matched records and change the matched records back to having an XX (ckey) call number AUTO class scheme. Then the load program will run which will overlay update records and load new records in the latest file and remove the deleted record(s). This new method means there are no duplicate records during the monthly load process and records retain their ckey during any updates.

Timing of the Process


  1. FTP, in binary mode, the marc file of records from the serials solutions site ftp.serialssolutions.com (see SS folder for login/password) login and password are now part of the /s/sirsi/.netrc file so you can get automatically logged in

  2. They should have provided ONE file with all the changed records, deleted records and new records. This is the file to work with. If they provided 3 separate files (one for changed records, delete records and new records IGNORE the brief record file for now per CMB), create a single file via:
    cat fileof_changed.mrc fileof_new.mrc fileof_deleted.mrc |\
    flatskip -im -om -aMARC > onefileall.mrc
  3. Create a sample of 10 flat records for Joyce Fahlman to review in case of obvious problems. Use the sampleSS.ksh program or:
  4. Setup the crontab to run findmatchv3.ksh as in:
    30 11 2 2 * /s/sirsi/Unicorn/Work/NDL/Serialsolutions/findmatchv3.ksh /s/sirsi/Unicorn/Work/NDL/Serialsolutions/sept14all.mrc 2>/s/sirsi/Unicorn/Work/ss.err3

  5. Setup the sirsi crontab to run the loadNEWcronv3.ksh program as in:

    30 12 3 2 * /s/sirsi/Unicorn/Work/NDL/Serialsolutions/loadNEWcronv3.ksh 2>/s/sirsi/Unicorn/Work/NDL/Serialsolutions/ssload.err

  6. let adutext run to clean out the ckeys

  7. update this webpage with stats which were in the emailed log from loadNEWcronv3.ksh

Remember for testing flatskip is very helpful to write out 5 or 10 records as in: cat ...mrc | flatskip -aMARC -w5 -im -of Where w is for the number of records written out and -s is the number of records to skip.


Statistics


DATE# Marc records in ss file*# deleted**# replaced***#loaded****Total number in our systemComments
Sept 20106692338126534139
Oct 15 201010504563437134465
Nov 16 2010107023263420434437
Dec 17 20109296046040934786
Jan 15 2011121729655536634856
Feb 16 201129081951599111435775
Mar 17 201129461211286153937193
Apr 14 20112850425181261337381
May 14 2011116617855942937632
Jun 18 2011161023180657337974
July 15, 2011110313763133538172
Aug 16, 2011182534114664538783
Sept 25, 2011222959129887239,596
Nov 11, 20114751467344084439,973
Nov 17, 201118041413540,004
Dec 18, 20113491158302331040,156
Jan 21, 20122064247119762040,529
Feb 19, 201212,54111912,01840440,814
Mar 27, 20121,48016386245541,106
Apr 20, 20121,874326101952941,309
May 16, 20121,09211776521041,402
June 26, 2012202818296088642,106
July 18, 20127646455114942,191
Aug 22, 201210166961932842,450
Sept 20, 201210427073823442,614
Oct 17, 20129962174423142,824
Nov 20, 2012505620478924743,051
Dec 18, 2012677832620654043,559
Jan 17, 2013196848124467644,187
Feb 20, 20133738114302559944,672
Mar 19, 2013353844276373145,359
Mar 20, 2013353944276473146,046
Apr 20, 2013579033525949846,511
Apr 22, 2013579133525949946,977
July 4-7, 2013File for May June with 22,232 changed records, 1539 new and 375 deleted broken into 6 files
July 4, 2013402362370525647,171
July 5, 2013402362370525647,365
July 6, 2013 load 1402362370525647,559
July 6, 2013 load 2402362370525647,753
July 7, 2013 load 1402362370525647,947
July 7, 2013 load 2403165370725948,141
Aug 21, 2013484180428347848,539
Sept 18, 2013159629681049048,733
Oct 21, 20132442175143083749,395
Nov 15, 201328841941259143150,632
Dec 22, 201313768966262551,168
Jan 18, 2014157715465976451,778
Feb 21, 20143615576973206653,268
Mar 17, 20142687168685183454,934
Apr 17, 201429401101259157156,395
May 16, 20141913208142927656,463
Jun 20, 20141780174130929756,586
July 18, 201419178387496057,463
Aug 19, 201433481172053117858,524
Sept 16, 2014161610975175659,171
Oct 22, 2014199214495389559,922
Nov 26, 20142094190129461060,342
Dec 9, 2014635 total in ss file53 deleted402 replaced180 loaded60,469
Jan 28, 20151649 total in ss file38 deleted1505 replaced106 loaded60,537
Feb 18, 20152241 total in ss file67 deleted2013 replaced161 loaded60,631
Mar 24, 20151963 total in ss file508 deleted1107 replaced348 loaded60,471
Apr 16, 20151313 total in ss file97 deleted1081 replaced135 loaded60,509
May 17, 20152053 total in ss file44 deleted1837 replaced172 loaded60,637
June 19, 20151093 total in ss file83 deleted906 replaced104 loaded60,658
Aug 17-23, 2015-ALL deleted in batches--0Done loading into system, just in Summon now

* Incoming Serials Solutions file includes updates, new records and deleted records

** The number of deletions is how many records were sent from SS for deletion
*** The number of replaced records is the number SS sent for update
**** The number of records loaded are just the NEW records


--------------------------------------------------


NDL
University of Calgary Library, ITS