Proof lite initialisation problem

Hi,
I have a problem starting proof lite. I am using a Mac running v5.30/06
I get the message:

[quote]root [0] TProof::Open("")
+++ Starting PROOF-Lite with 16 workers +++
Error in TDataSetManagerFile::Init: could not attach to a valid the dataset dir; paths tried:
Error in TDataSetManagerFile::Init: /Volumes/Server/default/lsb
Error in TDataSetManagerFile::Init: /Volumes/Server/COMMON/COMMON
Warning in TProofLite::InitDataSetManager: default dataset manager plug-in initialization failed
Warning in TProofLite::Init: problems initializing the dataset manager
sh: /Volumes/Server: Permission denied
Error in TSlaveLite::Init: an error occured while executing 'proofserv’
sh: /Volumes/Server: Permission deniedof 16 (6 %)
Error in TSlaveLite::Init: an error occured while executing 'proofserv’
sh: /Volumes/Server: Permission deniedof 16 (12 %)[/quote]
[and so on]

I think it is connected to the fact that this Mac server has some paths with spaces in them so that these get split and it tries to write in /Volumes/Server which is not allowed. Is there some way to set the ‘valid dataset dir’ in either a config file or via the environment.

Thanks,
Lee

Hi,

You should be able to change the dataset dir for PROOF-Lite with

ProofLite.DataSetDir  /A/writable/dir

G. Ganis