refdb-users Mailing List for RefDB (Page 30)
Status: Beta
Brought to you by:
mhoenicka
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(5) |
Feb
(8) |
Mar
(21) |
Apr
(4) |
May
(20) |
Jun
(18) |
Jul
(5) |
Aug
(4) |
Sep
(11) |
Oct
|
Nov
(5) |
Dec
(16) |
2003 |
Jan
(16) |
Feb
(28) |
Mar
(78) |
Apr
(96) |
May
(40) |
Jun
(52) |
Jul
(55) |
Aug
(119) |
Sep
(40) |
Oct
(30) |
Nov
(46) |
Dec
(50) |
2004 |
Jan
(121) |
Feb
(86) |
Mar
(97) |
Apr
(60) |
May
(75) |
Jun
(67) |
Jul
(110) |
Aug
(75) |
Sep
(92) |
Oct
(120) |
Nov
(27) |
Dec
(23) |
2005 |
Jan
(26) |
Feb
(58) |
Mar
(50) |
Apr
(73) |
May
(165) |
Jun
(11) |
Jul
(10) |
Aug
(17) |
Sep
(32) |
Oct
(25) |
Nov
(35) |
Dec
(21) |
2006 |
Jan
(74) |
Feb
(93) |
Mar
(24) |
Apr
(37) |
May
(45) |
Jun
(125) |
Jul
(101) |
Aug
(39) |
Sep
(10) |
Oct
(32) |
Nov
(36) |
Dec
(20) |
2007 |
Jan
(22) |
Feb
(2) |
Mar
(27) |
Apr
(35) |
May
(6) |
Jun
|
Jul
(19) |
Aug
(8) |
Sep
(3) |
Oct
(26) |
Nov
(15) |
Dec
(3) |
2008 |
Jan
(4) |
Feb
(4) |
Mar
(8) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
(5) |
Feb
(39) |
Mar
(7) |
Apr
(24) |
May
(27) |
Jun
(5) |
Jul
(9) |
Aug
(12) |
Sep
(19) |
Oct
(16) |
Nov
|
Dec
(5) |
2010 |
Jan
(5) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(6) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
(3) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Rich S. <rsh...@ap...> - 2006-06-16 20:40:36
|
On Fri, 16 Jun 2006, Markus Hoenicka wrote: > I hardly dare to ask, but did you remove the leading hash in the > relevant line? The example config file has Yup. The only hash is for the comment at the top of the file that identifies the contents. Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Markus H. <mar...@mh...> - 2006-06-16 20:24:23
|
Rich Shepard writes: > refdbc: getref :ID:=15 > ID*:15 (1999) > Key: albr1999 > Albrect,J., Guesgen,H. > A combinatorial fuzzy set-theoretic approach to the mapping between > quantitative > and qualitative data > > :8 > > This means that a lot of these tags are not appropriate for a conference > proceeding article. Is there an available guide that instructs me what tags > to use for various types? There is for BibTeX, how about RIS? > First of all, your data are not lost. The getref command returns a fairly compact format by default which is convenient if you browse the results for particular hits. In order to keep the output clean, many tags are suppressed by default. To make sure all of the tags were imported properly, run a command like getref -t ris :ID:=15 to display the results using the input format. In order to display more details in the default screen format, use the -s switch, e.g.: getref -s ALL :ID:=15 to display all available fields, or getref -s N1AVRP to display your notes, the availability, and the reprint status in addition to the default fields. Needless to say that you can edit the fields variable in ~/.refdbcrc to have additional fields displayed by default. Now for the RIS "style guide". The closest thing to such a guide is the Reference Manager manual which is freely available as a PDF: http://www.referencemanager.com/support/docs/ReferenceManager11.pdf It contains a chapter on the RIS types and which fields they use. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Markus H. <mar...@mh...> - 2006-06-16 20:24:20
|
Hi, Rich Shepard writes: > Thank you. I read in the tutorial last evening that the RIS format requires > an explicit encoding, too, while risx has that as the first line of the data > file. I see that both refdb and the main reference database are encoded UTF8, > but that's not the default encoding on my system. Regardless, it works. > As long as refdbd can determine the encoding of the input data, there is no problem as it will convert the data on the fly. refdbdrc sets the input encoding of RIS files to ISO-8859-1 by default as this covers both US and most European needs. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Markus H. <mar...@mh...> - 2006-06-16 20:24:03
|
Hi, I hardly dare to ask, but did you remove the leading hash in the relevant line? The example config file has #passwd * You should change this to passwd abc regards, Markus Rich Shepard writes: > I put my RefDB password into ~/.refdbcrc, yet I'm still asked for it when I > start the client. Is there something I missed in doing it correctly? > > TIA, > > Rich > > -- > Richard B. Shepard, Ph.D. | The Environmental Permitting > Applied Ecosystem Services, Inc.(TM) | Accelerator > <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 > > > > _______________________________________________ > Refdb-users mailing list > Ref...@li... > https://lists.sourceforge.net/lists/listinfo/refdb-users > -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Rich S. <rsh...@ap...> - 2006-06-16 20:13:09
|
On Fri, 16 Jun 2006, Z F wrote: > I do not know which fields are appropriate and which are not, but > you are forgetting that getref may not display all information > available. Lazar, I discovered this later while puttering around the entries. > To display information in addition to default ask getref for more fields > with -c option to getref or "fields" field in refdbcrc Thanks. Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Z F <mai...@ya...> - 2006-06-16 19:59:48
|
--- Rich Shepard <rsh...@ap...> wrote: > I've found a description of the RIS standard, and the available > tags are > also listed in the client tutorial. What I need, however, is a guide > to the > appropriate tags for each reference type. > > One of my references was entered with TY - CONF, but I did not > use the > ris.el template for that one because I had changed the type from > JOUR. The > full record is this: > > TY - CONF > ID - albr1999 > AU - Albrect,J. > AU - Guesgen,H. > TI - A combinatorial fuzzy set-theoretic approach to the mapping > between quantitative and qualitative data > JO - GeoComputation98:.Proc. 3rd.Internat. Conf. on.GeoComp. > KW - fuzzy sets > KW - fuzzy logic > KW - qualitative data > KW - data > SP - 1 > EP - 8 > RP - IN FILE > AV - 115 > PB - Univ. of Bristol, U.K. > PY - 1999/// > ER - > > However, when I view it in refdbc, most of these fields are not > displayed: > > refdbc: getref :ID:=15 > ID*:15 (1999) > Key: albr1999 > Albrect,J., Guesgen,H. > A combinatorial fuzzy set-theoretic approach to the mapping between > quantitative > and qualitative data > > :8 > > This means that a lot of these tags are not appropriate for a > conference > proceeding article. Is there an available guide that instructs me > what tags > to use for various types? There is for BibTeX, how about RIS? I do not know which fields are appropriate and which are not, but you are forgetting that getref may not display all information available. To display information in addition to default ask getref for more fields with -c option to getref or "fields" field in refdbcrc Lazar __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Z F <mai...@ya...> - 2006-06-16 19:23:18
|
Hello Richard, Change the pager in refdbcrc to something else, if you do not like "less" for example pager more or pager stdout Lazar --- Rich Shepard <rsh...@ap...> wrote: > On Thu, 15 Jun 2006, Rich Shepard wrote: > > > Any idea what I broke here? More importantly, how can I fix it? > > Trial-and-error to the rescue. Pressing the 'q' key did the trick. > > Rich > > -- > Richard B. Shepard, Ph.D. | The Environmental > Permitting > Applied Ecosystem Services, Inc.(TM) | Accelerator > <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: > 503-667-8863 > > > _______________________________________________ > Refdb-users mailing list > Ref...@li... > https://lists.sourceforge.net/lists/listinfo/refdb-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Dan O'D. <dan...@ul...> - 2006-06-16 18:30:11
|
Thanks Markus, -d On Fri, 2006-16-06 at 08:17 +0200, Markus Hoenicka wrote: > Hi, >=20 > Daniel O'Donnell <dan...@ul...> was heard to say: >=20 > > refdbdref.c: In function =C3=A2=E2=82=AC=CB=9Cread_ris_data=C3=A2=E2=82= =AC=E2=84=A2: > > refdbdref.c:667: warning: passing argument 2 of =C3=A2=E2=82=AC=CB=9Cic= onv=C3=A2=E2=82=AC=E2=84=A2 from > > incompatible pointer type >=20 > This is nothing to really worry about. There is an inconsistency about th= e type > of an argument between the *BSDs and other OSes like Linux. In one case t= here's > a char*, in the other case there'sa const char*. If I fix this on Linux, = I'll > get a warning on BSD and vice versa. However, the char* vs. const char* i= s a > compile-time warning which will not cause a runtime error as the sizes of= both > pointers are identical. Unfortunately the iconv header file does not use = a > typedef which would allow to work around this issue. >=20 > > refdbdref.c: In function =C3=A2=E2=82=AC=CB=9Cis_journal=C3=A2=E2=82=AC= =E2=84=A2: > > refdbdref.c:2370: error: =C3=A2=E2=82=AC=CB=9CDBI_ROW_ERROR=C3=A2=E2=82= =AC=E2=84=A2 undeclared (first use in this > > function)refdbdref.c:2370: error: (Each undeclared identifier is > > reported only once >=20 > This points to a libdbi version issue. DBI_ROW_ERROR is declared in > <prefix>/include/dbi/dbi.h in libdbi versions 0.8.0 and later. If you use= an > older version of libdbi, you'll simply have to upgrade. If you do have 0.= 8.0 or > later installed, you may have stale header files lying around from a prev= ious > installation of an older version. E.g. if you had installed 0.7.x in /usr= and > later installed 0.8.0 in /usr/local, the older headers will pop up first = when > the compiler looks for the include files. >=20 > regards, > Markus >=20 |
From: Rich S. <rsh...@ap...> - 2006-06-16 13:51:31
|
I've found a description of the RIS standard, and the available tags are also listed in the client tutorial. What I need, however, is a guide to the appropriate tags for each reference type. One of my references was entered with TY - CONF, but I did not use the ris.el template for that one because I had changed the type from JOUR. The full record is this: TY - CONF ID - albr1999 AU - Albrect,J. AU - Guesgen,H. TI - A combinatorial fuzzy set-theoretic approach to the mapping between quantitative and qualitative data JO - GeoComputation98:.Proc. 3rd.Internat. Conf. on.GeoComp. KW - fuzzy sets KW - fuzzy logic KW - qualitative data KW - data SP - 1 EP - 8 RP - IN FILE AV - 115 PB - Univ. of Bristol, U.K. PY - 1999/// ER - However, when I view it in refdbc, most of these fields are not displayed: refdbc: getref :ID:=15 ID*:15 (1999) Key: albr1999 Albrect,J., Guesgen,H. A combinatorial fuzzy set-theoretic approach to the mapping between quantitative and qualitative data :8 This means that a lot of these tags are not appropriate for a conference proceeding article. Is there an available guide that instructs me what tags to use for various types? There is for BibTeX, how about RIS? Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Rich S. <rsh...@ap...> - 2006-06-16 13:34:03
|
I put my RefDB password into ~/.refdbcrc, yet I'm still asked for it when I start the client. Is there something I missed in doing it correctly? TIA, Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Rich S. <rsh...@ap...> - 2006-06-16 13:01:26
|
On Fri, 16 Jun 2006, Markus Hoenicka wrote: > By default, the clients pipe the output through "less" to allow you to page > through longer output. However, you can choose any other pager or even > stdout in the config file instead. I was so wrapped up in details that I had completely forgotten this. Too many things going on simultaneously. Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Rich S. <rsh...@ap...> - 2006-06-16 13:00:27
|
On Fri, 16 Jun 2006, Markus Hoenicka wrote: > I'm afraid you're mistaken here. The reference database is created with the > following command in refdb-init.sh: Oh. Missed that. > I don't know how you ran into this problem though. Me, neither. But, it's all working now. Thanks, Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Rich S. <rsh...@ap...> - 2006-06-16 12:57:39
|
On Fri, 16 Jun 2006, Markus Hoenicka wrote: > RefDB supports two input formats, RIS and risx, but they both end up in the > same database type. RIS has no means to store user-specific data (like AV, > RP, N1) for more than one user, whereas risx does. Therefore risx is a more > appropriate name for the database type. The database has a type tag only > for future compatibility with RefDB versions which may support other > reference database types. Hi Markus, Thank you. I read in the tutorial last evening that the RIS format requires an explicit encoding, too, while risx has that as the first line of the data file. I see that both refdb and the main reference database are encoded UTF8, but that's not the default encoding on my system. Regardless, it works. Thanks for all you've done -- and continue to do -- with RefDB, Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Markus H. <mar...@mh...> - 2006-06-16 06:41:31
|
Hi, Rich Shepard <rsh...@ap...> was heard to say: > I just added the first 65 records to RefDB from a .ris file. However, when > I ran the command, 'whichdb,' I see 'Database type: risx'. > RefDB supports two input formats, RIS and risx, but they both end up in the same database type. RIS has no means to store user-specific data (like AV, RP, N1) for more than one user, whereas risx does. Therefore risx is a more appropriate name for the database type. The database has a type tag only for future compatibility with RefDB versions which may support other reference database types. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Markus H. <mar...@mh...> - 2006-06-16 06:37:30
|
Hi, Rich Shepard <rsh...@ap...> was heard to say: > On Thu, 15 Jun 2006, Rich Shepard wrote: > > > Any idea what I broke here? More importantly, how can I fix it? > > Trial-and-error to the rescue. Pressing the 'q' key did the trick. > By default, the clients pipe the output through "less" to allow you to page through longer output. However, you can choose any other pager or even stdout in the config file instead. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Markus H. <mar...@mh...> - 2006-06-16 06:35:58
|
Hi, Rich Shepard <rsh...@ap...> was heard to say: > When the refdb-init.sh script is run, the database command 'createdb > <name>' is run. RefDB does not see this as a valid RefDB databse because it > was not created within the client, refdba. > > When the script gets to this last stage, it would need to invoke refdba -- > as the database user -- ask for the password, then run 'createdb <name>' from > within the administrative client. > I'm afraid you're mistaken here. The reference database is created with the following command in refdb-init.sh: # create a reference database if [ "${referencedb_name}" ]; then echo "" echo "===" echo "Create ${referencedb_name} as reference database" <prefix>/bin/refdba -c stdout -C createdb ${referencedb_name} fi The only time the script uses the Postgres command createdb is when the system database refdb is created. I don't know how you ran into this problem though. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Markus H. <mar...@mh...> - 2006-06-16 06:29:58
|
Hi, Rich Shepard <rsh...@ap...>: > Page 51: Section 5.5 (Add, edit, or delete bibliographic styles). > Currently > there are: > > refdba: liststyle > Eur.J.Pharmacol. > J.Biol.Chem. > bibtex-abbrev > bibtex-full > 999:4 retrieved:0 failed > refdba: > > and the manual tells me to use 'addstyle' for more. Where are these located > and described? The above are what I find in The new (and not so shiny yet) refdb-init.sh script has already loaded all available styles for you, so there is nothing left for you to do. The manual assumes that you do everything manually. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Markus H. <mar...@mh...> - 2006-06-16 06:27:47
|
Hi, J.I...@uv... was heard to say: > My name is Ignasi. I am new here. I'd like to be a new user of refdb. I > have installed it in my box. The OS is Ubuntu 6.0.6., and the database > engine will be sqlite. The "main database is too old or corrupt" error > appears each time I type "viewstat" (or any other command) in the refdba > prompt. I know you have been discussing about that error, and it seems > that Dan O'Donell could solve the problem by changing the default > database and user name in the config files. It didn'n work for me. I'm In order to check this, could you run the refdb-bug script and send the output to the list? The script creates a file refdb-bug.txt in the current working directory and lists all configuration details and such. > - As I don't know which directory should contain the HTML files, I > specified that simple URL direction (file:///refdb), that my browser may > understand. I'm not sure if it is correct. > This is nothing to worry about unless you use the web interface (which is still a bit shaky at the moment). > - I created the database successfully and run refdbd and refdba without > problems. And then the error appeared. > What are the permissions of the refdb database file? regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Markus H. <mar...@mh...> - 2006-06-16 06:18:02
|
Hi, Daniel O'Donnell <dan...@ul...> was heard to say: > refdbdref.c: In function =E2=80=98read_ris_data=E2=80=99: > refdbdref.c:667: warning: passing argument 2 of =E2=80=98iconv=E2=80=99= from > incompatible pointer type This is nothing to really worry about. There is an inconsistency about th= e type of an argument between the *BSDs and other OSes like Linux. In one case t= here's a char*, in the other case there'sa const char*. If I fix this on Linux, = I'll get a warning on BSD and vice versa. However, the char* vs. const char* i= s a compile-time warning which will not cause a runtime error as the sizes of= both pointers are identical. Unfortunately the iconv header file does not use = a typedef which would allow to work around this issue. > refdbdref.c: In function =E2=80=98is_journal=E2=80=99: > refdbdref.c:2370: error: =E2=80=98DBI_ROW_ERROR=E2=80=99 undeclared (fi= rst use in this > function)refdbdref.c:2370: error: (Each undeclared identifier is > reported only once This points to a libdbi version issue. DBI_ROW_ERROR is declared in <prefix>/include/dbi/dbi.h in libdbi versions 0.8.0 and later. If you use= an older version of libdbi, you'll simply have to upgrade. If you do have 0.= 8.0 or later installed, you may have stale header files lying around from a prev= ious installation of an older version. E.g. if you had installed 0.7.x in /usr= and later installed 0.8.0 in /usr/local, the older headers will pop up first = when the compiler looks for the include files. regards, Markus --=20 Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |
From: Rich S. <rsh...@ap...> - 2006-06-16 04:08:47
|
I just added the first 65 records to RefDB from a .ris file. However, when I ran the command, 'whichdb,' I see 'Database type: risx'. Why is that? Thanks, Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Rich S. <rsh...@ap...> - 2006-06-16 04:00:26
|
On Thu, 15 Jun 2006, Rich Shepard wrote: > Any idea what I broke here? More importantly, how can I fix it? Trial-and-error to the rescue. Pressing the 'q' key did the trick. Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Rich S. <rsh...@ap...> - 2006-06-15 21:21:39
|
On Wed, 14 Jun 2006, Markus Hoenicka wrote: > This doesn't look like a user error. Could you send me some debug info? > Please check whether /var/log/refdbd.log contains something useful, and > maybe you can get hold of a PostgreSQL log file (or the relevant entries in > /var/log/messages) as well. Markus, Having gone through the process manually (and following the manual, plus experimenting), I think that I understand the source of the error. When the refdb-init.sh script is run, the database command 'createdb <name>' is run. RefDB does not see this as a valid RefDB databse because it was not created within the client, refdba. When the script gets to this last stage, it would need to invoke refdba -- as the database user -- ask for the password, then run 'createdb <name>' from within the administrative client. Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Rich S. <rsh...@ap...> - 2006-06-15 20:33:40
|
I have been trying to add the example database as I work my way through the tutorial. When I run refdbc I cannot get the prompt to return: [rshepard@salmo ~]$ refdbc Please enter your password: 240:scirefs lines 1-1/1 (END) If I press [Enter] or [Tab], the speaker beeps at me. If I press ctrl-c the same lines 1-1/1 (END) is shown with 'aborting' after it. Any idea what I broke here? More importantly, how can I fix it? Thanks, Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Rich S. <rsh...@ap...> - 2006-06-15 18:25:58
|
On Thu, 15 Jun 2006, Rich Shepard wrote: > What am I still missing? Nailed that one down. I used the postgres 'dropdb scirefs' to remove it, then logged onto the refdba client. When I create the scirefs database here, it works. And, now when I run the refdbc client, I'm automatically connected to scirefs. Excelsior, Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |
From: Rich S. <rsh...@ap...> - 2006-06-15 18:17:35
|
I must still be missing something crucial here. After creating refdb and populating it according to instructions, and setting up both ~/.refdbcrc and ~/.refdbibrc to specify the defaultdb as 'scirefs', I created that database with postgres' createdb command. However, when I try to access that db from the client tool, refdbc, I'm told that it's not a RefDB database. It has no schema, because I did not see where in the handbook I was told to load a schema. What am I still missing? Rich -- Richard B. Shepard, Ph.D. | The Environmental Permitting Applied Ecosystem Services, Inc.(TM) | Accelerator <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 |