[Dspace-tech] User accessibilty of MetaData fields

2012-12-19 Thread Parul dubey
Hi

 

Want to know can we restrict the metadata fields to particular users apart
from Admin

Ex if their fields:

Author , title , Edition , Volume , CoPublisher

Admin user would be able to see all the field related to the Items submitted

But other users must see only Title , Author , Volume fields only.

 

Kindly suggest a possible solution if exists

 

Thanks

Parul 

From: Faramarz Dorani [mailto:dorani...@gmail.com] 
Sent: Monday, December 17, 2012 6:48 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Changing theme based on item language

 

Hi,

I'm new to dspace and I'm going to prepare a website for my digital
repositories that are in 2 languages (English and Farsi).
By the way, I want to use xmlui. 

1. In order to enabling multilingual support,  I read this documentation:
https://wiki.duraspace.org/display/DSDOC18/XMLUI+Configuration+and+Customiza
tion#XMLUIConfigurationandCustomization-MultilingualSupport

But it didn't work. What should I Do? 

I really appreciate this, thank you so much.

-- 

--
Best Regards,
Faramarz Dorani
Department of Computer Engineering
Sharif University of Technology

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] User accessibilty of MetaData fields

2012-12-19 Thread Claudia Jürgen
Hello Parul,

this is configurable in dspace.cfg, take a look at this section:

# Hide Item Metadata Fields  #
# Fields named here are hidden in the following places UNLESS the
# logged-in user is an Administrator:
#  1. XMLUI metadata XML view, and Item splash pages (long and short views).
#  2. JSPUI Item splash pages
#  3. OAI-PMH server, oai_dc format.
# (NOTE: Other formats are _not_ affected.)
# To designate a field as hidden, add a property here in the form:
#metadata.hide.SCHEMA.ELEMENT.QUALIFIER = true
#
# This default configuration hides the dc.description.provenance field,
# since that usually contains email addresses which ought to be kept
# private and is mainly of interest to administrators:
metadata.hide.dc.description.provenance = true

Hope this helps

Claudia Jürgen


Am 19.12.2012 11:31, schrieb Parul dubey:
 Hi



 Want to know can we restrict the metadata fields to particular users apart
 from Admin

 Ex if their fields:

 Author , title , Edition , Volume , CoPublisher

 Admin user would be able to see all the field related to the Items submitted

 But other users must see only Title , Author , Volume fields only.



 Kindly suggest a possible solution if exists



 Thanks

 Parul

 From: Faramarz Dorani [mailto:dorani...@gmail.com]
 Sent: Monday, December 17, 2012 6:48 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Changing theme based on item language



 Hi,

 I'm new to dspace and I'm going to prepare a website for my digital
 repositories that are in 2 languages (English and Farsi).
 By the way, I want to use xmlui.

 1. In order to enabling multilingual support,  I read this documentation:
 https://wiki.duraspace.org/display/DSDOC18/XMLUI+Configuration+and+Customiza
 tion#XMLUIConfigurationandCustomization-MultilingualSupport

 But it didn't work. What should I Do?

 I really appreciate this, thank you so much.



 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] User accessibilty of MetaData fields

2012-12-19 Thread Parul dubey
I have uncomment the 
metadata.hide.SCHEMA.ELEMENT.QUALIFIER = true
in dspace.config.
Please suggest how to proceed with further settings

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
Sent: Wednesday, December 19, 2012 4:12 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] User accessibilty of MetaData fields

Hello Parul,

this is configurable in dspace.cfg, take a look at this section:

# Hide Item Metadata Fields  #
# Fields named here are hidden in the following places UNLESS the
# logged-in user is an Administrator:
#  1. XMLUI metadata XML view, and Item splash pages (long and short views).
#  2. JSPUI Item splash pages
#  3. OAI-PMH server, oai_dc format.
# (NOTE: Other formats are _not_ affected.)
# To designate a field as hidden, add a property here in the form:
#metadata.hide.SCHEMA.ELEMENT.QUALIFIER = true
#
# This default configuration hides the dc.description.provenance field,
# since that usually contains email addresses which ought to be kept
# private and is mainly of interest to administrators:
metadata.hide.dc.description.provenance = true

