Re installing Koha 3.0.0. beta version on a Windows platfrom Have downloaded the three modules - Apache, Active Perl and MySQL but the download of Koha-3.00.00-beta2 won't install. As far as I can see, the set-up executive is not there. the file is in a tar.tar form, but even when extracted I cannot find the set-up executive. Can someone please help? Carmel. Am using this version because read somewhere that the Z39.50 function doesn't work on koha 2.2.9 on a Windows platform? Or has this ben fixed?
Good morning, I asked this question last week, but I don't think I was clear on what I was trying to do. If I want to upload one branches marc records by bulkimport, can I do that and not erase the rest of the Marc records that belong to other branches. I finally got to the point to upload the MARC and how I could delete the old records, my fear at that point was that I would delete the other 15 libraries records, this would not make me popular. While we are spread far apart in my school district (15 schools over 65,000 square miles with only airport travel between villages) I have invited everyone to come to a training in October. I think they would remember me taking down their whole system. Thanks for any replies, Darla Darla Grediagin District Librarian Bering Strait School District Unalakleet, Alaska Web Address : http://bssdonline.org/course/view.php?id=51 Blog: http://aklibrarian1.edublogs.org/ OPAC: http://opac.bssd.org:8181/cgi-bin/koha/opac-search.pl ]
Gwah! That'd be bad. I know that the relevant SQL is in the bulkmarcimport.pl script; does anyone know how to adapt that to only delete items from one branch (and their bibs)? -- Jesse
On Fri, Apr 25, 2008 at 7:58 AM, Darla Grediagin <dgrediagin@bssd.org> wrote:
Good morning,
I asked this question last week, but I don't think I was clear on what I was trying to do. If I want to upload one branches marc records by bulkimport, can I do that and not erase the rest of the Marc records that belong to other branches. I finally got to the point to upload the MARC and how I could delete the old records, my fear at that point was that I would delete the other 15 libraries records, this would not make me popular. While we are spread far apart in my school district (15 schools over 65,000 square miles with only airport travel between villages) I have invited everyone to come to a training in October. I think they would remember me taking down their whole system. So long as you don't use the -d option, it shouldn't delete any existing records.
Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE CEO migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
On 2008/04/25, at 11:58 PM, Darla Grediagin wrote: Hi Darla,
Good morning,
I asked this question last week, but I don't think I was clear on what I was trying to do. If I want to upload one branches marc records by bulkimport, can I do that and not erase the rest of the Marc records that belong to other branches.
hmmm, try adding this line to a recent version of the bulkmarcimport.pl script, around line 168 166 } 167 168 next if $record->subfield('952',"a") ne 'MYBRANCH'; # change to yourbranch 169 170 unless ($test_parameter) {
I finally got to the point to upload the MARC and how I could delete the old records, my fear at that point was that I would delete the other 15 libraries records, this would not make me popular.
Make a backup first, and do it after hours :) - if you mess it up, you can always restore your DB pretty quickly. Mason
On Fri, Apr 25, 2008 at 4:11 AM, Carmel Young <carmel.malawi@gmail.com> wrote:
Re installing Koha 3.0.0. beta version on a Windows platfrom
Have downloaded the three modules - Apache, Active Perl and MySQL
What porting of Koha 3 to Win32 that has been done is under Strawberry Perl... but the
download of Koha-3.00.00-beta2 won't install. As far as I can see, the set-up executive is not there. the file is in a tar.tar form, but even when extracted I cannot find the set-up executive. Can someone please help?
The Win32 port is not at a functional point yet. See http://wiki.koha.org/doku.php?id=en:installation:win32:koha_3_win32_installe...
Carmel. Am using this version because read somewhere that the Z39.50 function doesn't work on koha 2.2.9 on a Windows platform? Or has this ben fixed?
I think this functionality is in 2.2.9 on Win32. Check here: http://www.koha.rwjr.com/ Regards, Chris -- Christopher Nighswonger Faculty Member Network & Systems Director Foundations Bible College & Seminary www.foundations.edu www.fbcradio.org
participants (6)
-
Carmel Young -
Chris Nighswonger -
Darla Grediagin -
Jesse -
Joshua Ferraro -
Mason James