We're Hiring!

Default archiving configuration for Importer

Having a problem deploying OMERO? Please ask new questions at https://forum.image.sc/tags/omero
Please note:
Historical discussions about OMERO. Please look for and ask new questions at https://forum.image.sc/tags/omero

The OMERO.server installation documentation begins here and you can find OMERO.web deployment documentation here.

Default archiving configuration for Importer

Postby ehrenfeu » Thu Feb 14, 2013 2:35 pm

Hi all,

we would like to set the default value for archiving images on upload to true.

Scott already pointed me to this old question on the list (1) and the corresponding ticket (2) and commit (3):
  1. Default server configuration for Importer and Insight
  2. #4526: RFE: allow ini configuration of default "archiveImage" value
  3. 9f4319e: Admins can now set forceFileArchiveOn = true...

However, I couldn't find the right place or steps to set the value for the webstart client. We're using the WS to make sure the users always have the correct version of the client and we think it's a very nice way to minimize the level of required on-site administration.

Could you point me to the right spot for this?

Thanks a lot!
Niko
User avatar
ehrenfeu
 
Posts: 90
Joined: Fri May 11, 2012 8:21 am
Location: Basel, Switzerland

Re: Default archiving configuration for Importer

Postby jburel » Thu Feb 14, 2013 4:09 pm

Hi Niko

If you want to have the archived flag always on and do not let the user modified the value (from the UI)
you will need to modify the two following values in the importer.xml file. You will find the file in the config folder.

Code: Select all
<entry name="/options/Archived" type="boolean">false</entry>
<!-- if set to true, the user can modify the value -->
<entry name="/options/ArchivedTunable" type="boolean">true</entry>


Regards
Jmarie
User avatar
jburel
Team Member
 
Posts: 348
Joined: Thu May 21, 2009 6:38 pm
Location: dundee


Return to Installation and Deployment

Who is online

Users browsing this forum: No registered users and 2 guests

cron