Hope this helps

Claudia Jürgen


Am 19.12.2012 11:31, schrieb Parul dubey:
 Hi



 Want to know can we restrict the metadata fields to particular users apart
 from Admin

 Ex if their fields:

 Author , title , Edition , Volume , CoPublisher

 Admin user would be able to see all the field related to the Items
submitted

 But other users must see only Title , Author , Volume fields only.



 Kindly suggest a possible solution if exists



 Thanks

 Parul

 From: Faramarz Dorani [mailto:dorani...@gmail.com]
 Sent: Monday, December 17, 2012 6:48 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Changing theme based on item language



 Hi,

 I'm new to dspace and I'm going to prepare a website for my digital
 repositories that are in 2 languages (English and Farsi).
 By the way, I want to use xmlui.

 1. In order to enabling multilingual support,  I read this documentation:

https://wiki.duraspace.org/display/DSDOC18/XMLUI+Configuration+and+Customiza
 tion#XMLUIConfigurationandCustomization-MultilingualSupport

 But it didn't work. What should I Do?

 I really appreciate this, thank you so much.





--
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] User accessibilty of MetaData fields

2012-12-19 Thread Parul dubey
Thanks Claudia 
I got my solution
Thanks a lot

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
Sent: Wednesday, December 19, 2012 4:12 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] User accessibilty of MetaData fields

Hello Parul,

this is configurable in dspace.cfg, take a look at this section:

# Hide Item Metadata Fields  #
# Fields named here are hidden in the following places UNLESS the
# logged-in user is an Administrator:
#  1. XMLUI metadata XML view, and Item splash pages (long and short views).
#  2. JSPUI Item splash pages
#  3. OAI-PMH server, oai_dc format.
# (NOTE: Other formats are _not_ affected.)
# To designate a field as hidden, add a property here in the form:
#metadata.hide.SCHEMA.ELEMENT.QUALIFIER = true
#
# This default configuration hides the dc.description.provenance field,
# since that usually contains email addresses which ought to be kept
# private and is mainly of interest to administrators:
metadata.hide.dc.description.provenance = true

Hope this helps

Claudia Jürgen


Am 19.12.2012 11:31, schrieb Parul dubey:
 Hi



 Want to know can we restrict the metadata fields to particular users apart
 from Admin

 Ex if their fields:

 Author , title , Edition , Volume , CoPublisher

 Admin user would be able to see all the field related to the Items
submitted

 But other users must see only Title , Author , Volume fields only.



 Kindly suggest a possible solution if exists



 Thanks

 Parul

 From: Faramarz Dorani [mailto:dorani...@gmail.com]
 Sent: Monday, December 17, 2012 6:48 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Changing theme based on item language



 Hi,

 I'm new to dspace and I'm going to prepare a website for my digital
 repositories that are in 2 languages (English and Farsi).
 By the way, I want to use xmlui.

 1. In order to enabling multilingual support,  I read this documentation:

https://wiki.duraspace.org/display/DSDOC18/XMLUI+Configuration+and+Customiza
 tion#XMLUIConfigurationandCustomization-MultilingualSupport

 But it didn't work. What should I Do?

 I really appreciate this, thank you so much.





--
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] User accessibilty of MetaData fields

2012-12-19 Thread helix84
On Wed, Dec 19, 2012 at 12:05 PM, Parul dubey parul.du...@itsl.in wrote:
 I have uncomment the
 metadata.hide.SCHEMA.ELEMENT.QUALIFIER = true
 in dspace.config.
 Please suggest how to proceed with further settings

No, Parul, leave that one commented, that's an example. You have to
put in your metadata fields, e.g.:
metadata.hide.dc.contributor.author = true
metadata.hide.dc.title = true
metadata.hide.dc.relation.issue = true

etc.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] User accessibilty of MetaData fields

2012-12-19 Thread Claudia Jürgen

Hello Paul,

