[Koha] Collection code & Shelving Location (thandu venkat narayana)

Sunil Kumar sunil.kumar at ecoleglobal.com
Thu Sep 27 21:25:48 NZST 2012


Dear Mr. Narayana, 

You can go to administration 

Administration >> Basic Parameter >> Item Types >> New Item Type
Administration >> Basic Parameter >> Authorized Values >> CCODE (Drop Down)
(Add new collection code)

Feel free to ask any question. 

Thanks and Regards

R Sunil Kumar
Library Technologist
9686576695
rsunil.kr at gmail.com 



-----Original Message-----
From: koha-bounces at lists.katipo.co.nz
[mailto:koha-bounces at lists.katipo.co.nz] On Behalf Of
koha-request at lists.katipo.co.nz
Sent: 01 September 2012 22:16
To: koha at lists.katipo.co.nz
Subject: Koha Digest, Vol 83, Issue 3

Send Koha mailing list submissions to
	koha at lists.katipo.co.nz

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.katipo.co.nz/mailman/listinfo/koha
or, via email, send a message with subject or body 'help' to
	koha-request at lists.katipo.co.nz

You can reach the person managing the list at
	koha-owner at lists.katipo.co.nz

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Koha digest..."


Today's Topics:

   1. Collection code & Shelving Location (thandu venkat narayana)
   2. Koha installation Problem (Mohammad Joynal Abdin)
   3. Re: Koha installation Problem (Mark Tompsett)
   4. Re: Koha installation Problem (Mark Tompsett)
   5. Re: Collection code & Shelving Location (Olugbenga Adara)
   6. Re: Zebra not updating biblios automatically in koha 3.8
      (Doug Kingston)
   7. Re: Zebra not updating biblios automatically in koha 3.8
      (Jared Camins-Esakov)


----------------------------------------------------------------------

Message: 1
Date: Sat, 1 Sep 2012 11:32:39 +0800 (SGT)
From: thandu venkat narayana <thandu_venkat at yahoo.com>
To: koha at lists.katipo.co.nz
Subject: [Koha] Collection code & Shelving Location
Message-ID:
	<1346470359.48714.YahooMailClassic at web192305.mail.sg3.yahoo.com>
Content-Type: text/plain; charset=utf-8

Dear Professionals,

Good Morning!

I am using koha 3.8.2 on Ubuntu

How can I add new collection code & new Shelving Location at adding items
i.e. Tag 952 $8 and 952 $c

Please give guidance to create the same.

Best Regards,
Venkata Narayana


------------------------------

Message: 2
Date: Sat, 1 Sep 2012 11:01:00 +0600
From: Mohammad Joynal Abdin <joynal at daffodilvarsity.edu.bd>
To: koha at lists.katipo.co.nz
Subject: [Koha] Koha installation Problem
Message-ID:
	<CAO0vx5Ff8afg_X7au2Z0sqNR3cqREx-jSEaUmbUOJ_r+kMWfdg at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Dear All,
Greetings from Mohammad Joynal Abdin
Today I want to share with you all one thing that, Yesterday I tried to
setup koha on Debian 6.0.1. But when I enter the command apt-get install
koha it returns error like below. I added the line deb
http://debian.koha-community.org/koha squeeze main in the
/etc/apt/sources.list. It can be mentioned that apt-get update command
executed successfully and it reports that Reading package lists......
Done. What's wrong? How can I proceed? Please suggest me.

ERROR
root at koha:/home/koha# apt-get install koha Reading package lists... Done
Building dependency tree Reading state information... Done Some packages
could not be installed. This may mean that you have requested an impossible
situation or if you are using the unstable distribution that some required
packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 koha : Depends: koha-common but it is not going to be installed
        Depends: dbconfig-common but it is not installable
        Depends: mysql-server but it is not installable
E: Broken packages

Thanking you in advance

--
*With Warm Regards*

Mohammad Joynal Abdin
MA in ISLM, DU
MCSA, MCSE
Assistant Library Officer
Daffodil International University
Cell: 01811458896  Ext. 152


------------------------------

Message: 3
Date: Sat, 1 Sep 2012 14:03:20 +0800
From: "Mark Tompsett" <mtompset at hotmail.com>
To: "Mohammad Joynal Abdin" <joynal at daffodilvarsity.edu.bd>,
	<koha at lists.katipo.co.nz>
