Page 1 of 1

Default archiving configuration for Importer

PostPosted: Thu Feb 14, 2013 2:35 pm
by ehrenfeu
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

Re: Default archiving configuration for Importer

PostPosted: Thu Feb 14, 2013 4:09 pm
by jburel
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