[Koha] Circulation System Operation Failure- 3M SelfCheck System - KOHA SIP 2 ISSUES,

2011-05-12 Thread Susan Mustafa
Good Day All,

I hope that I may find someone who has come a cross this issue before:


Completed:

SIP 2 Server SETUP - Using
http://koha.org/documentation/manual/3.0/appendices/sip2-integration
sipserver.xml has been changed to include the machine IP, + port 8023

Tested:

telnet 10.106.0.93 8023
login: someuser
password: somepassword
%s Initiating SIP OK.
did a command here and it returns 941 which is ok i guess.

===

Problem:

3M SelfCheck System is showing [ Circulation System Operation Failure -
Unspecified Error] in RED.
We have already done everything, ensure the
username/password/ip/ports/configurations all CORRECT and still does not
work.

We have already done a telnet session [telnet xx.ip.xx.xx 8023] from inside
the 3M SelfCheck Machine [Command Line] and it works OK, returning us
results and everything.

We have attempted to do something like
http://lclpioneer.wordpress.com/2011/05/02/getting-a-3m-self-check-to-work-with-koha/
but no use, it still does not work.

I hope someone has come a cross this issue when working with 3M SelfCheck
with KOHA 3.01.00.999

I appreciate all the help I can get, we have been stuck for over a week
attempting at resolving this.

Thank you all,
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] unsubscribe

2011-05-12 Thread Susan Whittle
Unsubscribe

 

 

Susan

Susan S. Whittle

Director and Subregional Librarian for the Blind and Physically Handicapped

Southwest Georgia Regional Library System

301 South Monroe Street

Bainbridge, Georgia 39819

229.248.2665, ext. 119

229.248.2935 fax

 mailto:swhit...@swgrl.org swhit...@swgrl.org

 

Take a virtual tour of our libraries and Subregional Library for the Blind
and Physically Handicapped by visiting  http://www.swgrl.org
www.swgrl.org.

 


***

NOTICE: This e-mail (including attachments) may contain information that is
confidential and legally privileged.  If you are not the intended recipient,
you are hereby notified that you have received this document in error and
that any review, dissemination, distribution, or copying of this message is
strictly prohibited.  If you have received this in error, please notify the
sender immediately by replying to this message and deleting it.  Thank you
for your cooperation.

 

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Sudden problem with check in

2011-05-12 Thread Peel Lisa
Hello

All of a sudden we are having a problem when checking in some items - we keep 
getting the message 'this item needs to be transferred to IHCR. Transfer now?' 
even when the item is being checked in at IHCR and the borrower also has the 
location IHCR. It is doing this sparodically (different patrons, different item 
types) and I can't see any pattern so it is hard to duplicate, it seems to be 
happening (at the moment) only at one location.

Any ideas? What does Circ use to determine location (I had assumed from the 
location chosen when logging in)? And why has it only just started to happen 
(been running Koha since last August).

We are on 3.00.05 (hoping to upgrade very soon!!)

Regards

Lisa

[Description: Description: Description: CR_logo_POS_COULEUR b]


LISA PEEL, PGDip, MA.
Librarian
César Ritz Colleges Switzerland
1897 Le Bouveret - Switzerland
Tel: +41 24 482 82 82 Fax: +41 24 482 82 80
E-mail: lisa.p...@ritz.edumailto:hortense.ho...@ritz.edu
http://www.ritz.eduhttp://www.ritz.edu/ - 
http://www.culinaryarts.chhttp://www.culinaryarts.ch/

inline: image001.jpg___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] [RESOLVED] Circulation System Operation Failure- 3M SelfCheck System - KOHA SIP 2 ISSUES,

2011-05-12 Thread Lori Bowen Ayre
Susan,

Thanks for sharing this.  I'm sure it will help someone down the road even
if you don't get a thank you note!

Lori

2011/5/12 Susan Mustafa susan.must...@gmail.com

 Dear All,

 I have resolved the issue.

 Basicly I followed the e-mail below,
 http://lclpioneer.wordpress.com/2011/05/02/getting-a-3m-self-check-to-work-with-koha/

 Except instead of sip\r, I put in my sipuser ID and sipuser passwords
 :).

 Hope this helps someone,

 What I have done,

 Changes made to the 3M Self Check Machines to work with Koha.

1. Login to 3M Self Check System Administration  web page.
2. Select the network menu
3. Scroll down to “Host Communications” and change
   1. Communication Type “Telnet”
   2. TCP Port “8041”
   3. Host Name or IP “75.101.142.135” (This is the test SIP server IP)
   4. Scroll down to the 3M Command Center (CIMS) and click “Save
   Changes”
   5. Scroll down to “Send/Expect Scripts”  and click “Edit Login
   Send/Expect”

 (in 2 and 3 below replace sipuserid with your SIP USER ID and
 sipuserpassword with your SIP USER PASSWORD , see below)

 No double quotes --

