I am using SQLeo in an environment where the Desktop is locked and cannot be written to. When running SQLeo from the command prompt, I see the below error output when closing:
java.io.FileNotFoundException: [directory path].sqleo.xml (Access is denied)
Is it possible to change the location of where SQLeo wants to store this file? I assume this file contains settings and stores recent connections, as currently I am not able to modify options such as number of rows returned by default, and have to remake connections each time I load SQLeo.
Many Thanks
Sam
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am using SQLeo in an environment where the Desktop is locked and cannot be written to. When running SQLeo from the command prompt, I see the below error output when closing:
java.io.FileNotFoundException: [directory path].sqleo.xml (Access is denied)
Is it possible to change the location of where SQLeo wants to store this file? I assume this file contains settings and stores recent connections, as currently I am not able to modify options such as number of rows returned by default, and have to remake connections each time I load SQLeo.
Many Thanks
Sam
Hello,
could you try to start SQLeo using
java -Duser.home=[choosen directory path] -jar SQLeoVQB.jar
a new directory
[choosen directory path].sqleo.config
should be created with all the settings files
Regards
PAscal
Hi PAscal
That works - thankyou very much.
The three settings files are now created in [chosen directory path] when SQLeo closes.