Public OMERO.tables file
Posted: Wed Feb 19, 2014 2:22 pm
Hi everyone,
in our OMERO.biobank system we use OMERO.tables to build a clinical repository shared among all the users of the system. To do so we create a table and move its OriginalFile to the common space in order to make the file available for everyone; this approach works when users want to read data but when a user that doesn't belong to the group of the user that created the table tries to write some data we get an omero.SecurityViolation exception with the message
I found in the forum an old discussion that describes an identical problem (see http://www.openmicroscopy.org/community/viewtopic.php?f=6&t=918); in one message of the thread Josh suggested to use a "shared" group and to link to this group all the users that should have a write privilege over the table (and, of course, tables must be created by a user belonging to this group).
Is this the only solution available or, with OMERO 4.4, can I grant a public write access for files that stores Tables data?
Thanks!
in our OMERO.biobank system we use OMERO.tables to build a clinical repository shared among all the users of the system. To do so we create a table and move its OriginalFile to the common space in order to make the file available for everyone; this approach works when users want to read data but when a user that doesn't belong to the group of the user that created the table tries to write some data we get an omero.SecurityViolation exception with the message
- Code: Select all
...
{
serverStackTrace = Current user cannot write to file 116317
serverExceptionClass =
message =
}
I found in the forum an old discussion that describes an identical problem (see http://www.openmicroscopy.org/community/viewtopic.php?f=6&t=918); in one message of the thread Josh suggested to use a "shared" group and to link to this group all the users that should have a write privilege over the table (and, of course, tables must be created by a user belonging to this group).
Is this the only solution available or, with OMERO 4.4, can I grant a public write access for files that stores Tables data?
Thanks!