1. Click “Menu+”
   1.  Send String (leave blank)
   2. Expect String “login:”
   3. Timeout “30”
   4. Retries “3”
   5. Click “Add”
2. Click “Menu+”
   1. Send String “sipuserid\r”
   2. Expect String “password:”
   3. Timeout “30”
   4. Retries “3”
   5. Click “Add”
3. Click “Menu+”
   1. Send String “sipuserpassword\r”
   2. Expect String “Login OK.  Initiating SIP” (note 2 spaces after
   “OK.”)
   3. Timeout “30”
   4. Retries “” (or 3 works as well)
   5. Click “Add”


 On Thu, May 12, 2011 at 10:22 AM, Susan Mustafa 
 susan.must...@gmail.comwrote:

 Good Day All,

 I hope that I may find someone who has come a cross this issue before:


 Completed:

 SIP 2 Server SETUP - Using
 http://koha.org/documentation/manual/3.0/appendices/sip2-integration
 sipserver.xml has been changed to include the machine IP, + port 8023

 Tested:

 telnet 10.106.0.93 8023
 login: someuser
 password: somepassword
 %s Initiating SIP OK.
 did a command here and it returns 941 which is ok i guess.

 ===

 Problem:

 3M SelfCheck System is showing [ Circulation System Operation Failure -
 Unspecified Error] in RED.
 We have already done everything, ensure the
 username/password/ip/ports/configurations all CORRECT and still does not
 work.

 We have already done a telnet session [telnet xx.ip.xx.xx 8023] from
 inside the 3M SelfCheck Machine [Command Line] and it works OK, returning us
 results and everything.

 We have attempted to do something like
 http://lclpioneer.wordpress.com/2011/05/02/getting-a-3m-self-check-to-work-with-koha/
 but no use, it still does not work.

 I hope someone has come a cross this issue when working with 3M SelfCheck
 with KOHA 3.01.00.999

 I appreciate all the help I can get, we have been stuck for over a week
 attempting at resolving this.

 Thank you all,



 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha




-- 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=
Lori Bowen Ayre // Library Technology Consultant
The Galecia Group // www.galecia.com
(707) 763-6869 // lori.a...@galecia.com

lori.a...@galecia.comSpecializing in open source ILS solutions, RFID,
filtering,
workflow optimization, and materials handling
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] [RESOLVED] Circulation System Operation Failure- 3M SelfCheck System - KOHA SIP 2 ISSUES,

2011-05-12 Thread Chris Cormack
* Susan Mustafa (susan.must...@gmail.com) wrote:
 Dear All,
 
 I have resolved the issue.
 
 Basicly I followed the e-mail below, 
 http://lclpioneer.wordpress.com/2011/05/02
 /getting-a-3m-self-check-to-work-with-koha/
 
 Except instead of sip\r, I put in my sipuser ID and sipuser passwords :).
 
 Hope this helps someone,

Hi Susan

Thank you for the eamil,
I have made a page on the wiki containing your info
http://wiki.koha-community.org/wiki/Setting_up_Koha_SIP_and_3M_machines

Which will hopefully help others.

Thank you very much

Chris


-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand


signature.asc
Description: Digital signature
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] KOHA livecd 1.2 (Koha Dspace) wirth wubi install / The easy way

2011-05-12 Thread Adalid Ortiz
Only for general info.

I have recent (today) install Koha with Dspace using the Ubuntu ISO image of 
Live-CD versión at:
http://liblivecd.sourceforge.net/  and WUBI installer for Windows. The trick 
was the Wubi installer for Ubuntu 10.10

It's very easy if you wan't to try Koha and have only 1 PC with windows and 
don't want to do a disk repartition.

Final result:
Dual boot Windows 7 and Ubuntu 10.10
Koha 3.2.6/Dspace

TODO:
Install spanish language
Upgrade Ubuntu
Upgarde Koha

My yesterday install was KOHA 3.4 on my Kubuntu Netbook using the Koha's Ubuntu 
installation file and the Wiki instructions for that task. No problems.


Saludos

Adalid Ortiz
Biblioteca Loyola
http://clavius.tij.uia.mx




___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Oh, I forgot to ask !

2011-05-12 Thread Chris Cormack
2011/5/13 Adalid Ortiz ada...@tij.uia.mx:
 Why not a Debian/Koha Live-CD ?

Time I think is the short answer, its something I would love to have
time to work on. And I am sure Robin feels the same. We would love one
set up to use the .deb koha packages.

If you wanted to have a go I would love to help :)

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] catalog card printing

2011-05-12 Thread schnydszch
thanks Elaine.. the shelflist cards or accession list cards are for backup
purposes. and just in case our library experiences long days of blackout we
have our shelflist cards to look at. maybe somebody here has created a
plugin or something for this. we'll try what you've said ellen. thanks
again. :)

--
View this message in context: 
http://koha.1045719.n5.nabble.com/catalog-card-printing-tp4386976p4392028.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha