Re: [Dspace-tech] DSpace REST API

2012-07-09 Thread Gary Browne
Hi Hayden,

I'm keen to try this out, however I am unable to install it - should it run ok 
on 1.8.2?

On building (mvn package), I get the following error:

[INFO] Unable to find resource 'org.dspace:dspace-rest:war:1.0' in repository 
central (http://repo1.maven.org/maven2)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.dspace:dspace-rest:war:1.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.dspace -DartifactId=dspace-rest 
-Dversion=1.0 -Dpackaging=war -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
  mvn deploy:deploy-file -DgroupId=org.dspace -DartifactId=dspace-rest 
-Dversion=1.0 -Dpackaging=war -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency:
1) org.dspace.modules:rest:war:1.8.1
2) org.dspace:dspace-rest:war:1.0

--
1 required artifact is missing.

for artifact:
  org.dspace.modules:rest:war:1.8.1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  sonatype-nexus-snapshots 
(https://oss.sonatype.org/content/repositories/snapshots)

I'm not clear on what I should do next, are you able to help please?

Thanks a lot,
Gary

> -Original Message-
> From: Hayden Young [mailto:haydenyo...@wijiti.com]
> Sent: Tuesday, 10 July 2012 5:32 AM
> To: dspace-tech@lists.sourceforge.net; DSpace Developer List
> Subject: [Dspace-tech] DSpace REST API
> 
> After several months of development, Wijiti is pleased to contribute this
> reworked version of the REST API for DSpace 1.8.x.
> 
> Details and documentation are available at https://jspace.atlassian.net/ and
> all code is freely available via Github, the link of which is in the
> documentation.
> 
> Enjoy.
> 
> --
> Hayden Young
> Managing Director
> Wijiti Pty Ltd
> p. +61 (0) 8 6398 5010
> e. haydenyo...@wijiti.com
> w. www.wijiti.com
> vcard. www.wijiti.com/vcard/haydenyoung.vcf
> 
> NOTICE
> This e-mail and any attachments are intended for the addressee(s) only and
> may be confidential. They may contain legally privileged or copyright
> material. You should not read, copy, use or disclose them without
> authorization. If you are not the intended recipient please contact the
> sender as soon as possible by return e-mail and then please delete both
> messages. This notice should not be removed.
> 
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and threat
> landscape has changed and how IT managers can respond. Discussions will
> include endpoint security, mobile security and the latest in malware threats.
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-09 Thread Pottinger, Hardy J.
Hi, I am pretty sure that 11g is the version of Oracle we're running, but
I have a note in to our DBAs to confirm that. I did a quick scan of the
dspace_tech mail list archive, however, as your message sounded familiar,
and I found this thread:

http://dspace.2283337.n4.nabble.com/Error-with-workflow-in-DSpace-1-8-2-td4
505171.html#a4529981

Is it possible you've enabled configurable reviewer workflow?

Other things to check: there's a handy ant target in the DSpace. Build.xml
file, called "test_database" and you can use it to sanity-check your
credentials. I don't think ORA-00942 will be thrown due to incorrect
credentials, but, it's worth checking.

--
HARDY POTTINGER 
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
"Don't undertake a project unless it is manifestly important and nearly
impossible." --Edwin Land





On 7/9/12 1:23 PM, "Kelly Brown"  wrote:

>I am attempting to setup DSpace 1.8.1 with Oracle 11g. During the ant
>fresh_install it creates the tables but after that during the ant command
>I get the ORA-00942 table or view does not exist.  I am able to connect
>to the database and
> see that the tables were created and they do exist. I have run the
>oracle command found in the DSpace docs, I have change to pom file to
>reflect the oracle database and have installed the ojdbc6.dll to maven. I
>am at a loss as to why it creates the tables
> but then tells me they don¹t exist.  If there is anyone who is using
>oracle with DSpace could you please let me know what version you are
>using. Any ideas or help regarding this would be wonderful.
> 
>Thanks,
> 
>Kelly Brown
>Database Analyst
>
>Massey Library |
>Bibliothèque Massey
>College Information Services | Collège des services d'information
>Royal Military College of Canada | Collège militaire royal du Canada
>National Defence | Défence nationale
>PO BOX 17000 Station Forces
>Kingston, Ontario K7K 7B4
> 
>Telephone / Téléphone: (613) 541-6000 x 6979
>E-Mail / Couriel:
>kelly.br...@rmc.ca
> 
> 
>


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace REST API

2012-07-09 Thread Hayden Young
After several months of development, Wijiti is pleased to contribute 
this reworked version of the REST API for DSpace 1.8.x.

Details and documentation are available at https://jspace.atlassian.net/ 
and all code is freely available via Github, the link of which is in the 
documentation.

Enjoy.

-- 
Hayden Young
Managing Director
Wijiti Pty Ltd
p. +61 (0) 8 6398 5010
e. haydenyo...@wijiti.com
w. www.wijiti.com
vcard. www.wijiti.com/vcard/haydenyoung.vcf

NOTICE
This e-mail and any attachments are intended for the addressee(s) only and may 
be confidential. They may contain legally privileged or copyright material. You 
should not read, copy, use or disclose them without authorization. If you are 
not the intended recipient please contact the sender as soon as possible by 
return e-mail and then please delete both messages. This notice should not be 
removed.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-09 Thread helix84
On Mon, Jul 9, 2012 at 8:23 PM, Kelly Brown  wrote:
> I am attempting to setup DSpace 1.8.1 with Oracle 11g. During the ant
> fresh_install it creates the tables but after that during the ant command I
> get the ORA-00942 table or view does not exist.  I am able to connect to the
> database and see that the tables were created and they do exist. I have run
> the oracle command found in the DSpace docs, I have change to pom file to
> reflect the oracle database and have installed the ojdbc6.dll to maven. I am
> at a loss as to why it creates the tables but then tells me they don’t
> exist.  If there is anyone who is using oracle with DSpace could you please
> let me know what version you are using. Any ideas or help regarding this
> would be wonderful.

This has been reported several times, but I don't think anyone
reported a successful fix. You may want to go through these threads
again to find any clues:

http://www.mail-archive.com/search?q=ORA-00942&l=dspace-tech%40lists.sourceforge.net

Once I investigated this I found out that the file which caused
(CollectionRole.java) it is no longer in git master branch, which will
become DSpace 3.0. If you want you can try to install that version,
too.

You would do well to also send us a full stack trace.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Oracle 11g and DSpace 1.8.1 problems

2012-07-09 Thread Kelly Brown
I am attempting to setup DSpace 1.8.1 with Oracle 11g. During the ant 
fresh_install it creates the tables but after that during the ant command I get 
the ORA-00942 table or view does not exist.  I am able to connect to the 
database and see that the tables were created and they do exist. I have run the 
oracle command found in the DSpace docs, I have change to pom file to reflect 
the oracle database and have installed the ojdbc6.dll to maven. I am at a loss 
as to why it creates the tables but then tells me they don't exist.  If there 
is anyone who is using oracle with DSpace could you please let me know what 
version you are using. Any ideas or help regarding this would be wonderful.

Thanks,

Kelly Brown
Database Analyst
Massey Library | Bibliothèque Massey
College Information Services | Collège des services d'information
Royal Military College of Canada | Collège militaire royal du Canada
National Defence | Défence nationale
PO BOX 17000 Station Forces
Kingston, Ontario K7K 7B4

Telephone / Téléphone: (613) 541-6000 x 6979
E-Mail / Couriel: kelly.br...@rmc.ca


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace Span drives

2012-07-09 Thread Mark H. Wood
On Mon, Jul 09, 2012 at 04:14:10PM +0200, helix84 wrote:
> On Mon, Jul 9, 2012 at 4:04 PM, Mark Ehle  wrote:
> > What happens when an assetsore fills up? Is Dspace able to discern when an
> > asserstore is full and move on to the next one?
> 
> I don't know exactly, but I don't think so.
> There is always only one assetstore that is used for newly added
> items. It's specified by the assetstore.incoming option. The others
> are used only for reading.

One assetstore is configured as the current one for receiving new
bitstreams.  If that one is full, the deposit fails.  You'd need to
stop DSpace, reconfigure, and restart to begin using a new assetstore.

I usually don't bother with that, instead using the OS' logical volume
manager to just add another extent to the volume holding the
assetstore, and then using the filesystem tools to extend the
filesystem into the new space which magically appeared on that volume.
I set up a separate volume for the (single) assetstore so that I don't
have to worry about some other process gumming up DSpace deposits.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like asking whether people are smart.


pgpET9IfnNj3Y.pgp
Description: PGP signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace admin password problem

2012-07-09 Thread Thornton, Susan M. (LARC-B702)[LITES]
If you're on a Unix platform, the syntax to run the script is:

./dspace create-administrator

Best regards,
Sue


Sue Walker-Thornton
(w):  (757) 864-2368
(m):  (757) 506-9903


-Original Message-
From: helix84 [mailto:heli...@centrum.sk] 
Sent: Monday, July 09, 2012 8:57 AM
To: MICHAEL QUINTON SMITH
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace admin password problem

On Mon, Jul 9, 2012 at 2:35 PM, MICHAEL QUINTON SMITH  
wrote:
> Tried to create the DSpace admin user. Problem is I don't have dspace 
> create-administrator in home/dspace/bin.
> I have the following files in the bin folder:
> builtpath.bat, dspace, dspace.bat,dspace_migrate, 
> dspace-info.pl,log-reporter,make-handle-config,start-handle-server

Hi Michel,

there isn't supposed to be a "dspace create-administrator" file.
"create-administrator" is a parameter to the "dspace" script.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace Span drives

2012-07-09 Thread Lewatle Phaladi
Thanks Helix

I wanted to be sure as we will buy additional space that is expensive and I 
should be giving an informed idea in this purchase. I will let them know that 
is possible. 

Regards,
Lewatle 

-Original Message-
From: helix84 [mailto:heli...@centrum.sk] 
Sent: 09 July 2012 03:50 PM
To: Lewatle Phaladi
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace Span drives

On Mon, Jul 9, 2012 at 3:40 PM, Lewatle Phaladi  
wrote:
> Please advise me can dspace be able to access assetstore if I place it 
> in other hard drive on the same machine, I will install Ubuntu on 20 
> GB Hard disk and need to store my assetstore on additional hard disk 
> that I will mount.

Hi Lewatle,

this is explained in dspace.cfg:


# File Storage ##

# Asset (bitstream) store number 0 (zero) assetstore.dir = 
${dspace.dir}/assetstore

# Specify extra asset stores like this, counting from 1 upwards:
# assetstore.dir.1 = /second/assetstore
# assetstore.dir.2 = /third/assetstore

# Specify the number of the store to use for new bitstreams with this property 
# The default is 0 (zero) which corresponds to the 'assetstore.dir' above # 
assetstore.incoming = 1


Let us know if there's anything more you need to know.

Regards,
~~helix84

This communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace Span drives

2012-07-09 Thread helix84
On Mon, Jul 9, 2012 at 4:04 PM, Mark Ehle  wrote:
> What happens when an assetsore fills up? Is Dspace able to discern when an
> asserstore is full and move on to the next one?

I don't know exactly, but I don't think so.
There is always only one assetstore that is used for newly added
items. It's specified by the assetstore.incoming option. The others
are used only for reading.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace Span drives

2012-07-09 Thread Mark Ehle
What happens when an assetsore fills up? Is Dspace able to discern when an
asserstore is full and move on to the next one?

On Mon, Jul 9, 2012 at 9:49 AM, helix84  wrote:

> On Mon, Jul 9, 2012 at 3:40 PM, Lewatle Phaladi
>  wrote:
> > Please advise me can dspace be able to access assetstore if I place it in
> > other hard drive on the same machine, I will install Ubuntu on 20 GB Hard
> > disk and need to store my assetstore on additional hard disk that I will
> > mount.
>
> Hi Lewatle,
>
> this is explained in dspace.cfg:
>
>
> # File Storage ##
>
> # Asset (bitstream) store number 0 (zero)
> assetstore.dir = ${dspace.dir}/assetstore
>
> # Specify extra asset stores like this, counting from 1 upwards:
> # assetstore.dir.1 = /second/assetstore
> # assetstore.dir.2 = /third/assetstore
>
> # Specify the number of the store to use for new bitstreams with this
> property
> # The default is 0 (zero) which corresponds to the 'assetstore.dir' above
> # assetstore.incoming = 1
>
>
> Let us know if there's anything more you need to know.
>
> Regards,
> ~~helix84
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace Span drives

2012-07-09 Thread helix84
On Mon, Jul 9, 2012 at 3:40 PM, Lewatle Phaladi
 wrote:
> Please advise me can dspace be able to access assetstore if I place it in
> other hard drive on the same machine, I will install Ubuntu on 20 GB Hard
> disk and need to store my assetstore on additional hard disk that I will
> mount.

Hi Lewatle,

this is explained in dspace.cfg:


# File Storage ##

# Asset (bitstream) store number 0 (zero)
assetstore.dir = ${dspace.dir}/assetstore

# Specify extra asset stores like this, counting from 1 upwards:
# assetstore.dir.1 = /second/assetstore
# assetstore.dir.2 = /third/assetstore

# Specify the number of the store to use for new bitstreams with this property
# The default is 0 (zero) which corresponds to the 'assetstore.dir' above
# assetstore.incoming = 1


Let us know if there's anything more you need to know.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace Span drives

2012-07-09 Thread Lewatle Phaladi
Hi Team



Please advise me can dspace be able to access assetstore if I place it
in other hard drive on the same machine, I will install Ubuntu on 20 GB
Hard disk and need to store my assetstore on additional hard disk that I
will mount.



Regards,

Lewatle


This communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace admin password problem

2012-07-09 Thread helix84
On Mon, Jul 9, 2012 at 2:35 PM, MICHAEL QUINTON SMITH
 wrote:
> Tried to create the DSpace admin user. Problem is I don't have dspace
> create-administrator in home/dspace/bin.
> I have the following files in the bin folder:
> builtpath.bat, dspace, dspace.bat,dspace_migrate,
> dspace-info.pl,log-reporter,make-handle-config,start-handle-server

Hi Michel,

there isn't supposed to be a "dspace create-administrator" file.
"create-administrator" is a parameter to the "dspace" script.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace admin password problem

2012-07-09 Thread MICHAEL QUINTON SMITH
Hi Hilton

Tried to create the DSpace admin user. Problem is I don't have dspace 
create-administrator in home/dspace/bin.
I have the following files in the bin folder:
builtpath.bat, dspace, dspace.bat,dspace_migrate, 
dspace-info.pl,log-reporter,make-handle-config,start-handle-server

Regards

From: Hilton Gibson [hilton.gib...@gmail.com]
Sent: Monday, July 09, 2012 1:16 PM
To: MICHAEL QUINTON SMITH
Subject: Re: [Dspace-tech] DSpace admin password problem

Hi Mike

My pleasure

Hilton

On 9 July 2012 12:31, MICHAEL QUINTON SMITH 
mailto:smit...@mycput.ac.za>> wrote:
Hi Hilton

Thank you very much.

Regards

From: Hilton Gibson [hilton.gib...@gmail.com]
Sent: Monday, July 09, 2012 11:38 AM
To: MICHAEL QUINTON SMITH
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace admin password problem

Hi Mike

Better to create a new admin e-person account
See: 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace#Step_7._.2A.2A.2A_Create_the_DSpace_admin_user_.2A.2A.2A

Passwords are available via your e-person profile.

Cheers

hg

On 9 July 2012 11:19, MICHAEL QUINTON SMITH 
mailto:smit...@mycput.ac.za>> wrote:
Hi

I created an e-person for myself on DSpace 1.7 and later deleted it. When I 
subsequently tried to login into  DSpace with my admin password I could not. My 
admin password and the e-person account used the same e-mail address. Where on 
the server can one access the DSpace passwords?

Regards

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Hilton Gibson
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 
4758
http://www.sun.ac.za/library




--
Hilton Gibson
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://www.sun.ac.za/library

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Metadata Import

2012-07-09 Thread Lewatle Phaladi
Hi Helix 

Thanks I found it and is working I can upload, thanks to Hilton as well is just 
only the movement of files but the setting are there.

Regards,
Lewatle 

-Original Message-
From: helix84 [mailto:heli...@centrum.sk] 
Sent: 09 July 2012 11:50 AM
To: Lewatle Phaladi
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Metadata Import

On Mon, Jul 9, 2012 at 9:46 AM, Lewatle Phaladi  
wrote:
> I have created CSV file with metadata fields and values but when I try 
> to upload I get the error message saying the request was rejected 
> because its size (617) exceeds the configured maximum (0) I also 
> checked dspace.cfg file so I can edit maximum size to any desired size 
> but I can’t find a line with that option, help is always appreciated. Please 
> see attachment.


Hi Lewatle,

in DSpace 1.8 this config option is in the bulkedit module, so you'll find it 
in [dspace]/config/modules/bulkedit.cfg:

# A hard limit of the number of items allowed to be edited in one go in the UI 
# (does not apply to the command line version) # gui-item-limit = 20

Regards,
~~helix84

This communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Metadata Import

2012-07-09 Thread Lewatle Phaladi
Thanks.

 

From: Hilton Gibson [mailto:hilton.gib...@gmail.com] 
Sent: 09 July 2012 11:11 AM
To: Lewatle Phaladi
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Metadata Import

 

See reply below.

On 9 July 2012 11:06, Lewatle Phaladi  wrote:

Hi Hilton 

 

Thanks, is this settings available in dspace.cfg file

 

Yes

 

, I have just used find and try to get the settings but I can’t find 
them.

 

Regards,

Lewatle 

 

From: Hilton Gibson [mailto:hilton.gib...@gmail.com] 
Sent: 09 July 2012 10:19 AM
To: Lewatle Phaladi
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Metadata Import

 

Hi Lewatle

 

Check around line 990 for the following:

 

### Bulk metadata editor settings ###

# The delimiter used to separate values within a single field (defaults 
to a double pipe ||)