just add one entry for each metadata element you wish to hide.
You got to replace SCHEMA.ELEMENT.QUALIFIER with the values for the 
element you want to hide. One field dc.description.provenance is already 
hidden, see the entry
metadata.hide.dc.description.provenance = true



Hope this helps

Claudia Jürgen

Am 19.12.2012 12:05, schrieb Parul dubey:
 I have uncomment the
 metadata.hide.SCHEMA.ELEMENT.QUALIFIER = true
 in dspace.config.
 Please suggest how to proceed with further settings

 -Original Message-
 From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]
 Sent: Wednesday, December 19, 2012 4:12 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] User accessibilty of MetaData fields

 Hello Parul,

 this is configurable in dspace.cfg, take a look at this section:

 # Hide Item Metadata Fields  #
 # Fields named here are hidden in the following places UNLESS the
 # logged-in user is an Administrator:
 #  1. XMLUI metadata XML view, and Item splash pages (long and short views).
 #  2. JSPUI Item splash pages
 #  3. OAI-PMH server, oai_dc format.
 # (NOTE: Other formats are _not_ affected.)
 # To designate a field as hidden, add a property here in the form:
 #metadata.hide.SCHEMA.ELEMENT.QUALIFIER = true
 #
 # This default configuration hides the dc.description.provenance field,
 # since that usually contains email addresses which ought to be kept
 # private and is mainly of interest to administrators:
 metadata.hide.dc.description.provenance = true

 Hope this helps

 Claudia Jürgen


 Am 19.12.2012 11:31, schrieb Parul dubey:
 Hi



 Want to know can we restrict the metadata fields to particular users apart
 from Admin

 Ex if their fields:

 Author , title , Edition , Volume , CoPublisher

 Admin user would be able to see all the field related to the Items
 submitted

 But other users must see only Title , Author , Volume fields only.



 Kindly suggest a possible solution if exists



 Thanks

 Parul

 From: Faramarz Dorani [mailto:dorani...@gmail.com]
 Sent: Monday, December 17, 2012 6:48 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Changing theme based on item language



 Hi,

 I'm new to dspace and I'm going to prepare a website for my digital
 repositories that are in 2 languages (English and Farsi).
 By the way, I want to use xmlui.

 1. In order to enabling multilingual support,  I read this documentation:

 https://wiki.duraspace.org/display/DSDOC18/XMLUI+Configuration+and+Customiza
 tion#XMLUIConfigurationandCustomization-MultilingualSupport

 But it didn't work. What should I Do?

 I really appreciate this, thank you so much.




 
 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Dspace release 3.0 with Oracle???

2012-12-19 Thread Pottinger, Hardy J.
Hi, I've opened a Jira issue for this:

https://jira.duraspace.org/browse/DS-1435

And have referenced the two DSpace-tech threads (this one to which I am
replying, as well as the one mentioned immediately below).

If there are any active DSpace developers who use Oracle, or have access
to an Oracle DB for testing purposes, would you please consider pitching
in with this effort? We'll need the help of the Oracle + DSpace community
to figure this one out. The date for DSpace 3.1 has not yet been set... I
for one would really like to see a patch for DS-1435 make it into that
release. Let's make it happen!

If you *can* test DSpace 3.0 with Oracle, please post your findings (error
messages and stack traces) to DS-1435. Thanks! If you already have such
details, please post them soon.

I've recently sorted out an issue with rebuilding the browse index on our
1.7.2-based staging instance of DSpace, and found the following wiki page
invaluable:

https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-Setting
loggingleveluptoDEBUG

In particular, adding this line to DSpace/config/log4j.properties was very
helpful:

log4j.logger.org.dspace.storage.rdbms.DatabaseManager=DEBUG, A1


Being able to see the actual SQL queries that were causing the error made
the solution obvious.


--
HARDY POTTINGER pottinge...@umsystem.edu
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
And remember, also added the Princesss of Sweet Rhyme, that many places
you would like to see are just off the Map and many things you want to
know are just out of sight or a little beyond your reach. But someday
you'll reach them after all, for what you learn today, for no reason at
all, will help you discover all the wonderful secrets of tomorrow.

--Norton Juster, The Phantom Tollbooth






On 12/18/12 9:22 AM, qamar syed kamars...@gmail.com wrote:

Well my post is already discussed on this forum with subject : Ant fresh
install Fatal error. Mr. Helix already replied that he can't provide
support on this issue.

Your support would be appreciated if you can help me in this regard.

Sent via GNex 
On Dec 18, 2012 8:12 PM, Lighton Phiri lighton.ph...@gmail.com wrote:

It would help if you specified the version of Oracle you are using and
the errors you get when installation fails.
Lighton Phiri
http://lightonphiri.org
On 18/12/2012 17:09, qamar syed wrote:


If anyone successfully configured release 3.0 with Oracle, please share
your experience. Because I have tried so many times but unfortunately
still failed.

Regards 
Abbas 
http://qamarsyed.blogspot.com/

Sent via GNex 

 
--

LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listi
nfo/dspace-tech
List Etiquette: 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette








--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Changing theme based on item language

2012-12-19 Thread Faramarz Dorani
Thank you so much for your answers.

On Mon, Dec 17, 2012 at 5:04 PM, helix84 heli...@centrum.sk wrote:

 On Mon, Dec 17, 2012 at 2:26 PM, helix84 heli...@centrum.sk wrote:
  A common problem is that the language is selected automatically, as

 I meant to say it's a common misunderstanding, not actually a problem.


 You can find the value of item language in any template processing the
 METS document. They look like this:

 xsl:template match=dim:dim ...


 You could also figure it out from any other template, which by default are
 processing the DRI document. If this is what you need, let me know.

 Here's how to find the language code and store it into a variable (this
 will work from within the templatematching DIM):

 xsl:variable name=itemLanguage 
 select=dim:field[@element='language'][@qualifier='iso'] /



 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
--
Best Regards,
Faramarz Dorani
Department of Computer Engineering
Sharif University of Technology
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace release 3.0 with Oracle???

2012-12-19 Thread Pottinger, Hardy J.
Hi, just a small update, if you're at all interested in helping out with
testing this issue, but don't have access to an Oracle DB, but you do have
VirtualBox installed, here are some Vbox images with Oracle 11g on them:

http://www.oracle.com/technetwork/community/developer-vm/index.html

One of them comes complete with Maven 3 and Netbeans. Almost an entire
DSpace development stack on a stick. :-)

--
HARDY POTTINGER pottinge...@umsystem.edu
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
Do not bubble. Do not spin your wheels. Use words I know. --Kurt
Vonnegut, final instructions to writing students





On 12/19/12 1:48 PM, Pottinger, Hardy J. pottinge...@missouri.edu
wrote:

Hi, I've opened a Jira issue for this:

https://jira.duraspace.org/browse/DS-1435

And have referenced the two DSpace-tech threads (this one to which I am
replying, as well as the one mentioned immediately below).

If there are any active DSpace developers who use Oracle, or have access
to an Oracle DB for testing purposes, would you please consider pitching
in with this effort? We'll need the help of the Oracle + DSpace community
to figure this one out. The date for DSpace 3.1 has not yet been set... I
for one would really like to see a patch for DS-1435 make it into that
release. Let's make it happen!

If you *can* test DSpace 3.0 with Oracle, please post your findings (error
messages and stack traces) to DS-1435. Thanks! If you already have such
details, please post them soon.

I've recently sorted out an issue with rebuilding the browse index on our
1.7.2-based staging instance of DSpace, and found the following wiki page
invaluable:

https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-Settin
g
loggingleveluptoDEBUG

In particular, adding this line to DSpace/config/log4j.properties was very
helpful:

log4j.logger.org.dspace.storage.rdbms.DatabaseManager=DEBUG, A1


Being able to see the actual SQL queries that were causing the error made
the solution obvious.


--
HARDY POTTINGER pottinge...@umsystem.edu
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
And remember, also added the Princesss of Sweet Rhyme, that many places
you would like to see are just off the Map and many things you want to
know are just out of sight or a little beyond your reach. But someday
you'll reach them after all, for what you learn today, for no reason at
all, will help you discover all the wonderful secrets of tomorrow.

--Norton Juster, The Phantom Tollbooth






On 12/18/12 9:22 AM, qamar syed kamars...@gmail.com wrote:

Well my post is already discussed on this forum with subject : Ant fresh
install Fatal error. Mr. Helix already replied that he can't provide
support on this issue.

Your support would be appreciated if you can help me in this regard.

Sent via GNex 
On Dec 18, 2012 8:12 PM, Lighton Phiri lighton.ph...@gmail.com wrote:

It would help if you specified the version of Oracle you are using and
the errors you get when installation fails.
Lighton Phiri
http://lightonphiri.org
On 18/12/2012 17:09, qamar syed wrote:


If anyone successfully configured release 3.0 with Oracle, please share
your experience. Because I have tried so many times but unfortunately
still failed.

Regards 
Abbas 
http://qamarsyed.blogspot.com/

Sent via GNex 

 
-
-

LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.nethttps://lists.sourceforge.net/lists/list
i
nfo/dspace-tech
List Etiquette: 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette








--

LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue 

[Dspace-tech] File Description problem

2012-12-19 Thread Samson, Wesley
I have an odd issue that has cropped up.  I'm running some batch imports and 
when I add the description: tag in the contents file, it works for any file 
that isn't an .mp3 file.  When I try and import a .mp3 file, it looks as though 
it works-the description is included in the output, but it isn't written to the 
bitstream table, and thus never shows up.  I've tried a dozen or so different 
file types at this point and this only happens with .mp3 files.

Here's an example contents file:

Doc1.pdf description:PDF Document
Mp31.pdfdescription:Audio File
Wav1.wav   description:Wav file

Just in case formatting goes wonky, there are tabs between the filenames and 
the description lines.  The descriptions for the .pdf and the .wav file come 
through perfectly.  The description for the .mp3 file doesn't.

I'm running 1.8.2 on Ubuntu 12.04.  Has anybody run into this before or have 
any idea where I might look around to fix this?

Thanks.

Wes Samson
Systems Administration
Mansfield Library
The University of Montana
32 Campus Dr.
Missoula, MT  59812
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] File Description problem

2012-12-19 Thread helix84
On Wed, Dec 19, 2012 at 11:54 PM, Samson, Wesley
wesley.sam...@mso.umt.edu wrote:
 Doc1.pdf description:PDF Document
 Mp31.pdfdescription:Audio File
 Wav1.wav   description:Wav file

Hi Wesley,

is this just a mistake in your email or does your mp3 really have a
pdf extension?


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Updating stats with new spider IP addresses

2012-12-19 Thread Steve Swinsburg
Does anyone ever update their solr stats? Does anyone know about the 
performance issue I am seeing here?

thanks,
Steve


On 18/12/2012, at 5:15 PM, Steve Swinsburg 
steve.swinsb...@anu.edu.aumailto:steve.swinsb...@anu.edu.au wrote:

Hi all,

We have identified a number of new spider IP addresses from Google and other 
indexers being responsible for vastly inflating our stats. I've created a local 
spider filter list with the IP addresses and I am running the stats updater:
dspace stats-util -m

to reprocess the stats and mark them appropriately, then will remove them via:
dspace stats-util -f

However the mark is taking hours. Likewise if I go ahead and just delete them 
based on the new rules, via:
dspace stats-util -i

Is that normal? We only have about 200,000 views to process.

Version 1.6.2 but about to rollout an upgrade. If the performance has improved 
in 1.8.2 we can wait a week or so.


regards,
Steve

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Updating stats with new spider IP addresses

2012-12-19 Thread Ian Boston
Hi,

I was having a problem recently with stats in ds3, caused by excessive SQL
queries building parent collections. There was a patch shared on list about
a week ago by Andrea. It might help ?

Ian

