[OPEN-ILS-GENERAL] new marc templates

2012-09-26 Thread Araik Manukyan
Dear community,

 

We have upgraded to Evergreen 2.2 and are currently configuring it. We want
to add some new marc templates but are unable to do it. First, we have
created a marc template (k_serial.xml)and located it in the
openils/var/templates directory. Then, we have edited the opensrf.xml
document to reflect these changes. We have simply added this string



marctemplates

K_serial/openils/var/templates/marc/k_book.xml/K_serial

/marctemplates



in the tag

-

app_settings

/app_settings

-

where the code for default template k_book was included. Finally, we
restarted the software. Yet, this new template have not appeared in the drop
menu and what is more, afterwards when we tried to create a new MARC record
Eevergreen begun to report an error (when we cancel the described
modifications, everything starts to work again.) Below you can find the
error text

 



Network or server failure.  Please check your Internet connection to

93.187.162.217 and choose Retry Network.  If you need to enter Offline Mode,
choose Ignore Errors in this and subsequent dialogues.  If you believe this
error is due to a bug in Evergreen and not network problems, please contact
your help desk or friendly Evergreen administrators, and give them this
information:

method=open-ils.cat.marc_template.types.retrieve

params=[]

THROWN:

{payload:[],debug:osrfMethodException :  *** Call to
[open-ils.cat.marc_template.types.retrieve] failed for session
[1348648371.656537.134864837131690], thread trace [1]:\nNot a HASH reference
at /usr/local/share/perl/5.10.1/OpenILS/Application/Cat.pm line
56.\n\n,status:500}

STATUS:

--

 

 

Any ideas? Can you suggest us another way to add marc templates?

Thanks in advance,

Araik

 



Re: [OPEN-ILS-GENERAL] new marc templates

2012-09-26 Thread Beth Longwell
Araik,

In opensrf.xml you should have a line to represent each marc template you
wish to display in the staff client. For example, to have both a book and a
serial template choice you would have the following:

marctemplates

K_book/openils/var/templates/marc/k_book.xml/K_book

K_serial/openils/var/templates/marc/k_serial.xml/K_serial
/marctemplates

Hope this helps,

Beth Longwell
System Manager
Sage Library System

On Wed, Sep 26, 2012 at 2:27 AM, Araik Manukyan ar...@flib.sci.am wrote:

  Dear community,

 ** **

 We have upgraded to Evergreen 2.2 and are currently configuring it. We
 want to add some new marc templates but are unable to do it. First, we have
 created a marc template (k_serial.xml)and located it in the
 openils/var/templates directory. Then, we have edited the opensrf.xml
 document to reflect these changes. We have simply added this string

 

 marctemplates

 K_serial/openils/var/templates/marc/k_book.xml/K_serial

 /marctemplates

 

 in the tag

 -

 app_settings

 /app_settings

 -

 where the code for default template k_book was included. Finally, we
 restarted the software. Yet, this new template have not appeared in the
 drop menu and what is more, afterwards when we tried to create a new MARC
 record Eevergreen begun to report an error (when we cancel the described
 modifications, everything starts to work again.) Below you can find the
 error text

 ** **

 

 Network or server failure.  Please check your Internet connection to

 93.187.162.217 and choose Retry Network.  If you need to enter Offline
 Mode, choose Ignore Errors in this and subsequent dialogues.  If you
 believe this error is due to a bug in Evergreen and not network problems,
 please contact your help desk or friendly Evergreen administrators, and
 give them this information:

 method=open-ils.cat.marc_template.types.retrieve

 params=[]

 THROWN:

 {payload:[],debug:osrfMethodException :  *** Call to
 [open-ils.cat.marc_template.types.retrieve] failed for session
 [1348648371.656537.134864837131690], thread trace [1]:\nNot a HASH
 reference at /usr/local/share/perl/5.10.1/OpenILS/Application/Cat.pm line
 56.\n\n,status:500}

 STATUS:

 --

 ** **

 ** **

 Any ideas? Can you suggest us another way to add marc templates?

 Thanks in advance,

 Araik

 ** **



Re: [OPEN-ILS-GENERAL] new marc templates

2012-09-26 Thread Duimovich, George
Araik,

I would revert back to the previous (working) opensrf.xml file and then 
re-check your changes to register that new template.

Alternately, re-check your template file code to ensure it's valid XML.  
Another way you can test this is by backing up an already existing default 
template that is working with default opensrf.xml settings, and then replace 
the template with your new template code. If it generates an error (after 
restarting relevant services) you know that it's not your opensrf.xml settings 
syntax (but probably bad xml in the template).  If the template works, then you 
know your previously made changes to opensrf.xml are the likely cause.

Whenever we've worked with templates, most errors tend to be bad XML 
(especially if your working in an editor that's not validating xml).

Hope that helps,

George

George Duimovich
NRCan Library / Bibliothèque de RNCan





From: open-ils-general-boun...@list.georgialibraries.org 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Beth 
Longwell
Sent: September 26, 2012 08:31
To: Evergreen Discussion Group
Subject: Re: [OPEN-ILS-GENERAL] new marc templates

Araik,

In opensrf.xml you should have a line to represent each marc template you wish 
to display in the staff client. For example, to have both a book and a serial 
template choice you would have the following:

marctemplates
K_book/openils/var/templates/marc/k_book.xml/K_book
K_serial/openils/var/templates/marc/k_serial.xml/K_serial
/marctemplates

Hope this helps,

Beth Longwell
System Manager
Sage Library System

On Wed, Sep 26, 2012 at 2:27 AM, Araik Manukyan 
ar...@flib.sci.ammailto:ar...@flib.sci.am wrote:
Dear community,

We have upgraded to Evergreen 2.2 and are currently configuring it. We want to 
add some new marc templates but are unable to do it. First, we have created a 
marc template (k_serial.xml)and located it in the openils/var/templates 
directory. Then, we have edited the opensrf.xml document to reflect these 
changes. We have simply added this string

marctemplates
K_serial/openils/var/templates/marc/k_book.xml/K_serial
/marctemplates

in the tag
-
app_settings
/app_settings
-
where the code for default template k_book was included. Finally, we restarted 
the software. Yet, this new template have not appeared in the drop menu and 
what is more, afterwards when we tried to create a new MARC record Eevergreen 
begun to report an error (when we cancel the described modifications, 
everything starts to work again.) Below you can find the error text


Network or server failure.  Please check your Internet connection to
93.187.162.217 and choose Retry Network.  If you need to enter Offline Mode, 
choose Ignore Errors in this and subsequent dialogues.  If you believe this 
error is due to a bug in Evergreen and not network problems, please contact 
your help desk or friendly Evergreen administrators, and give them this 
information:
method=open-ils.cat.marc_template.types.retrieve
params=[]
THROWN:
{payload:[],debug:osrfMethodException :  *** Call to 
[open-ils.cat.marc_template.types.retrieve] failed for session 
[1348648371.656537.134864837131690], thread trace [1]:\nNot a HASH reference at 
/usr/local/share/perl/5.10.1/OpenILS/Application/Cat.pm line 
56.\n\n,status:500}
STATUS:
--


Any ideas? Can you suggest us another way to add marc templates?
Thanks in advance,
Araik




[OPEN-ILS-GENERAL] FW: [TECHTALK] evergreen macro codes

2012-09-26 Thread George Tuttle
Got the following question. I think the answer is: No, at this point, having
the patron privilege expiration date on the check out receipt is not
possible. Is that right?

 

George Tuttle

Computer Services Librarian

Piedmont Regional Library System

770-867-2762 x113

770-891-0654 (cell)

770-867-7483 (fax)

gtut...@prlib.org

 

littleone

 

From: techtalk-boun...@list.georgialibraries.org
[mailto:techtalk-boun...@list.georgialibraries.org]
Sent: Wednesday, September 26, 2012 8:40 AM
To: techt...@list.georgialibraries.org
Subject: [TECHTALK] evergreen macro codes

 

Morning all:

Anyone know of a macro code for the patron privilege expiration date that
can added to the receipt?

One of our biggest complaints is that they never knew cards expired, and I
feel adding this would be beneficial.

Thanks ahead of time.

 

 

image001.jpg

Re: [OPEN-ILS-GENERAL] FW: [TECHTALK] evergreen macro codes

2012-09-26 Thread Lynn Floyd
That is correct.  The only Macros currently linked to patrons are:

%PATRON_FIRSTNAME%:: First name of Patron

%PATRON_LASTNAME%:: Last name of Patron

%PATRON_BARCODE% or %patron_barcode%:: Patron Barcode

%PATRON_ALIAS%:: Patron's Alias

 

Lynn Floyd 
lfl...@andersonlibrary.org 
Anderson County Library 
864-260-4500 x181 
http://www.andersonlibrary.org http://www.andersonlibrary.org/  
  

 

From: open-ils-general-boun...@list.georgialibraries.org
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of
George Tuttle
Sent: Wednesday, September 26, 2012 10:20 AM
To: 'Evergreen Discussion Group'
Subject: [OPEN-ILS-GENERAL] FW: [TECHTALK] evergreen macro codes

 

Got the following question. I think the answer is: No, at this point, having
the patron privilege expiration date on the check out receipt is not
possible. Is that right?

 

George Tuttle

Computer Services Librarian

Piedmont Regional Library System

770-867-2762 x113

770-891-0654 (cell)

770-867-7483 (fax)

gtut...@prlib.org

 

littleone

 

From: techtalk-boun...@list.georgialibraries.org
[mailto:techtalk-boun...@list.georgialibraries.org]
Sent: Wednesday, September 26, 2012 8:40 AM
To: techt...@list.georgialibraries.org
Subject: [TECHTALK] evergreen macro codes

 

Morning all:

Anyone know of a macro code for the patron privilege expiration date that
can added to the receipt?

One of our biggest complaints is that they never knew cards expired, and I
feel adding this would be beneficial.

Thanks ahead of time.

 

 

image001.jpg

[OPEN-ILS-GENERAL] Announcement of FulfILLment testing pilot project

2012-09-26 Thread Suzannah
The Pacific Library Partnership, consisting of three libraries in 
California, has contracted with Equinox Software, Inc. to test 
FulfILLment.  The partnership consists of Los Gatos Public Library, 
Peninsula Library System (the city of San Mateo only), and Santa Cruz 
Public Library.  These libraries currently use Koha, Millennium, and 
Evergreen as their ILS.  Lori Bowen Ayre, The Galecia Group, is serving 
as a consultant on this project as part of the Open Source - Open 
Libraries project.  The partners will be testing FulfILLment to see if 
it can meet their requirements for managing physical item resource 
sharing between independent library systems.  FulfILLment was developed 
by Equinox developers with funding from OHIONET and other development 
partners including:  the State Libraries of Ohio, Indiana, Illinois, 
South Carolina, Iowa, Kansas, Missouri, and WiLS.  It is anticipated 
that FulfILLment version 1.0-RC1 will be available in the spring/summer 
of 2013.


FulfILLment is generally described as an open source ILL software, but 
it is so much more.  It is an open source, regional resource-sharing 
system between disparate ILS.  It was designed to bridge otherwise 
incompatible software products so that different libraries can continue 
to use their current ILS while obtaining many benefits enjoyed by 
libraries using Evergreen in resource-sharing consortia.  The 
development of LAIs (Local Automation Integrator) in FulfILLment makes 
this possible by allowing the participating libraries to obtain 
bibliographic and other relevant information from each library's current 
automation system and making this information accessible over the 
internet.  FulfILLment is also scalable.  If necessary, new custom LAIs 
can be developed in future versions of FulfILLment to allow even more 
libraries to join and enjoy all that FulfILLment has to offer.



--
Suzannah Lipscomb
Project Manager
Equinox Software, Inc.
877. OPEN. ILS (877. 673. 6457)
Direct:  770-709-5590



[OPEN-ILS-GENERAL] newbie--serials question

2012-09-26 Thread melanie

Hello all~

We are entering serials into Maine Balsam for the first time. I think  
I have taken all steps necessary, but once I get to Generate  
Predictions the system bogs down or freezes.


Any suggestions?

Melanie
Farmington (ME) Public Library


Re: [OPEN-ILS-GENERAL] FW: [TECHTALK] evergreen macro codes

2012-09-26 Thread Lori Bowen Ayre
Adding a variable for library card expiration date so people could display
that info on a receipt seems like a great idea.  Would that be a hard thing
to add?

Lori



On Wed, Sep 26, 2012 at 8:53 AM, Lynn Floyd lfl...@andersonlibrary.orgwrote:

 That is correct.  The only Macros currently linked to patrons are:

 %PATRON_FIRSTNAME%:: First name of Patron

 %PATRON_LASTNAME%:: Last name of Patron

 %PATRON_BARCODE% or %patron_barcode%:: Patron Barcode

 %PATRON_ALIAS%:: Patron’s Alias

 ** **

 Lynn Floyd
 lfl...@andersonlibrary.org
 Anderson County Library
 864-260-4500 x181
 http://www.andersonlibrary.org
   

 ** **

 *From:* open-ils-general-boun...@list.georgialibraries.org [mailto:
 open-ils-general-boun...@list.georgialibraries.org] *On Behalf Of *George
 Tuttle
 *Sent:* Wednesday, September 26, 2012 10:20 AM
 *To:* 'Evergreen Discussion Group'
 *Subject:* [OPEN-ILS-GENERAL] FW: [TECHTALK] evergreen macro codes

 ** **

 Got the following question. I think the answer is: No, at this point,
 having the patron privilege expiration date on the check out receipt is not
 possible. Is that right?

 ** **

 George Tuttle

 Computer Services Librarian

 Piedmont Regional Library System

 770-867-2762 x113

 770-891-0654 (cell)

 770-867-7483 (fax)

 gtut...@prlib.org

 ** **

 *[image: littleone]*

 ** **

 *From:* techtalk-boun...@list.georgialibraries.org
 [mailto:techtalk-boun...@list.georgialibraries.org]
 *Sent:* Wednesday, September 26, 2012 8:40 AM
 *To:* techt...@list.georgialibraries.org
 *Subject:* [TECHTALK] evergreen macro codes

 ** **

 Morning all:

 Anyone know of a macro code for the patron privilege expiration date that
 can added to the receipt?

 One of our biggest complaints is that they never knew cards expired, and I
 feel adding this would be beneficial.

 Thanks ahead of time.

 ** **

 ** **

image001.jpg

Re: [OPEN-ILS-GENERAL] FW: [TECHTALK] evergreen macro codes

2012-09-26 Thread Thomas Berezansky

Adding middle name and expiration date isn't hard.

This isn't fully tested, though:

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/tsbere/more_macros

Thomas Berezansky
Merrimack Valley Library Consortium


Quoting Lori Bowen Ayre lori.a...@galecia.com:


Adding a variable for library card expiration date so people could display
that info on a receipt seems like a great idea.  Would that be a hard thing
to add?

Lori



On Wed, Sep 26, 2012 at 8:53 AM, Lynn Floyd  
lfl...@andersonlibrary.orgwrote:



That is correct.  The only Macros currently linked to patrons are:

%PATRON_FIRSTNAME%:: First name of Patron

%PATRON_LASTNAME%:: Last name of Patron

%PATRON_BARCODE% or %patron_barcode%:: Patron Barcode

%PATRON_ALIAS%:: Patron´s Alias

** **

Lynn Floyd
lfl...@andersonlibrary.org
Anderson County Library
864-260-4500 x181
http://www.andersonlibrary.org
  

** **

*From:* open-ils-general-boun...@list.georgialibraries.org [mailto:
open-ils-general-boun...@list.georgialibraries.org] *On Behalf Of *George
Tuttle
*Sent:* Wednesday, September 26, 2012 10:20 AM
*To:* 'Evergreen Discussion Group'
*Subject:* [OPEN-ILS-GENERAL] FW: [TECHTALK] evergreen macro codes

** **

Got the following question. I think the answer is: No, at this point,
having the patron privilege expiration date on the check out receipt is not
possible. Is that right?

** **

George Tuttle

Computer Services Librarian

Piedmont Regional Library System

770-867-2762 x113

770-891-0654 (cell)

770-867-7483 (fax)

gtut...@prlib.org

** **

*[image: littleone]*

** **

*From:* techtalk-boun...@list.georgialibraries.org
[mailto:techtalk-boun...@list.georgialibraries.org]
*Sent:* Wednesday, September 26, 2012 8:40 AM
*To:* techt...@list.georgialibraries.org
*Subject:* [TECHTALK] evergreen macro codes

** **

Morning all:

Anyone know of a macro code for the patron privilege expiration date that
can added to the receipt?

One of our biggest complaints is that they never knew cards expired, and I
feel adding this would be beneficial.

Thanks ahead of time.

** **

** **







Re: [OPEN-ILS-GENERAL] FW: [TECHTALK] evergreen macro codes

2012-09-26 Thread Lori Bowen Ayre
Cool!  Seek and ye shall find!

Lori

On Wed, Sep 26, 2012 at 3:44 PM, Thomas Berezansky tsb...@mvlc.org wrote:

 Adding middle name and expiration date isn't hard.

 This isn't fully tested, though:

 http://git.evergreen-ils.org/?**p=working/Evergreen.git;a=**
 shortlog;h=refs/heads/user/**tsbere/more_macroshttp://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/tsbere/more_macros

 Thomas Berezansky
 Merrimack Valley Library Consortium


 Quoting Lori Bowen Ayre lori.a...@galecia.com:

  Adding a variable for library card expiration date so people could display
 that info on a receipt seems like a great idea.  Would that be a hard
 thing
 to add?

 Lori



 On Wed, Sep 26, 2012 at 8:53 AM, Lynn Floyd lfl...@andersonlibrary.org*
 *wrote:

  That is correct.  The only Macros currently linked to patrons are:

 %PATRON_FIRSTNAME%:: First name of Patron

 %PATRON_LASTNAME%:: Last name of Patron

 %PATRON_BARCODE% or %patron_barcode%:: Patron Barcode

 %PATRON_ALIAS%:: Patron´s Alias

 ** **

 Lynn Floyd
 lfl...@andersonlibrary.org
 Anderson County Library
 864-260-4500 x181
 http://www.andersonlibrary.org
   

 ** **

 *From:* 
 open-ils-general-bounces@list.**georgialibraries.orgopen-ils-general-boun...@list.georgialibraries.org[mailto:
 open-ils-general-bounces@list.**georgialibraries.orgopen-ils-general-boun...@list.georgialibraries.org]
 *On Behalf Of *George
 Tuttle
 *Sent:* Wednesday, September 26, 2012 10:20 AM
 *To:* 'Evergreen Discussion Group'
 *Subject:* [OPEN-ILS-GENERAL] FW: [TECHTALK] evergreen macro codes

 ** **

 Got the following question. I think the answer is: No, at this point,
 having the patron privilege expiration date on the check out receipt is
 not
 possible. Is that right?

 ** **

 George Tuttle

 Computer Services Librarian

 Piedmont Regional Library System

 770-867-2762 x113

 770-891-0654 (cell)

 770-867-7483 (fax)

 gtut...@prlib.org

 ** **

 *[image: littleone]*

 ** **

 *From:* 
 techtalk-bounces@list.**georgialibraries.orgtechtalk-boun...@list.georgialibraries.org
 [mailto:techtalk-bounces@list.**georgialibraries.orgtechtalk-boun...@list.georgialibraries.org
 ]
 *Sent:* Wednesday, September 26, 2012 8:40 AM
 *To:* 
 techtalk@list.**georgialibraries.orgtecht...@list.georgialibraries.org
 *Subject:* [TECHTALK] evergreen macro codes

 ** **

 Morning all:

 Anyone know of a macro code for the patron privilege expiration date that
 can added to the receipt?

 One of our biggest complaints is that they never knew cards expired, and
 I
 feel adding this would be beneficial.

 Thanks ahead of time.

 ** **

 ** **