# bulkedit.valueseparator = ||

 

# The delimiter used to serarate fields (defaults to a comma for CSV)

# bulkedit.fieldseparator = ,

 

# A hard limit of the number of items allowed to be edited in one go in 
the UI

# (does not apply to the command line version)

bulkedit.gui-item-limit = 1

 

 

Cheers

 

hg

 

On 9 July 2012 09:46, Lewatle Phaladi  
wrote:

Hi All

I have created CSV file with metadata fields and values but when I try 
to upload I get the error message saying the request was rejected because its 
size (617) exceeds the configured maximum (0) I also checked dspace.cfg file so 
I can edit maximum size to any desired size but I can’t find a line with that 
option, help is always appreciated. Please see attachment. 

Regards,

Lewatle 

 

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorized 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. 
Discussions
will include endpoint security, mobile security and the latest in 
malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech





 

-- 

Hilton Gibson

Systems Administrator

JS Gericke Library

Room 1025D

Stellenbosch University

Private Bag X5036

Stellenbosch

7599

South Africa

 

Tel: +27 21 808 4100   | Cell: +27 84 646 
4758  

http://www.sun.ac.za/library

 

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorized 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.





 

-- 

Hilton Gibson

Systems Administrator

JS Gericke Library

Room 1025D

Stellenbosch University

Private Bag X5036

Stellenbosch

7599

South Africa

 

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

http://www.sun.ac.za/library

 


This communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You 

Re: [Dspace-tech] Metadata Import

2012-07-09 Thread helix84
On Mon, Jul 9, 2012 at 9:46 AM, Lewatle Phaladi
 wrote:
> I have created CSV file with metadata fields and values but when I try to
> upload I get the error message saying the request was rejected because its
> size (617) exceeds the configured maximum (0) I also checked dspace.cfg file
> so I can edit maximum size to any desired size but I can’t find a line with
> that option, help is always appreciated. Please see attachment.


Hi Lewatle,

in DSpace 1.8 this config option is in the bulkedit module, so you'll
find it in [dspace]/config/modules/bulkedit.cfg:

# A hard limit of the number of items allowed to be edited in one go in the UI
# (does not apply to the command line version)
# gui-item-limit = 20

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace admin password problem

2012-07-09 Thread Hilton Gibson
Hi Mike

Better to create a new admin e-person account
See:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace#Step_7._.2A.2A.2A_Create_the_DSpace_admin_user_.2A.2A.2A

Passwords are available via your e-person profile.

Cheers

hg

On 9 July 2012 11:19, MICHAEL QUINTON SMITH  wrote:

>  Hi
>
> I created an e-person for myself on DSpace 1.7 and later deleted it. When
> I subsequently tried to login into  DSpace with my admin password I could
> not. My admin password and the e-person account used the same e-mail
> address. Where on the server can one access the DSpace passwords?
>
> Regards
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>


