Re: [Koha] Testing Koha - How to migrate data from Voyager 9 to Koha for testing?

2018-08-27 Thread Ere Maijala
7 August 2018 7:30 PM To: koha@lists.katipo.co.nz Subject: Re: [Koha] Testing Koha - How to migrate data from Voyager 9 to Koha for testing? Hi, I'm not sure how well the migration toolbox works out of the box, but there's one thing worth noting anyway: The vanilla Koha doesn't support M

Re: [Koha] Testing Koha - How to migrate data from Voyager 9 to Koha for testing?

2018-08-27 Thread Joy Nelson
Ere is correct. In Voyager migrations you need to think about the holding records and how to handle them. We typically convert the holdings into item tags on the associated bib record or load the information into a textual holding statement(s) if possible. -Joy On Mon, Aug 27, 2018 at 2:29 AM,

Re: [Koha] Testing Koha - How to migrate data from Voyager 9 to Koha for testing?

2018-08-27 Thread Ere Maijala
Hi, I'm not sure how well the migration toolbox works out of the box, but there's one thing worth noting anyway: The vanilla Koha doesn't support MFHD's, which have a pretty important role in Voyager. While in many cases the relevant information can be stored in the bibliographic or item reco

Re: [Koha] Testing to move a koha 3.08 system to 3.18, on Debian.

2015-02-09 Thread Howard Fleming
Just a quick note to let you know your instructions on upgrading/moving the system seems to have fixed the problem I was running into, thanks! Howard On 02/03/2015 05:43 PM, Robin Sheat wrote: Robin Sheat schreef op wo 04-02-2015 om 11:36 [+1300]: * Make sure you've reindexed everything: su

Re: [Koha] Testing to move a koha 3.08 system to 3.18, on Debian.

2015-02-03 Thread Robin Sheat
Robin Sheat schreef op wo 04-02-2015 om 11:36 [+1300]: > * Make sure you've reindexed everything: sudo koha-rebuild-zebra -f > -v And by that, I actually mean: sudo koha-rebuild-zebra -f -v instancename -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B

Re: [Koha] Testing to move a koha 3.08 system to 3.18, on Debian.

2015-02-03 Thread Robin Sheat
Howard Fleming schreef op di 03-02-2015 om 17:24 [-0500]: > In mysql, created a database with the same name as the current > production system (kohadb). If that's what you actually did, the name was wrong. Assuming you're using 'kohadb' as your instance name (which is a tautological name for it,

Re: [Koha] Testing

2015-01-07 Thread Jesse Lambertson
I was not receiving anything from the list for a couple weeks. But, then again, EVERYONE needs a break, I hope everyone enjoyed that break. Cheers! Jesse On Wed, Jan 7, 2015 at 1:09 PM, Elaine Bradtke wrote: > It seems highly unlikely that you all had nothing to say since Dec. 22. . . > > --

Re: [Koha] Testing Koha 3.16.01 SIP

2015-01-07 Thread Abdulsalam Yousef
Hello all, May I have problem receiving koha mail list emails, I've not receive any mails from 25 Dec 2014. Also i didn't receive Colin's reply for my problem (Testing Koha 3.16.01 SIP), So i'm sorry to be respond to his reply lately. I've no parameter called encoding in my sip configuration fil

Re: [Koha] Testing Koha 3.16.01 SIP

2015-01-07 Thread Colin Campbell
On Wed, Dec 24, 2014 at 06:00:00AM +0300, Abdulsalam Yousef wrote: > Hello All, > When testing koha 3.16.01 SIP using telnet by trying to run this command > > 2300120080623172148AOCL|AA123456|ACsipstation01|ADbadpassword > > we get the following result > > 24 YY 001201412240556

Re: [Koha] Testing Koha 3.16.01 SIP

2015-01-07 Thread Manos PETRIDIS
Out of curiosity: telnet is a terminal emulation program, back from the days of 7/8 bit character sets. In order to display non-Latin characters one would have to set the proper emulation protocol and character set used, both in the server and the client sides and on a per-terminal basis. Where doe

Re: [Koha] Testing memcache

2014-11-07 Thread Galen Charlton
Hi, On Fri, Nov 7, 2014 at 11:11 AM, Tom Hanstra wrote: > If memcache has been enabled, is there a way to test to be sure Koha is > using it? What can I look for? You can use the memdump tool (which is also known as memcdump on some platforms such as Debian, where it can be installed using "sud