Re: [OPEN-ILS-GENERAL] Overdue notices?

2019-06-11 Thread Chris Burton
They get dumped into folders that you can access with the URL. Here I gave
a couple examples. So it would be your base URL + notices + the date + the
name of the notice.
This is where mine are found, and I don't believe there is a page in the
Staff client to access them. Unless someone who knows better wants to jump
in.

My 40 day lost is found at
https://demo.evergreencatalog.com/notices/2019_06_11/40_day_lost.txt.pdf
10 day overdue
https://demo.evergreencatalog.com/notices/2019_06_11/10_day_overdue.txt.pdf

OR if you have access to the Server, in which they can all be located at
/openils/var/web/notices

On Tue, 11 Jun 2019 at 09:23, Victoria Sandin <
victoriasan...@rodgerslibrary.org> wrote:

> Thanks, Virginia, but I don't have that button in my version of Evergreen
> 3.1.
>
>
> *Victoria Sandin, M.L.S.*
>
> Technology Librarian
>
> Rodgers Memorial Library
>
> 194 Derry Road
>
> Hudson, NH 03051
>
> 603-886-6030
>
> www.rodgerslibrary.org
>
>
> *Librarian. Genetically predisposed to answer questions and correct
> misconceptions - whether asked or not.*
>
>
> On Tue, Jun 11, 2019 at 8:45 AM Virginia Jensen <
> virgin...@mooresvillepublic.lib.in.us> wrote:
>
>> to print overdue notices:  On the opening screen, under the
>> Administration heading, is a button to PRINT NOTICES.  Try this link, and
>> log in as local admin.
>>
>> Virginia Jensen, CLSS
>>
>> Mooresville Public Library
>>
>> 220 W Harrison Street
>>
>> Mooresville IN 46158
>>
>> virgin...@mooresvillepublic.lib.in.us
>>
>>
>>
>> --
>> *From:* Open-ils-general <
>> open-ils-general-boun...@list.georgialibraries.org> on behalf of
>> Victoria Sandin 
>> *Sent:* Monday, June 10, 2019 4:06 PM
>> *To:* Evergreen Discussion Group
>> *Subject:* [OPEN-ILS-GENERAL] Overdue notices?
>>
>> Does anyone print and mail overdue notices? We had the capability to do
>> so on the Evergreen 2.x staff client, but upgraded to the 3.1 web client
>> and can't figure out how to do so.
>>
>> Please share and/or advise, thank you!
>>
>>
>> *Victoria Sandin, M.L.S.*
>>
>> Technology Librarian
>>
>> Rodgers Memorial Library
>>
>> 194 Derry Road
>>
>> Hudson, NH 03051
>>
>> 603-886-6030
>>
>> www.rodgerslibrary.org
>>
>>
>> *Librarian. Genetically predisposed to answer questions and correct
>> misconceptions - whether asked or not.*
>>
>

-- 
Chris Burton
Computer Programmer Analyst

*Technology Associate @*
*Niagara Falls Public Library*
4848 Victoria Avenue, Niagara Falls, ON  L2E 4C5
Tel 905-356-8080 x 267 cbur...@nflibrary.ca 
<https://my.nflibrary.ca>


Re: [OPEN-ILS-GENERAL] Hatch and Java

2019-04-18 Thread Chris Burton
I believe the new version of Hatch now includes all the Java dependencies
necessary to run it.
Reference:  https://bugs.launchpad.net/evergreen/+bug/1817932

On Thu, 18 Apr 2019 at 11:09, Bob Wicksall  wrote:

> On April 16th a new message appeared on the Java download pages:
>
>"The Oracle Java License has changed for releases starting April 16,
> 2019."
>
> https://www.java.com/en/download/linux_manual.jsp
>
> Does anyone know if this is just the licensing change we have been talking
> about for the past year?  Is it something new?
>
> What exact Java download is recommended for Hatch on Windows?  Is anyone
> using OpenJDK?
>
> Bob Wicksall
> Computer and Network Services Manager
>
> Pioneer Library System
> 2557 State Rt. 21
> Canandaigua, New York  14424
>
> Voice: (585) 394-8260 ext. 1110
> Fax: (585) 394-1935
>


-- 
Chris Burton
Computer Programmer Analyst

*Technology Associate @*
*Niagara Falls Public Library*
4848 Victoria Avenue, Niagara Falls, ON  L2E 4C5
Tel 905-356-8080 x 267 cbur...@nflibrary.ca 
<https://my.nflibrary.ca>