-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://www.sun.ac.za/library
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace admin password problem

2012-07-09 Thread MICHAEL QUINTON SMITH
Hi

I created an e-person for myself on DSpace 1.7 and later deleted it. When I 
subsequently tried to login into  DSpace with my admin password I could not. My 
admin password and the e-person account used the same e-mail address. Where on 
the server can one access the DSpace passwords?

Regards
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Metadata Import

2012-07-09 Thread Hilton Gibson
See reply below.

On 9 July 2012 11:06, Lewatle Phaladi  wrote:

> Hi Hilton 
>
> ** **
>
> Thanks, is this settings available in dspace.cfg file
>

Yes


> , I have just used find and try to get the settings but I can’t find them.
> 
>
> ** **
>
> Regards,
>
> Lewatle 
>
> ** **
>
> *From:* Hilton Gibson [mailto:hilton.gib...@gmail.com]
> *Sent:* 09 July 2012 10:19 AM
> *To:* Lewatle Phaladi
> *Cc:* DSpace-tech@lists.sourceforge.net
> *Subject:* Re: [Dspace-tech] Metadata Import
>
> ** **
>
> Hi Lewatle
>
> ** **
>
> Check around line 990 for the following:
>
> ** **
>
> ### Bulk metadata editor settings ###
>
> # The delimiter used to separate values within a single field (defaults to
> a double pipe ||)
>
> # bulkedit.valueseparator = ||
>
> ** **
>
> # The delimiter used to serarate fields (defaults to a comma for CSV)
>
> # bulkedit.fieldseparator = ,
>
> ** **
>
> # A hard limit of the number of items allowed to be edited in one go in
> the UI
>
> # (does not apply to the command line version)
>
> bulkedit.gui-item-limit = 1
>
> ** **
>
> ** **
>
> Cheers
>
> ** **
>
> hg
>
> ** **
>
> On 9 July 2012 09:46, Lewatle Phaladi  wrote:*
> ***
>
> Hi All
>
> I have created CSV file with metadata fields and values but when I try to
> upload I get the error message saying *the request was rejected because
> its size (617) exceeds the configured maximum (0)* I also checked
> dspace.cfg file so I can edit maximum size to any desired size but I can’t
> find a line with that option, help is always appreciated. Please see
> attachment. 
>
> Regards,
>
> Lewatle 
>
>  
>
> This communication is intended for the addressee only. It is confidential.
> If you have received this communication in error, please notify us
> immediately and destroy the original message. You may not copy or
> disseminate this communication without the permission of the University.
> Only authorized signatories are competent to enter into agreements on
> behalf of the University and recipients are thus advised that the content
> of this message may not be legally binding on the University and may
> contain the personal views and opinions of the author, which are not
> necessarily the views and opinions of The University of the Witwatersrand,
> Johannesburg. All agreements between the University and outsiders are
> subject to South African Law unless the University agrees in writing to the
> contrary.
>
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
>
> 
>
> ** **
>
> -- 
>
> *Hilton Gibson*
>
> Systems Administrator
>
> JS Gericke Library
>
> Room 1025D
>
> Stellenbosch University
>
> Private Bag X5036
>
> Stellenbosch
>
> 7599
>
> South Africa
>
> ** **
>
> Tel: +27 21 808 4100 | Cell: +27 84 646 4758
>
> http://www.sun.ac.za/library
>
> ** **
>
> This communication is intended for the addressee only. It is confidential. If 
> you have received this communication in error, please notify us immediately 
> and destroy the original message. You may not copy or disseminate this 
> communication without the permission of the University. Only authorized 
> signatories are competent to enter into agreements on behalf of the 
> University and recipients are thus advised that the content of this message 
> may not be legally binding on the University and may contain the personal 
> views and opinions of the author, which are not necessarily the views and 
> opinions of The University of the Witwatersrand, Johannesburg. All agreements 
> between the University and outsiders are subject to South African Law unless 
> the University agrees in writing to the contrary.
>
>


