You are viewing limited content. For full access, please sign in.

Question

Question

Change Quick Fields Agent Temp location

asked on June 10, 2021 Show version history

I have a customer that is having the space on the C drive filled by Quick Fields Agent in "C:\ProgranData\Laserfiche\Quick Fields".  They tried to change the path in the session file (<Property Name="OUTPUTDIRCTORY" Type="String">) and that works when they manually run a session, but when QF Agent runs the session, the files are written to the C drive again.  How can we set Agent to use the path in the session settings?

0 0

Replies

replied on June 11, 2021

The temp location is per user so you would need to change it for the Quick Fields Agent service user. You can do it through the UI from Tools\Options\Quick Fields\Advanced.

The value is saved under C:\Users\<USERNAME>\AppData\Roaming\Laserfiche\Quick Fields\Options.xml. So alternatively, you make sure Quick Fields is closed and edit the service user's options.xml to add the following in the Options tag.

    <DictionaryEntry>
      <string ActualType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">OutputDirectory</string>
      <object ActualType="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">NEW FILE PATH GOES HERE</object>
    </DictionaryEntry>

 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.