On Tue, Nov 20, 2012 at 1:12 PM, Abhishek Raval <[email protected]> wrote: > I got a internal system error when ever i try to create new community or > collection. n it is giving me error " ERROR: duplicate key value violates > unique constraint "handle_handle_key" ", so i tried to run command " > [dspace]/etc/postgres/update-sequences.sql ". But it also gives me error as > below > [dspace@backup7 dspace-1.7.2]$ > /home/dspace/etc/postgres/update-sequences.sql
Hi Abishek, running the update-sequences script is a good idea, I'm not certain if it will help, but t won't hurt. This is the correct way of running the script (as the dspace user): psql < /home/dspace/etc/postgres/update-sequences.sql If it doesn't help, try remembering what you could have done that causes the break. Especially any manual changes in DB etc. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