On Thursday, December 20, 2012, Steve Swinsburg wrote:

  Does anyone ever update their solr stats? Does anyone know about the
 performance issue I am seeing here?

  thanks,
 Steve


  On 18/12/2012, at 5:15 PM, Steve Swinsburg 
 steve.swinsb...@anu.edu.aujavascript:_e({}, 'cvml', 
 'steve.swinsb...@anu.edu.au');
 wrote:

  Hi all,

  We have identified a number of new spider IP addresses from Google and
 other indexers being responsible for vastly inflating our stats. I've
 created a local spider filter list with the IP addresses and I am running
 the stats updater:
 dspace stats-util -m

  to reprocess the stats and mark them appropriately, then will remove
 them via:
 dspace stats-util -f

  However the mark is taking hours. Likewise if I go ahead and just delete
 them based on the new rules, via:
 dspace stats-util -i

  Is that normal? We only have about 200,000 views to process.

  Version 1.6.2 but about to rollout an upgrade. If the performance has
 improved in 1.8.2 we can wait a week or so.


 regards,
 Steve


 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers

 http://p.sf.net/sfu/logmein_12329d2d___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net javascript:_e({}, 'cvml',
 'DSpace-tech@lists.sourceforge.net');
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace release 3.0 with Oracle???

2012-12-19 Thread qamar syed
Thanks Hardy for raising this issue to Jira, I was wondering too that why
not all the developers are noticing this issue??

Let me post my findings in am moment, I have checked almost all the related
classes, DBManager works fine but when it calls to ColumnInfo class , then
the error occurs.


Regards


Qamar Abbas
http://qamarsyed.blogspot.com

On Thu, Dec 20, 2012 at 12:48 AM, Pottinger, Hardy J. 
pottinge...@missouri.edu wrote:

 HARDY
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Updating stats with new spider IP addresses

2012-12-19 Thread Bram Luyten
Hi Steve,

already apologies in advance for the vagueness of this answer but there
have been several performance related optimizations to the stats between
1.6.2 and 3.0.

The latest one, SOLR sharding by year, was added in 3.0. This is especially
useful for those institutions who have accumulated multiple years of SOLR
stats.

https://wiki.duraspace.org/display/DSDOC3x/Managing+Usage+Statistics#ManagingUsageStatistics-Solr
ShardingByYearhttps://wiki.duraspace.org/display/DSDOC3x/Managing+Usage+Statistics#ManagingUsageStatistics-Solr
ShardingByYear

Enabling auto commit was also something not included in the DSpace 1.6
version of the stats by default:
https://atmire.com/website/?q=content/increasing-dspace-performance

Hope this helps! 200,000 usage events is indeed not a huge number so there
should be a way to optimize.

Can I also ask you to share your findings about the spiders here?
https://jira.duraspace.org/browse/DS-790

best regards,

Bram

-- 
[image: logo]
*Bram Luyten* *@mire*
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
  
http://www.atmire.com/www.atmire.comhttp://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml


On Thu, Dec 20, 2012 at 3:36 AM, Ian Boston ib...@cam.ac.uk wrote:

 Hi,

 I was having a problem recently with stats in ds3, caused by excessive SQL
 queries building parent collections. There was a patch shared on list about
 a week ago by Andrea. It might help ?

 Ian


 On Thursday, December 20, 2012, Steve Swinsburg wrote:

  Does anyone ever update their solr stats? Does anyone know about the
 performance issue I am seeing here?

  thanks,
 Steve


  On 18/12/2012, at 5:15 PM, Steve Swinsburg steve.swinsb...@anu.edu.au
 wrote:

  Hi all,

  We have identified a number of new spider IP addresses from Google and
 other indexers being responsible for vastly inflating our stats. I've
 created a local spider filter list with the IP addresses and I am running
 the stats updater:
 dspace stats-util -m

  to reprocess the stats and mark them appropriately, then will remove
 them via:
 dspace stats-util -f

  However the mark is taking hours. Likewise if I go ahead and just
 delete them based on the new rules, via:
 dspace stats-util -i

  Is that normal? We only have about 200,000 views to process.

  Version 1.6.2 but about to rollout an upgrade. If the performance has
 improved in 1.8.2 we can wait a week or so.


 regards,
 Steve


 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers

 http://p.sf.net/sfu/logmein_12329d2d___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette