Run Finalbuilder script from network(only read access)

Say there is a finalbuilder script in the network share server (read access only), if that code is to be executed, as soon as I try to open the fbp7 code, there is a message saying access denied. Although I have read access, this error appears. I think, this error is because, on opening the finalbuilder script, it tries to create .fbl7 and .fbpInf files. Is there a workaround to avoid this problem( without giving write access to the user), or is there a way to create these files in some other location?

Hi Aditya Bhat,

As it turns out there is no way currently to turn off this behaviour or redirect it under the FinalBuilder IDE. With the command line runner the log can be redirected with the /L param. Yet there isn’t a way currently to redirect the location of the fbpInf file.

As it stands there are a few files which are generated / used in the same directory as the script. A potential work around for the moment would be to copy project to a temporary location, run it, then remove it. A decision would have to be made as to what to do with the other files which are corrected. Most importantly the project info file (fbpInf) which holds persistent project variables, and the project log file (fbl7).