Re: [OPEN-ILS-GENERAL] Slowness and Search failures

2018-12-20 Thread Chris Burton
Yes. That was copied from the config. Ours was 1/4 of that at 5mil which
was causing issues.
Equinox suggested the change as it would crash our OpenSRF services every
once in a while

On Thu, 20 Dec 2018 at 11:56, Beth Longwell  wrote:

> Chris,
>
> Thanks for the suggestions. I checked and our max_stanza_size is set to 2
> million or 200. Can you confirm that your change was to 20 million or
> 2000 as your email specified?
>
> As a part of the upgrade all our records were reingested so we should be
> good on that front.
>
> Beth
>
> On Wed, Dec 19, 2018 at 4:01 PM Chris Burton  wrote:
>
>> I ran across an issue like this just recently.
>> The ejabberd settings around line 125 with max_stanza_size was too small.
>> Equinox helped me out and we quadrupled it to 2000.
>> This does require a restart of ejabberd, opensrf and apache though.
>>
>> Ejabberd is the XMPP server that communicates searches with opensrf
>> processes.
>>
>>
>> Another possibility is that your database requires a reingest to reindex
>> all the records in the system.
>>
>> Others may have more suggestions as we just started using Evergreen last
>> year
>>
>> On Wed, 19 Dec 2018 at 16:43, Beth Longwell  wrote:
>>
>>> Evergreen libraries,
>>>
>>> We recently upgraded to 3.1.7 from 2.11. Before the upgrade we were
>>> experiencing slowness and failed searches even for known items in the
>>> catalog. We thought with the upgrade that this would go away but it has
>>> not. So far, most of the slowness seems to be on keyword searches but we
>>> are having the libraries track when the problem occurs and the search
>>> details so we will have more information.
>>>
>>> Have any of you experienced something similar?  Any ideas on what we can
>>> do?
>>>
>>> There are 74 libraries in our consortium, many of them small. We have
>>> two application servers and have not seen any indications of load problems.
>>>
>>> Thanks in advance for any help,
>>>
>>> Beth Ross
>>> Systems Manager
>>> Sage Library System
>>>
>>>
>>>


Re: [OPEN-ILS-GENERAL] Slowness and Search failures

2018-12-19 Thread Chris Burton
I ran across an issue like this just recently.
The ejabberd settings around line 125 with max_stanza_size was too small.
Equinox helped me out and we quadrupled it to 2000.
This does require a restart of ejabberd, opensrf and apache though.

Ejabberd is the XMPP server that communicates searches with opensrf
processes.


Another possibility is that your database requires a reingest to reindex
all the records in the system.

Others may have more suggestions as we just started using Evergreen last
year

On Wed, 19 Dec 2018 at 16:43, Beth Longwell  wrote:

> Evergreen libraries,
>
> We recently upgraded to 3.1.7 from 2.11. Before the upgrade we were
> experiencing slowness and failed searches even for known items in the
> catalog. We thought with the upgrade that this would go away but it has
> not. So far, most of the slowness seems to be on keyword searches but we
> are having the libraries track when the problem occurs and the search
> details so we will have more information.
>
> Have any of you experienced something similar?  Any ideas on what we can
> do?
>
> There are 74 libraries in our consortium, many of them small. We have two
> application servers and have not seen any indications of load problems.
>
> Thanks in advance for any help,
>
> Beth Ross
> Systems Manager
> Sage Library System
>
>
>


Re: [OPEN-ILS-GENERAL] Frequency of Open-ils-general digest

2018-03-23 Thread Chris Burton
I was wondering why when Digest mode was off I wouldn't see any. I would
love a daily report but monthly seems like missing out on a lot of relevant
info such as with the upcoming conference. Also, they are filtered but
sometimes when busy I don't think to check it for a while and everything is
so pieced out it is hard to follow a conversation sometimes

On 23 March 2018 at 10:54, Chris Sharp  wrote:

>
> On Fri, Mar 23, 2018 at 10:35 AM, Kathy Lussier 
> wrote:
>
>> Currently the digest frequency is set to Monthly.
>>
>> I think that setting determines when a new volume is started, not when a
>> new digest is sent out to subscribers. I don't use digest mode, but I'm
>> pretty sure the people I know who are using it are getting e-mails more
>> often than monthly.
>>
>> Oh - yeah - that makes sense.  Thanks!
>
> --
> Chris Sharp
> PINES System Administrator
> Georgia Public Library Service
> 1800 Century Place, Suite 150
> 
> Atlanta, Georgia 30345
> 
> (404) 235-7147
>