Frequently Asked Questions
-
How does the application store data?
SARA stores data as local compressed text and database files.
-
Can we have that data file stored in a shared location so multiple users on the team can access? If a user opens the file, does it lock so only one user can access at a time?
The files may be stored in a network location. When the files are opened, the application loads the data into memory and releases the file. There is no file-locking mechanism implemented as these files are not intended to be used collaboratively.
-
Is the license key for a single machine, or can it have multiple activations?
Each license is tied to a single machine, not permitted on VMs, and is meant to be used by a single user at a time. To transfer the license from one machine to another, you have to deactivate a license on the original machine to be able to activate it on the next.
-
How does SARA integrate with OneLiner?
SARA integrates with OneLiner using API calls. OneLiner files are loaded into memory from a given path and locked for the duration of the session. A SARA project file contains the OneLiner file associated with the project.