[OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Brandon W. Uhlman
Hi, all. Attached are two patches for SIP2 support in Evergreen -- one to the OpenNCIP server module that speaks to external services, and one to OpenILS::SIP, Evergreen's connecting glue between OpenNCIP and the OpenSRF-y underbelly. First, due_dates.patch makes some relatively trivial

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Grant Johnson
Hey, Is there a LookupUserResponse available in OpenNCIP yet? That's the only piece I need for our ILL implementation to RELAIS. F. Grant Johnson Systems Coordinator Robertson Library University of Prince Edward Island Brandon W. Uhlman [EMAIL PROTECTED] 06/18/08 6:20 AM Hi, all.

RE: [OPEN-ILS-DEV] SPAM: Error loading libdbi driver

2008-06-18 Thread Frances Dean McNamara
Thanks for the info. I believe we have a setup to accommodate the university SAN which we use for storage on these machines. Dale is working on tracking down the problem (and I'm twiddling my thumbs waiting to get some of our records loaded for review). Frances McNamara University of Chicago

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Bill Erickson
On Wednesday 18 June 2008 5:20 Brandon W. Uhlman wrote: Hi, all. Attached are two patches for SIP2 support in Evergreen -- one to the OpenNCIP server module that speaks to external services, and one to OpenILS::SIP, Evergreen's connecting glue between OpenNCIP and the OpenSRF-y underbelly.

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Bill Erickson
On Wednesday 18 June 2008 8:07 Grant Johnson wrote: Hey, Is there a LookupUserResponse available in OpenNCIP yet? That's the only piece I need for our ILL implementation to RELAIS. Hi Grant, The OpenNCIP project only provides SIP2 at this point, no NCIP yet. -bill -- Bill Erickson | VP,

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Brandon W. Uhlman
Quoting Bill Erickson [EMAIL PROTECTED]: This patch introduces a new configuration stanza, options in the implementation_config of an institution in oils_sip.xml. Currently, the only option is 'msg64_summary_datatype', which can have a value of 'barcode', which causes message 64 responses to

[OPEN-ILS-DEV] Feature request

2008-06-18 Thread Grant Johnson
A Clear button in the OPAC Advanced search and Staff Client. This would be incredibly useful for Library staff. We'll try to take a look to see what we can do but thought I'd bring it up in case someone else has looked at this already. Cheers F. Grant Johnson Systems Coordinator

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Mike Rylander
On Wed, Jun 18, 2008 at 8:07 AM, Grant Johnson [EMAIL PROTECTED] wrote: Hey, Is there a LookupUserResponse available in OpenNCIP yet? That's the only piece I need for our ILL implementation to RELAIS. Can RELAIS use the SIP2 interface? If so (according to another vendor's public information)

[OPEN-ILS-DEV] Help understanding Directories in Evergreen

2008-06-18 Thread John van Rassel
Hello again, I am just having a few issues trying to understand the different directories in Evergreen. When I look in ~/Evergreen-ILS-1.2.2.0 on both the server I setup, and the vmware images, there are two directories of note; and Evergreen directory and an Open-ILS directory. When I ran the

Re: [OPEN-ILS-DEV] Help understanding Directories in Evergreen

2008-06-18 Thread Bill Erickson
On Wednesday 18 June 2008 11:39 John van Rassel wrote: Hello again, I am just having a few issues trying to understand the different directories in Evergreen. When I look in ~/Evergreen-ILS-1.2.2.0 on both the server I setup, and the vmware images, there are two directories of note; and

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Grant Johnson
Thanks Mike, I just spoke to Kevin Stewart @ RELAIS -They don't support SIP2. We'll need to figure something out. We have the format of the response file... and will take a look next week. Grant Mike Rylander [EMAIL PROTECTED] 06/18/08 11:53 AM On Wed, Jun 18, 2008 at 8:07 AM, Grant Johnson

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread David J. Fiander
On 18-Jun-2008, at 09:02 , Bill Erickson wrote: On Wednesday 18 June 2008 5:20 Brandon W. Uhlman wrote: The SIP2 standard specifically says that the ACS 'can send this date field in any format it wishes'. Since the format currently being returned by Evergreen and used in handle_checkout

[OPEN-ILS-DEV] Still not able to log on

2008-06-18 Thread Frances Dean McNamara
We have Evergreen running with no errors from autogen and I can get further in the opac, but cannot log on to the client, or in the Log in of the opac. I used Firefox to go to the opac since someone had said there are better errors (tools, error console) I get some errors just calling up the

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread David J. Fiander
Actually, now that I've applied the patch and seen the differences in context, there's a small problem. We only add the due date, recall date, or hold pickup date if they're non-zero. The strings being returned by the ILS are not numbers, so they all evaluate to zero. That is, those fields

Re: [OPEN-ILS-DEV] Still not able to log on

2008-06-18 Thread Mike Rylander
On Wed, Jun 18, 2008 at 4:59 PM, Frances Dean McNamara [EMAIL PROTECTED] wrote: We have Evergreen running with no errors from autogen and I can get further in the opac, but cannot log on to the client, or in the Log in of the opac. [snip] But when I tried login and tried to log in using admin

Re: [OPEN-ILS-DEV] PATCHES: OpenNCIP (Attn: David) and OpenILS::SIP

2008-06-18 Thread Bill Erickson
On Wednesday 18 June 2008 10:13 Brandon W. Uhlman wrote: Quoting Bill Erickson [EMAIL PROTECTED]: This patch introduces a new configuration stanza, options in the implementation_config of an institution in oils_sip.xml. Currently, the only option is 'msg64_summary_datatype', which can have