-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://www.sun.ac.za/library
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.so

Re: [Dspace-tech] Metadata Import

2012-07-09 Thread Lewatle Phaladi
Hi Hilton 

 

Thanks, is this settings available in dspace.cfg file, I have just used find 
and try to get the settings but I can’t find them.

 

Regards,

Lewatle 

 

From: Hilton Gibson [mailto:hilton.gib...@gmail.com] 
Sent: 09 July 2012 10:19 AM
To: Lewatle Phaladi
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Metadata Import

 

Hi Lewatle

 

Check around line 990 for the following:

 

### Bulk metadata editor settings ###

# The delimiter used to separate values within a single field (defaults to a 
double pipe ||)

# bulkedit.valueseparator = ||

 

# The delimiter used to serarate fields (defaults to a comma for CSV)

# bulkedit.fieldseparator = ,

 

# A hard limit of the number of items allowed to be edited in one go in the UI

# (does not apply to the command line version)

bulkedit.gui-item-limit = 1

 

 

Cheers

 

hg

 

On 9 July 2012 09:46, Lewatle Phaladi  wrote:

Hi All

I have created CSV file with metadata fields and values but when I try to 
upload I get the error message saying the request was rejected because its size 
(617) exceeds the configured maximum (0) I also checked dspace.cfg file so I 
can edit maximum size to any desired size but I can’t find a line with that 
option, help is always appreciated. Please see attachment. 

