buen dia, alguien me puede ayudar a instalar el dspace 3anteriormente instale 
el 1.8  trate de instalar el 3. pero veo que no es similar al 1.8 gracias
atteyulyperu

> From: [email protected]
> Subject: DSpace-tech Digest, Vol 81, Issue 4
> To: [email protected]
> Date: Thu, 3 Jan 2013 15:27:01 +0000
> 
> Send DSpace-tech mailing list submissions to
>       [email protected]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/dspace-tech
> or, via email, send a message with subject or body 'help' to
>       [email protected]
> 
> You can reach the person managing the list at
>       [email protected]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of DSpace-tech digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: DSpace as an authority control for authors (helix84)
>    2. Re: How to create new metadata field and how to insert
>       metadata entry fir every record (helix84)
>    3. DSpace Internal System Error (Ramakant Navghare)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Thu, 3 Jan 2013 15:57:28 +0100
> From: helix84 <[email protected]>
> Subject: Re: [Dspace-tech] DSpace as an authority control for authors
> To: "Nemiz, Elvi" <[email protected]>
> Cc: [email protected]
> Message-ID:
>       <CAGdvKqh8afncusCGpnWrhyGxzayYDrUQQ9qzVKkv8SNhz=n...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> On Fri, Dec 28, 2012 at 7:40 AM, Nemiz, Elvi <[email protected]> wrote:
> > Previously I used LCName authority plugin to lookup and to make the
> authors
> > authority-controlled. I edited some authority keys since it shows up in
> > sidebar facets and browse by authors pages. If I don't want to use LCName
> > plugin anymore, and instead want to lookup to existing authors that have
> > already an authority key, how can I achieve this? Did anybody somehow
> > modified the existing SampleAuthority plugin to get it to lookup existing
> > values from the DSpace database? Would it still be possible if I'm using
> > SolrBrowseDAO in my Browse Configuration instead of the default? I'm using
> > dspace 3.0, xmlui with discovery enabled.  Thanks in advance.
> 
> Hi Elvi,
> 
> you could do this:
> 
> SELECT * FROM metadatavalueWHERE authority IS NOT NULL
> 
> 
> or if you want to leave out duplicate authors, do this:
> 
> SELECT DISTINCT authority, confidence, text_value FROM
> metadatavalueWHERE authority IS NOT NULL
> 
> 
> 
> Regards,
> ~~helix84
> 
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
> -------------- next part --------------
> An HTML attachment was scrubbed...
> 
> ------------------------------
> 
> Message: 2
> Date: Thu, 3 Jan 2013 16:11:33 +0100
> From: helix84 <[email protected]>
> Subject: Re: [Dspace-tech] How to create new metadata field and how to
>       insert metadata entry fir every record
> To: "LIBRIS Reference (LIBRIS)" <[email protected]>
> Cc: "[email protected]"
>       <[email protected]>
> Message-ID:
>       <CAGdvKqjYP3f2RADPAO=v-4-oXBRR4ZJO=kuy_u5uxzaqeac...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi Sherman,
> 
> if you have Discovery enabled and you want to make a query which will
> select all items that have a fulltext (i.e. a bistream in the TEXT bundle),
> you can just use this Solr query in the DSpace search box: "fulltext:*"
> This will also correctly restrict search results to the current
> community/collection.
> 
> If this is not the usage you have in mind, you can do this:
> 
> On Wed, Dec 26, 2012 at 7:41 AM, LIBRIS Reference (LIBRIS) <
> [email protected]> wrote:
> > Q1. We need to create to a new Dublin Core (DC) metadata field,
> dc.description.fulltext.  How do we go about it?
> 
> Just use the administrator's interface to add the field (Registries -
> Metadata).
> 
> > Q2. We need to insert a metadata entry, dc.description.fulltext=Yes for
> every record in a community (say, DB ID=3)  How do we go about it?
> 
> 1) back up your database
> 2) look up the metadata field name (element and qualifier columns) in the
> metadatafieldregistry table and find its metadata_field_id
> 3) use this code to insert the values (FIELD_ID is the value you found in
> 2), ITEM_ID is the internal ID of the item to which you want to add
> metadata):
> 
> INSERT INTO metadatavalue (item_id, metadata_field_id,
> text_value)VALUES (ITEM_ID, FIELD_ID, 'Yes')
> 
> 
> Code is untested, from the top of my head. Remember to back up!
> 
> 
> Regards,
> ~~helix84
> 
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
> -------------- next part --------------
> An HTML attachment was scrubbed...
> 
> ------------------------------
> 
> Message: 3
> Date: Wed, 2 Jan 2013 15:46:32 +0530
> From: Ramakant Navghare <[email protected]>
> Subject: [Dspace-tech] DSpace Internal System Error
> To: [email protected]
> Message-ID:
>       <CAKU70K3KHS7miwoJsh6nx1TCP=paodgfie_wgu2frhrwzqx...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Dear All,
> 
> I am getting DSpace Internal System Error while loading home page, I have
> installed DSpace on windows. Here I attached to this email a copy of Log
> file, please guide me for the same.
> 
> 
> -- 
> *--
> Thank You,
> Regards,
> 
> Ramakant Amar Navghare (B.A.M.L.I.Sc/DOA <http://m.l.i.sc/NET/DOA>)
> Librarian.
> J.B.S.P. Sanstha's
> Changu Kana Thakur A.C.S. College,
> Plot No.1, Sector - 11, Khanda Colony,
> New Panvel (W), Dist. Raigad,
> Maharashtra, India. Pin. - 410206.
> http://www.ckthakurcollege.net/
> ------------------------------------------------------
> ------------------------------------------------------
> Skype ID  :ramakant.amar.navghare
> Mob. No.  : +91 09324564183
> Mobile Website : http://wapamama.net/ramakant/
> --------------------------------------------------------
> --------------------------------------------------------*
> -------------- next part --------------
> An HTML attachment was scrubbed...
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: logs.zip
> Type: application/zip
> Size: 691322 bytes
> Desc: not available
> 
> ------------------------------
> 
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122712
> 
> ------------------------------
> 
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 
> 
> End of DSpace-tech Digest, Vol 81, Issue 4
> ******************************************
                                          
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to