[Dspace-tech] Anomaly in moving collection to new community

2014-05-28 Thread Alan Orth
Hi, I've just moved a collection from CommunityA to CommunityB using SQL like this: UPDATE community2collection SET community_id=8 WHERE community_id=140 and collection_id=132; Followed by stopping Tomcat, then running an `index-init`. Now I see the collection listed in the new community, but

Re: [Dspace-tech] Anomaly in moving collection to new community

2014-05-28 Thread Hilton Gibson
Hi Alan Check the cache options. Try clearing the cache when logged in as admin using the XMLUI. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27

Re: [Dspace-tech] Anomaly in moving collection to new community

2014-05-28 Thread Alan Orth
On 05/28/2014 10:26 AM, Hilton Gibson wrote: Hi Alan Check the cache options. Try clearing the cache when logged in as admin using the XMLUI. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036

Re: [Dspace-tech] Workflow question - DSpace XML 1.8.2

2014-05-28 Thread Bram Luyten
Dear Lotta, as far as I know there is no quick fix to implement this. However, there is technical infrastructure to make profound modifications to the workflow. This framework is referred to in the documentation as Configurable workflow. This would enable you to drastically alter the behaviour

[Dspace-tech] Adding users using dspace command line

2014-05-28 Thread Keir Vaughan-Taylor
Usually users log in and are added to the eperson list by being authenticated through LDAP. They usually are added with limited access and later as required I manually upgrade their access privileges. I have a need to batch add a set of users and put them into a specific access group and have

Re: [Dspace-tech] Adding users using dspace command line

2014-05-28 Thread helix84
Hi Keir, this is the code of the --add command: https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace-api/src/main/java/org/dspace/eperson/EPerson.java#L1284 You could either modify it directly or, if you don't want to rebuild and redeploy DSpace, you could reuse the code in a curation task:

[Dspace-tech] AIP import error

2014-05-28 Thread Shaz UIC
Hello All, I am in the process of migrating the DSpace instance installed on a Windows machine to Linux server. I have the DSpace website up and running on the new Linux server. In order to get the database, communities, collections, assetstore all migrated, I attempted to do the AIP