Luis Rojas C. (CATIE | 24 Jul 2012 19:22
Picon

Re: Problema

I have restores the anonymous group, but the problem persist.

-----Mensaje original-----
De: ivan.masar@...
[mailto:ivan.masar@...] En nombre de helix84
Enviado el: martes, 24 de julio de 2012 09:55 a.m.
Para: Luis Rojas C. (CATIE)
CC: dspace-tech
Asunto: Re: [Dspace-tech] Problema

On Tue, Jul 24, 2012 at 5:57 PM, Luis Rojas C. (CATIE)
<luisrojas@...> wrote:
> OK , I understand, the problem is that it looks like someone deleted the anonymous group.
>
> As it recovered?

Again, don't reply directly to me, always CC dspace-tech.

OK, connect to your database and verify that the group is missing:
SELECT * FROM epersongroup;

If it's really missing, you should restore it:
INSERT INTO "epersongroup" ("eperson_group_id", "name") VALUES
(0,	'Anonymous');

However, consider migrating your content into the latest version of DSpace installed from scratch, the
version you have is quite old and if you somehow deleted the Anonymous group, you may have other serious
problems as well.

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/

Gmane