Subject: Re: [Koha] Koha installation Problem
Message-ID: <SNT117-DS10EB3E1AE8540118C4AEBCC6A50 at phx.gbl>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original

Greetings,

[snipped and edited a bit]
> But when I enter the command "apt-get install koha"

Actually it is "sudo apt-get install koha-common".


[snipped and edited a bit]
> I added the line "deb http://debian.koha-community.org/koha squeeze main"
> in the /etc/apt/sources.list [file].

First, it is a bad idea to touch the default repository file! You likely
messed up your repositories.
The instructions you should follow are found at
http://wiki.koha-community.org/wiki/Koha_3.8_on_Debian_Squeeze

Those instructions say it is supposed to be
"/etc/apt/sources.list.d/koha.list" that is affected.
The command you should use to set up for 3.8.x in a fresh Debian (or Ubuntu
-- for those lurking in the background) install is:
$ echo "deb http://debian.koha-community.org/koha squeeze main" | sudo tee
/etc/apt/sources.list.d/koha.list

Okay, but did you do the following as well?
$ wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key add
-


--- BEGIN EXAMPLE GIVEN ---
ERROR
root at koha:/home/koha# apt-get install koha
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
koha : Depends: koha-common but it is not going to be installed
        Depends: dbconfig-common but it is not installable
        Depends: mysql-server but it is not installable
E: Broken packages
--- END EXAMPLE GIVEN ---

Those dependencies are in the default repositories. You likely messed yours 
up or the server from which you would normally pull the updates is not 
reachable.

To check which is true attempt the following command:
$ sudo apt-get update
If it has a whole bunch of error messages, then it is unreachable. If the 
list is very short (only the debian.koha-community.org repository), then you

messed up your repositories. If it is some other case, you will need to post

the output for someone else to be able to help you.

My gut feeling is you messed yours up. Given that I don't have Debian, I can

not provide you with a clean copy. Though, you may wish to re-install Debian

OR visit http://debgen.simplylinux.ch/ *IF* you did mess it up. 
Reinstallation is my preference and recommendation, if there are no other 
systems affected.

Hope this helps somehow. #include <stddisclaimer.h>

GPML,
Mark Tompsett 



------------------------------

Message: 4
Date: Sat, 1 Sep 2012 14:03:47 +0800
From: "Mark Tompsett" <mtompset at hotmail.com>
To: "Mohammad Joynal Abdin" <joynal at daffodilvarsity.edu.bd>,
	<koha at lists.katipo.co.nz>
Subject: Re: [Koha] Koha installation Problem
Message-ID: <SNT117-DS106FAD37996F3D42B3BCFDC6A50 at phx.gbl>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
	reply-type=original

Greetings,

[snipped and edited a bit]
> But when I enter the command "apt-get install koha"

Actually it is "sudo apt-get install koha-common".


[snipped and edited a bit]
> I added the line "deb http://debian.koha-community.org/koha squeeze main"
> in the /etc/apt/sources.list [file].

First, it is a bad idea to touch the default repository file! You likely 
messed up your repositories.
The instructions you should follow are found at 
http://wiki.koha-community.org/wiki/Koha_3.8_on_Debian_Squeeze

Those instructions say it is supposed to be 
"/etc/apt/sources.list.d/koha.list" that is affected.
The command you should use to set up for 3.8.x in a fresh Debian (or 
Ubuntu -- for those lurking in the background) install is:
$ echo "deb http://debian.koha-community.org/koha squeeze main" | sudo tee 
/etc/apt/sources.list.d/koha.list

Okay, but did you do the following as well?
$ wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key 
add -


--- BEGIN EXAMPLE GIVEN ---
ERROR
root at koha:/home/koha# apt-get install koha
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
koha : Depends: koha-common but it is not going to be installed
        Depends: dbconfig-common but it is not installable
        Depends: mysql-server but it is not installable
E: Broken packages
--- END EXAMPLE GIVEN ---

Those dependencies are in the default repositories. You likely messed yours 
up or the server from which you would normally pull the updates is not 
reachable.

To check which is true attempt the following command:
$ sudo apt-get update
If it has a whole bunch of error messages, then it is unreachable. If the 
list is very short (only the debian.koha-community.org repository), then you

messed up your repositories. If it is some other case, you will need to post

the output for someone else to be able to help you.

My gut feeling is you messed yours up. Given that I don't have Debian, I can

not provide you with a clean copy. Though, you may wish to re-install Debian

OR visit http://debgen.simplylinux.ch/ *IF* you did mess it up. 
Reinstallation is my preference and recommendation, if there are no other 
systems affected.

Hope this helps somehow. #include <stddisclaimer.h>

GPML,
Mark Tompsett 



------------------------------

Message: 5
Date: Sat, 1 Sep 2012 06:37:00 -0700 (PDT)
From: Olugbenga Adara <gbengaadara at yahoo.com>
To: koha at lists.katipo.co.nz, thandu venkat narayana
	<thandu_venkat at yahoo.com>
Subject: Re: [Koha] Collection code & Shelving Location
Message-ID:
	<1346506620.4165.YahooMailClassic at web162003.mail.bf1.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1

Hello,

Go to Administration - Authorized values in the staff client.

For shelving location, modify LOC, for Collection code modify CCODE

Olugbenga Adara



Mobile: 234 (0) 8033220288

Home: 234 (2) 8721720

Skype: gbengaadara

Blog: http://gbengaadara.blogspot.com

Twitter: http://twitter.com/gbengaadara

Profile: http://www.linkedin.com/in/gbengaadara

--- On Sat, 9/1/12, thandu venkat narayana <thandu_venkat at yahoo.com> wrote:

From: thandu venkat narayana <thandu_venkat at yahoo.com>
Subject: [Koha] Collection code & Shelving Location
To: koha at lists.katipo.co.nz
Date: Saturday, September 1, 2012, 5:32 AM

Dear Professionals,

Good Morning!

I am using koha 3.8.2 on Ubuntu

How can I add new collection code & new Shelving Location at adding items
i.e. Tag 952 $8 and 952 $c

Please give guidance to create the same.

Best Regards,
Venkata Narayana
_______________________________________________
Koha mailing list? http://koha-community.org
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


------------------------------

Message: 6
Date: Sat, 1 Sep 2012 09:27:36 -0700
From: Doug Kingston <dpk at randomnotes.org>
To: Paul <paul.a at aandc.org>
Cc: Koha at lists.katipo.co.nz
Subject: Re: [Koha] Zebra not updating biblios automatically in koha
	3.8
Message-ID:
	<CAGPaoUt3EHxgyxbP8c6+t+1ZYwsEDYwNVS3iOtw09JKSTozWTA at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

So environment variables are not the issue.  We are carefully managing
those.

I have tried using the new tool checkNonIndexedBiblios.pl (from patch 6566)
and it indeed finds a few recent biblios that are not indexed.  Using the
-z option to mark them for indexing followed by a manual run of
rebuild_zebra -b -v -z did not get the biblios indexed.  I cranked up the
debugging on zebraidx (by modifying rebuild_zebra.pl and using -v -v) and
did not see any obvious errors in the output that would suggest why
indexing was failing.

We have applied the patch from bug 8563 (
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8653) which was
definitely a problem for us and fixed out authorities problem.  Perhaps
there is a related issue here?

-Doug

On 31 August 2012 13:39, Paul <paul.a at aandc.org> wrote:

> At 08:37 PM 8/31/2012 +0100, Elaine Bradtke wrote:
>
>> My colleagues are reporting a similar problem with 3.8.4
>> Downloading and editing of records seems to function normally, but
>> once it is saved,  none of the usual searches brings it up, and
>> running a report on recently catalogued items give zero results.
>>
>> mysql Ver 14.14 Distrib 5.1.63, for debian-linux-gnu (i486) using
>> readline 6.1
>>  Apache/2.2.16 (Debian)
>> Zebra version:Zebra 2.0.50
>>
>> Any ideas?
>>
>
> I have found that 3.8.x may have problems with env vars not being
> available to cron. Please try editing:
>
> sudo vi /home/koha/.bashrc
>
> Add the following two lines:
>
> export PERL5LIB=/usr/share/koha/lib
> export KOHA_CONF=/etc/koha/koha-conf.**xml
> :x
>
> then reboot your server.  This in itself cannot do any harm, and could
> well cure your problem.
>
> Best - Paul
>
>  Elaine Bradtke
>>
>> On Fri, Aug 31, 2012 at 12:05 PM, sunil sharma <koha.sunil007 at gmail.com>
>> wrote:
>> >
>> > Dear All,
>> >
>> > I installed Koha 3.8.02 and also check latest version of koha 3.8.04 on
>> > centos 6.2, The same problem I am facing in both of these version. when
>> I
>> > enter any new biblio, it is not updated automatically to zebra, I am
>> using
>> > zebra latest version 2.0.54 and all cronjobs are set. I also manually
>> check
>> > zebra functioning by ./rebuild_zebra.pl -b -a -v -z but it shows export
>> > biblios zero, but I already added some bilios to koha yet it shows
>> exported
>> > zero. And, when I use ./rebuild_zebra.pl -b -a -v -r then it rebuild
>> all
>> > the biblios and my all added biblio shows in result i.e. exported 10
>> > biblios. My question is that why  ./rebuild_zebra.pl -b -a -v -z
>> option is
>> > not working. where is the problem, because my zebra working fine in
>> 3.6, is
>> > there any problem in koha 3.8. or any other issue. Please help me out.
>> >
>> > Thanx in advance.
>> >
>> > Sunil
>> > ______________________________**_________________
>> > Koha mailing list  http://koha-community.org
>> > Koha at lists.katipo.co.nz
>> >
http://lists.katipo.co.nz/**mailman/listinfo/koha<http://lists.katipo.co.nz/
mailman/listinfo/koha>
>>
>>
>>
>>
>> --
>> Elaine Bradtke
>> Data Wrangler
>> VWML
>> English Folk Dance and Song Society | http://www.efdss.org
>> Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY
>> Tel    +44 (0) 20 7485 2206 (This number is for the English Folk Dance
>> and Song Society in London, England. If you wish to phone me
>> personally, send an e-mail first. I work off site)
>> ------------------------------**------------------------------**
>> --------------
>> Registered Company No. 297142
>> Charity Registered in England and Wales No. 305999
>> ------------------------------**------------------------------**
>> ---------------
>> "Writing about music is like dancing about architecture"
>> --Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
>> ______________________________**_________________
>> Koha mailing list  http://koha-community.org
>> Koha at lists.katipo.co.nz
>>
http://lists.katipo.co.nz/**mailman/listinfo/koha<http://lists.katipo.co.nz/
mailman/listinfo/koha>
>>
>
> ---
> Maritime heritage and history, preservation and conservation,
> research and education through the written word and the arts.
> <http://NavalMarineArchive.com**> and <http://UltraMarine.ca>
>
>
> ______________________________**_________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
>
http://lists.katipo.co.nz/**mailman/listinfo/koha<http://lists.katipo.co.nz/
mailman/listinfo/koha>
>


------------------------------

Message: 7
Date: Sat, 1 Sep 2012 12:46:05 -0400
From: Jared Camins-Esakov <jcamins at cpbibliography.com>
To: Doug Kingston <dpk at randomnotes.org>
Cc: Koha at lists.katipo.co.nz
Subject: Re: [Koha] Zebra not updating biblios automatically in koha
	3.8
Message-ID:
	<CALVDfQyH-J4TptzZDQncGemSvSnC9ETEP_Nj0X64yATmYe0Ymg at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Doug,

So environment variables are not the issue.  We are carefully managing
> those.
>

Make sure when you are using cron jobs that you set the environment
variables IN YOUR CRONTAB. Setting environment variables elsewhere is a
recipe for confusion and misery down the road. However, this is -- as you
say -- not the problem.


> I have tried using the new tool checkNonIndexedBiblios.pl (from patch
6566)
> and it indeed finds a few recent biblios that are not indexed.  Using the
> -z option to mark them for indexing followed by a manual run of
> rebuild_zebra -b -v -z did not get the biblios indexed.  I cranked up the
> debugging on zebraidx (by modifying rebuild_zebra.pl and using -v -v) and
> did not see any obvious errors in the output that would suggest why
> indexing was failing.
>

Did you change your bibliographic frameworks? It could be a matter of the
biblionumber not being stored properly. The other thing to do is to confirm
that the non-indexed biblios are *actually* getting added to the zebraqueue
by the 6566 script. It's kind of a long shot, but it could be an issue with
the zebraqueue table getting corrupted. I've seen this happen when the
zebraqueue table got too large, and disk space was low.

Regards,
Jared

-- 
Jared Camins-Esakov
Bibliographer, C & P Bibliography Services, LLC
(phone) +1 (917) 727-3445
(e-mail) jcamins at cpbibliography.com
(web) http://www.cpbibliography.com/


------------------------------

_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


End of Koha Digest, Vol 83, Issue 3
***********************************



More information about the Koha mailing list