I changed the PERL5LIB value to the location of the script but still same error. Also tried running from the folder where the script is located but that gave me the same error as well. Any other ideas???? Edward Roche Technology Support/Network Admin Solanco School District edward_roche@solanco.k12.pa.us 717.786.2151 The greatest mistake you can make in life is to continually be afraid you will make one. Elbert Hubbard ________________________________ From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thu 2/19/2009 10:25 AM To: Roche III, Edward Subject: Re: [Koha-devel] Importing Data Hi Ed, That is correct. Some people set this script to run every X minutes using crontab to update their catalog on a regular basis. Eric Roche III, Edward wrote: Should be running this script from the command line, right? There isn't a link on Koha. Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" 2976_Solanco_Comm_Graphic<http://mail.solanco.k12.pa.us/exchange/edward_roche/Drafts/RE:%20%5bKoha-devel%5d%20Importing%20Data.EML/1_multipart/ATT1074782.jpg> MCP(rgb)<http://mail.solanco.k12.pa.us/exchange/edward_roche/Drafts/RE:%20%5bKoha-devel%5d%20Importing%20Data.EML/1_multipart/ATT1074783.jpg> From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thursday, February 19, 2009 10:06 AM To: Roche III, Edward Cc: koha-devel Subject: Re: [Koha-devel] Importing Data Hi, I forgot to CCed the list in my previous email. (Am I doing to many things at once?) However, your error means that the C4 directory can not be reached by Perl. You have too choices 1. Set the PERL5LIB environment variable to the path containing the C4 dir (check you koha-httpd.conf file) 2. Set your current directory to the path containing the C4 dir and run the script using a relative path. Eric Roche III, Edward wrote: !@#$%@%^^ Here you go: Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at ./rebuild_zebra.pl line 5. Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" 2976_Solanco_Comm_Graphic<http://mail.solanco.k12.pa.us/exchange/edward_roche/Drafts/RE:%20%5bKoha-devel%5d%20Importing%20Data.EML/1_multipart/ATT1074784.jpg> MCP(rgb)<http://mail.solanco.k12.pa.us/exchange/edward_roche/Drafts/RE:%20%5bKoha-devel%5d%20Importing%20Data.EML/1_multipart/ATT1074783.jpg> From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thursday, February 19, 2009 9:50 AM To: Roche III, Edward Subject: Re: [Koha-devel] Importing Data Edward, You are right when you say you really do to much things at once :) I think you forgot to paste your error. Eric Roche III, Edward wrote: Has anyone come across this error run trying to run the rebuild_zebra.pl script? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" 2976_Solanco_Comm_Graphic<http://mail.solanco.k12.pa.us/exchange/edward_roche/Drafts/RE:%20%5bKoha-devel%5d%20Importing%20Data.EML/1_multipart/ATT1074784.jpg> MCP(rgb)<http://mail.solanco.k12.pa.us/exchange/edward_roche/Drafts/RE:%20%5bKoha-devel%5d%20Importing%20Data.EML/1_multipart/ATT1074783.jpg> From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Wednesday, February 18, 2009 4:33 PM To: Roche III, Edward Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Importing Data Ed, After importing new record in your database, you need to reindex your database by running misc/migration_tools/rebuild_zebra.pl -b -w Let us know if this solved your problem. Eric Roche III, Edward wrote: Good Afternoon Everyone I was able to export my catalog data from Follett and I imported it into Koha with no errors and it confirmed that it added 16k+ records. The problem is when I do a search it isn't returning and listing. Did I miss something? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" 2976_Solanco_Comm_Graphic<http://mail.solanco.k12.pa.us/exchange/edward_roche/Drafts/RE:%20%5bKoha-devel%5d%20Importing%20Data.EML/1_multipart/ATT1074784.jpg> MCP(rgb)<http://mail.solanco.k12.pa.us/exchange/edward_roche/Drafts/RE:%20%5bKoha-devel%5d%20Importing%20Data.EML/1_multipart/ATT1074783.jpg> ________________________________ _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel ________________________________ _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
You are missing the point of the PERL5LIB variable. Set it to the directory that contains the "C4" directory. Not the location of the script. Then export it and try again. --Joe On Fri, Feb 20, 2009 at 9:36 AM, Roche III, Edward < edward_roche@solanco.k12.pa.us> wrote:
I changed the PERL5LIB value to the location of the script but still same error. Also tried running from the folder where the script is located but that gave me the same error as well.
Any other ideas????
Edward Roche
Technology Support/Network Admin
Solanco School District
edward_roche@solanco.k12.pa.us
717.786.2151
The greatest mistake you can make in life is to continually be afraid you will make one.
Elbert Hubbard
------------------------------
*From:* Eric Bégin [mailto:Eric.Begin@inLibro.com] *Sent:* Thu 2/19/2009 10:25 AM *To:* Roche III, Edward *Subject:* Re: [Koha-devel] Importing Data
Hi Ed,
That is correct.
Some people set this script to run every X minutes using crontab to update their catalog on a regular basis.
Eric
Roche III, Edward wrote:
Should be running this script from the command line, right? There isn't a link on Koha.
Thanks
Ed
Edward J. Roche
Network Administrator
Solanco School District
717.786.2151 x2437
"At the End of the Day, Did You Play to Win or Not to Lose?"
[image: 2976_Solanco_Comm_Graphic] [image: MCP(rgb)]
*From:* Eric Bégin [mailto:Eric.Begin@inLibro.com <Eric.Begin@inLibro.com>]
*Sent:* Thursday, February 19, 2009 10:06 AM *To:* Roche III, Edward *Cc:* koha-devel
*Subject:* Re: [Koha-devel] Importing Data
Hi,
I forgot to CCed the list in my previous email. (Am I doing to many things at once?)
However, your error means that the C4 directory can not be reached by Perl. You have too choices
1. Set the PERL5LIB environment variable to the path containing the C4 dir (check you koha-httpd.conf file) 2. Set your current directory to the path containing the C4 dir and run the script using a relative path.
Eric
Roche III, Edward wrote:
!@#$%@%^^
Here you go:
*Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./rebuild_zebra.pl line 5.*
*BEGIN failed--compilation aborted at ./rebuild_zebra.pl line 5.*
Thanks
Ed
Edward J. Roche
Network Administrator
Solanco School District
717.786.2151 x2437
"At the End of the Day, Did You Play to Win or Not to Lose?"
[image: 2976_Solanco_Comm_Graphic] [image: MCP(rgb)]
*From:* Eric Bégin [mailto:Eric.Begin@inLibro.com <Eric.Begin@inLibro.com>]
*Sent:* Thursday, February 19, 2009 9:50 AM *To:* Roche III, Edward *Subject:* Re: [Koha-devel] Importing Data
Edward,
You are right when you say you really do to much things at once :)
I think you forgot to paste your error.
Eric
Roche III, Edward wrote:
Has anyone come across this error run trying to run the rebuild_zebra.pl script?
Thanks
Ed
Edward J. Roche
Network Administrator
Solanco School District
717.786.2151 x2437
"At the End of the Day, Did You Play to Win or Not to Lose?"
[image: 2976_Solanco_Comm_Graphic] [image: MCP(rgb)]
*From:* Eric Bégin [mailto:Eric.Begin@inLibro.com <Eric.Begin@inLibro.com>]
*Sent:* Wednesday, February 18, 2009 4:33 PM *To:* Roche III, Edward *Cc:* koha-devel@lists.koha.org *Subject:* Re: [Koha-devel] Importing Data
Ed,
After importing new record in your database, you need to reindex your database by running misc/migration_tools/rebuild_zebra.pl -b -w
Let us know if this solved your problem.
Eric
Roche III, Edward wrote:
Good Afternoon Everyone
I was able to export my catalog data from Follett and I imported it into Koha with no errors and it confirmed that it added 16k+ records. The problem is when I do a search it isn't returning and listing.
Did I miss something?
Thanks
Ed
Edward J. Roche
Network Administrator
Solanco School District
717.786.2151 x2437
"At the End of the Day, Did You Play to Win or Not to Lose?"
[image: 2976_Solanco_Comm_Graphic] [image: MCP(rgb)]
------------------------------
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel
------------------------------
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Got it! I will try it this afternoon. Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" From: Joe Atzberger [mailto:ohiocore@gmail.com] Sent: Friday, February 20, 2009 11:11 AM To: Roche III, Edward Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] FW: Importing Data You are missing the point of the PERL5LIB variable. Set it to the directory that contains the "C4" directory. Not the location of the script. Then export it and try again. --Joe On Fri, Feb 20, 2009 at 9:36 AM, Roche III, Edward <edward_roche@solanco.k12.pa.us> wrote: I changed the PERL5LIB value to the location of the script but still same error. Also tried running from the folder where the script is located but that gave me the same error as well. Any other ideas???? Edward Roche Technology Support/Network Admin Solanco School District edward_roche@solanco.k12.pa.us 717.786.2151 The greatest mistake you can make in life is to continually be afraid you will make one. Elbert Hubbard ________________________________ From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thu 2/19/2009 10:25 AM To: Roche III, Edward Subject: Re: [Koha-devel] Importing Data Hi Ed, That is correct. Some people set this script to run every X minutes using crontab to update their catalog on a regular basis. Eric Roche III, Edward wrote: Should be running this script from the command line, right? There isn't a link on Koha. Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thursday, February 19, 2009 10:06 AM To: Roche III, Edward Cc: koha-devel Subject: Re: [Koha-devel] Importing Data Hi, I forgot to CCed the list in my previous email. (Am I doing to many things at once?) However, your error means that the C4 directory can not be reached by Perl. You have too choices 1. Set the PERL5LIB environment variable to the path containing the C4 dir (check you koha-httpd.conf file) 2. Set your current directory to the path containing the C4 dir and run the script using a relative path. Eric Roche III, Edward wrote: !@#$%@%^^ Here you go: Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at ./rebuild_zebra.pl line 5. Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thursday, February 19, 2009 9:50 AM To: Roche III, Edward Subject: Re: [Koha-devel] Importing Data Edward, You are right when you say you really do to much things at once :) I think you forgot to paste your error. Eric Roche III, Edward wrote: Has anyone come across this error run trying to run the rebuild_zebra.pl script? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Wednesday, February 18, 2009 4:33 PM To: Roche III, Edward Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Importing Data Ed, After importing new record in your database, you need to reindex your database by running misc/migration_tools/rebuild_zebra.pl -b -w Let us know if this solved your problem. Eric Roche III, Edward wrote: Good Afternoon Everyone I was able to export my catalog data from Follett and I imported it into Koha with no errors and it confirmed that it added 16k+ records. The problem is when I do a search it isn't returning and listing. Did I miss something? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. ________________________________ _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel ________________________________ _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
I have confirmed that the PERL5LIB value is correct, SetEnv PERL5LIB "/usr/share/koha/lib" Can you tell me the command to do the export, I didn’t write it down at the end of the install? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" From: Joe Atzberger [mailto:ohiocore@gmail.com] Sent: Friday, February 20, 2009 11:11 AM To: Roche III, Edward Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] FW: Importing Data You are missing the point of the PERL5LIB variable. Set it to the directory that contains the "C4" directory. Not the location of the script. Then export it and try again. --Joe On Fri, Feb 20, 2009 at 9:36 AM, Roche III, Edward <edward_roche@solanco.k12.pa.us> wrote: I changed the PERL5LIB value to the location of the script but still same error. Also tried running from the folder where the script is located but that gave me the same error as well. Any other ideas???? Edward Roche Technology Support/Network Admin Solanco School District edward_roche@solanco.k12.pa.us 717.786.2151 The greatest mistake you can make in life is to continually be afraid you will make one. Elbert Hubbard ________________________________ From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thu 2/19/2009 10:25 AM To: Roche III, Edward Subject: Re: [Koha-devel] Importing Data Hi Ed, That is correct. Some people set this script to run every X minutes using crontab to update their catalog on a regular basis. Eric Roche III, Edward wrote: Should be running this script from the command line, right? There isn't a link on Koha. Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thursday, February 19, 2009 10:06 AM To: Roche III, Edward Cc: koha-devel Subject: Re: [Koha-devel] Importing Data Hi, I forgot to CCed the list in my previous email. (Am I doing to many things at once?) However, your error means that the C4 directory can not be reached by Perl. You have too choices 1. Set the PERL5LIB environment variable to the path containing the C4 dir (check you koha-httpd.conf file) 2. Set your current directory to the path containing the C4 dir and run the script using a relative path. Eric Roche III, Edward wrote: !@#$%@%^^ Here you go: Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at ./rebuild_zebra.pl line 5. Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thursday, February 19, 2009 9:50 AM To: Roche III, Edward Subject: Re: [Koha-devel] Importing Data Edward, You are right when you say you really do to much things at once :) I think you forgot to paste your error. Eric Roche III, Edward wrote: Has anyone come across this error run trying to run the rebuild_zebra.pl script? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Wednesday, February 18, 2009 4:33 PM To: Roche III, Edward Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Importing Data Ed, After importing new record in your database, you need to reindex your database by running misc/migration_tools/rebuild_zebra.pl -b -w Let us know if this solved your problem. Eric Roche III, Edward wrote: Good Afternoon Everyone I was able to export my catalog data from Follett and I imported it into Koha with no errors and it confirmed that it added 16k+ records. The problem is when I do a search it isn't returning and listing. Did I miss something? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. ________________________________ _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel ________________________________ _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
Thank You....I am now re-indexing. It just finished and the following is what came up next. It this an issue? Records exported: 26382 ==================== REINDEXING zebra ==================== 21:17:11-22/02 zebraidx(30483) [log] zebra_start /etc/koha/zebradb/zebra-biblios.cfg 1.3.50 21:17:11-22/02 zebraidx(30483) [warn] zebra_lock_create fail fname=/var/lock/koha/zebradb/biblios/norm..LCK [No such file or directory] 21:17:11-22/02 zebraidx(30483) [warn] zebra_lock_create fail fname=/var/lock/koha/zebradb/biblios/shadow..LCK [No such file or directory] 21:17:11-22/02 zebraidx(30483) [fatal] Could not select database biblios errCode=109 ==================== CLEANING ==================== Edward Roche Technology Support/Network Admin Solanco School District edward_roche@solanco.k12.pa.us 717.786.2151 The greatest mistake you can make in life is to continually be afraid you will make one. Elbert Hubbard ________________________________ From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Sun 2/22/2009 5:45 PM To: Roche III, Edward Cc: koha-devel Subject: Re: [Koha-devel] FW: Importing Data Ed, This would be export PERL5LIB=/usr/share/koha/lib Eric Roche III, Edward wrote: I have confirmed that the PERL5LIB value is correct, SetEnv PERL5LIB "/usr/share/koha/lib" Can you tell me the command to do the export, I didn't write it down at the end of the install? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" From: Joe Atzberger [mailto:ohiocore@gmail.com] Sent: Friday, February 20, 2009 11:11 AM To: Roche III, Edward Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] FW: Importing Data You are missing the point of the PERL5LIB variable. Set it to the directory that contains the "C4" directory. Not the location of the script. Then export it and try again. --Joe On Fri, Feb 20, 2009 at 9:36 AM, Roche III, Edward <edward_roche@solanco.k12.pa.us> wrote: I changed the PERL5LIB value to the location of the script but still same error. Also tried running from the folder where the script is located but that gave me the same error as well. Any other ideas???? Edward Roche Technology Support/Network Admin Solanco School District edward_roche@solanco.k12.pa.us 717.786.2151 The greatest mistake you can make in life is to continually be afraid you will make one. Elbert Hubbard ________________________________ From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thu 2/19/2009 10:25 AM To: Roche III, Edward Subject: Re: [Koha-devel] Importing Data Hi Ed, That is correct. Some people set this script to run every X minutes using crontab to update their catalog on a regular basis. Eric Roche III, Edward wrote: Should be running this script from the command line, right? There isn't a link on Koha. Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thursday, February 19, 2009 10:06 AM To: Roche III, Edward Cc: koha-devel Subject: Re: [Koha-devel] Importing Data Hi, I forgot to CCed the list in my previous email. (Am I doing to many things at once?) However, your error means that the C4 directory can not be reached by Perl. You have too choices 1. Set the PERL5LIB environment variable to the path containing the C4 dir (check you koha-httpd.conf file) 2. Set your current directory to the path containing the C4 dir and run the script using a relative path. Eric Roche III, Edward wrote: !@#$%@%^^ Here you go: Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./rebuild_zebra.pl line 5. BEGIN failed--compilation aborted at ./rebuild_zebra.pl line 5. Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thursday, February 19, 2009 9:50 AM To: Roche III, Edward Subject: Re: [Koha-devel] Importing Data Edward, You are right when you say you really do to much things at once :) I think you forgot to paste your error. Eric Roche III, Edward wrote: Has anyone come across this error run trying to run the rebuild_zebra.pl script? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Wednesday, February 18, 2009 4:33 PM To: Roche III, Edward Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Importing Data Ed, After importing new record in your database, you need to reindex your database by running misc/migration_tools/rebuild_zebra.pl -b -w Let us know if this solved your problem. Eric Roche III, Edward wrote: Good Afternoon Everyone I was able to export my catalog data from Follett and I imported it into Koha with no errors and it confirmed that it added 16k+ records. The problem is when I do a search it isn't returning and listing. Did I miss something? Thanks Ed Edward J. Roche Network Administrator Solanco School District 717.786.2151 x2437 "At the End of the Day, Did You Play to Win or Not to Lose?" Error! Filename not specified. Error! Filename not specified. ________________________________ _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel ________________________________ _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel ________________________________ _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
My guess is file system permissions issue. I've seen this when installing or updating. I suggest checking to see who owns /etc/koha and /var/lock/koha. Also, if you are not running the rebuild-zebra as the user who owns these directories that might cause these errors too. In which case you would have to run them as root if you haven't already. Good luck. On Sun, 2009-02-22 at 21:25 -0500, Roche III, Edward wrote:
Thank You....I am now re-indexing. It just finished and the following is what came up next. It this an issue?
Records exported: 26382 ==================== REINDEXING zebra ==================== 21:17:11-22/02 zebraidx(30483) [log] zebra_start /etc/koha/zebradb/zebra-biblios.cfg 1.3.50 21:17:11-22/02 zebraidx(30483) [warn] zebra_lock_create fail fname=/var/lock/koha/zebradb/biblios/norm..LCK [No such file or directory] 21:17:11-22/02 zebraidx(30483) [warn] zebra_lock_create fail fname=/var/lock/koha/zebradb/biblios/shadow..LCK [No such file or directory] 21:17:11-22/02 zebraidx(30483) [fatal] Could not select database biblios errCode=109 ==================== CLEANING ====================
Edward Roche Technology Support/Network Admin Solanco School District edward_roche@solanco.k12.pa.us 717.786.2151
The greatest mistake you can make in life is to continually be afraid you will make one. Elbert Hubbard
______________________________________________________________________ From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Sun 2/22/2009 5:45 PM To: Roche III, Edward Cc: koha-devel Subject: Re: [Koha-devel] FW: Importing Data
Ed,
This would be
export PERL5LIB=/usr/share/koha/lib
Eric
Roche III, Edward wrote:
I have confirmed that the PERL5LIB value is correct,
SetEnv PERL5LIB "/usr/share/koha/lib"
Can you tell me the command to do the export, I didn’t write it down at the end of the install?
Thanks
Ed
Edward J. Roche
Network Administrator
Solanco School District
717.786.2151 x2437
"At the End of the Day, Did You Play to Win or Not to Lose?"
From: Joe Atzberger [mailto:ohiocore@gmail.com] Sent: Friday, February 20, 2009 11:11 AM To: Roche III, Edward Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] FW: Importing Data
You are missing the point of the PERL5LIB variable. Set it to the directory that contains the "C4" directory. Not the location of the script. Then export it and try again.
--Joe
On Fri, Feb 20, 2009 at 9:36 AM, Roche III, Edward <edward_roche@solanco.k12.pa.us> wrote:
I changed the PERL5LIB value to the location of the script but still same error. Also tried running from the folder where the script is located but that gave me the same error as well.
Any other ideas????
Edward Roche Technology Support/Network Admin Solanco School District edward_roche@solanco.k12.pa.us 717.786.2151
The greatest mistake you can make in life is to continually be afraid you will make one. Elbert Hubbard
____________________________________________________________________ From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thu 2/19/2009 10:25 AM
To: Roche III, Edward Subject: Re: [Koha-devel] Importing Data
Hi Ed,
That is correct.
Some people set this script to run every X minutes using crontab to update their catalog on a regular basis.
Eric
Roche III, Edward wrote:
Should be running this script from the command line, right? There isn't a link on Koha.
Thanks
Ed
Edward J. Roche
Network Administrator
Solanco School District
717.786.2151 x2437
"At the End of the Day, Did You Play to Win or Not to Lose?"
Error! Filename not specified. Error! Filename not specified.
From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thursday, February 19, 2009 10:06 AM To: Roche III, Edward Cc: koha-devel
Subject: Re: [Koha-devel] Importing Data
Hi,
I forgot to CCed the list in my previous email. (Am I doing to many things at once?)
However, your error means that the C4 directory can not be reached by Perl. You have too choices
1. Set the PERL5LIB environment variable to the path containing the C4 dir (check you koha-httpd.conf file) 2. Set your current directory to the path containing the C4 dir and run the script using a relative path.
Eric
Roche III, Edward wrote:
!@#$%@%^^
Here you go:
Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./rebuild_zebra.pl line 5.
BEGIN failed--compilation aborted at ./rebuild_zebra.pl line 5.
Thanks
Ed
Edward J. Roche
Network Administrator
Solanco School District
717.786.2151 x2437
"At the End of the Day, Did You Play to Win or Not to Lose?"
Error! Filename not specified. Error! Filename not specified.
From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Thursday, February 19, 2009 9:50 AM To: Roche III, Edward Subject: Re: [Koha-devel] Importing Data
Edward,
You are right when you say you really do to much things at once :)
I think you forgot to paste your error.
Eric
Roche III, Edward wrote:
Has anyone come across this error run trying to run the rebuild_zebra.pl script?
Thanks
Ed
Edward J. Roche
Network Administrator
Solanco School District
717.786.2151 x2437
"At the End of the Day, Did You Play to Win or Not to Lose?"
Error! Filename not specified. Error! Filename not specified.
From: Eric Bégin [mailto:Eric.Begin@inLibro.com] Sent: Wednesday, February 18, 2009 4:33 PM To: Roche III, Edward Cc: koha-devel@lists.koha.org Subject: Re: [Koha-devel] Importing Data
Ed,
After importing new record in your database, you need to reindex your database by running misc/migration_tools/rebuild_zebra.pl -b -w
Let us know if this solved your problem.
Eric
Roche III, Edward wrote:
Good Afternoon Everyone
I was able to export my catalog data from Follett and I imported it into Koha with no errors and it confirmed that it added 16k+ records. The problem is when I do a search it isn't returning and listing.
Did I miss something?
Thanks
Ed
Edward J. Roche
Network Administrator
Solanco School District
717.786.2151 x2437
"At the End of the Day, Did You Play to Win or Not to Lose?"
Error! Filename not specified. Error! Filename not specified.
____________________________________________________________________
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
____________________________________________________________________
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
____________________________________________________________________
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA
for Koha checkout http://koha-dev.washk12.org or git://koha-dev.washk12.org/koha
participants (4)
-
Eric Bégin -
Joe Atzberger -
Michael Hafen -
Roche III, Edward