Regards,

Lewatle 

 

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorized 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech





 

-- 

Hilton Gibson

Systems Administrator

JS Gericke Library

Room 1025D

Stellenbosch University

Private Bag X5036

Stellenbosch

7599

South Africa

 

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

http://www.sun.ac.za/library

 


This communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary.--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Metadata Import

2012-07-09 Thread Hilton Gibson
Hi Lewatle

Check around line 990 for the following:

### Bulk metadata editor settings ###
# The delimiter used to separate values within a single field (defaults to
a double pipe ||)
# bulkedit.valueseparator = ||

# The delimiter used to serarate fields (defaults to a comma for CSV)
# bulkedit.fieldseparator = ,

# A hard limit of the number of items allowed to be edited in one go in the
UI
# (does not apply to the command line version)
bulkedit.gui-item-limit = 1


Cheers

hg

On 9 July 2012 09:46, Lewatle Phaladi  wrote:

> Hi All
>
> I have created CSV file with metadata fields and values but when I try to
> upload I get the error message saying *the request was rejected because
> its size (617) exceeds the configured maximum (0)* I also checked
> dspace.cfg file so I can edit maximum size to any desired size but I can’t
> find a line with that option, help is always appreciated. Please see
> attachment. 
>
> Regards,
>
> Lewatle 
>
> ** **
>
> This communication is intended for the addressee only. It is confidential. If 
> you have received this communication in error, please notify us immediately 
> and destroy the original message. You may not copy or disseminate this 
> communication without the permission of the University. Only authorized 
> signatories are competent to enter into agreements on behalf of the 
> University and recipients are thus advised that the content of this message 
> may not be legally binding on the University and may contain the personal 
> views and opinions of the author, which are not necessarily the views and 
> opinions of The University of the Witwatersrand, Johannesburg. All agreements 
> between the University and outsiders are subject to South African Law unless 
> the University agrees in writing to the contrary.
>
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>


-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://www.sun.ac.za/library
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech