﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » Securing Inquisit in a networked environment</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 16 Apr 2026 14:43:14 GMT</lastBuildDate><ttl>20</ttl><item><title>Securing Inquisit in a networked environment</title><link>https://forums.millisecond.com/Topic14251.aspx</link><description>We are testing Inquisit within a closed network where identical client machines read tasks from and write data to a networked server. Right now we are trying to ensure a respondent will not have access to data files on the network but will still be able to write to the network. How have others handled this scenario?&lt;br/&gt;&lt;br/&gt;We've restricted directory permissions to Write Only but, when a task is started, Inquisit writes a blank file. At the end of the session, Inquisit then needs to open the file again to write data. Under Write Only, Inquisit cannot add data to the file - I assume because it needs Read access as well.&lt;br/&gt;</description><pubDate>Tue, 16 Sep 2014 18:06:21 GMT</pubDate><dc:creator>lakeside</dc:creator></item><item><title>RE: Securing Inquisit in a networked environment</title><link>https://forums.millisecond.com/Topic14255.aspx</link><description>The important piece to Dave's solution is the /separatefiles=true command. This causes Inquisit to write new files for all participants (which can be merged using the Inquisit Merge Data Files command on the File menu). Otherwise, Inquisit must first read the file before appending data to it.&lt;br/&gt;&lt;br/&gt;Note - Inquisit will try to run a validation check on the saved data to make sure matches the original, and that's going to fail without read access, so you might end up seeing some error messages, although you can ignore them.&lt;br/&gt;&lt;br/&gt;-Sean</description><pubDate>Tue, 16 Sep 2014 18:06:21 GMT</pubDate><dc:creator>seandr</dc:creator></item><item><title>RE: Securing Inquisit in a networked environment</title><link>https://forums.millisecond.com/Topic14252.aspx</link><description>Simply denying the respective user the 'read' permission for the respective folder should work just fine.&lt;br/&gt;&lt;br/&gt;Suppose you have a folder called 'data' that you write to and a user called 'inquisit_user' whose account you execute Inquisit under. Then setting &lt;br/&gt;&lt;img src="https://www.millisecond.com/forums/uploads/images/ca8fbd3c-8489-4484-8de4-f3a4.png" alt="https://www.millisecond.com/forums/uploads/images/ca8fbd3c-8489-4484-8de4-f3a4.png" /&gt;&lt;br/&gt;&lt;br/&gt;and doing e.g.&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ separatefiles = true&lt;br/&gt;/ file = "[INSERTPATH]\data\raw.iqdat"&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;should write files just fine while making it impossible for the user to view the written data.&lt;br/&gt;</description><pubDate>Tue, 16 Sep 2014 14:34:32 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>