Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
I'm not sure why you would be getting that error.
I searched the codebase just to check if I can see anywhere where this error might be coming from - but couldn't find any matches.
This would indicate that the error is coming directly from Windows, but I'm not sure why that would occur.
I thought maybe it could be due to lack of permissions on that directory, but at least on the version of BRE I am using, that would give me a different ("Permission denied") error.
You might need to get onto Lavastorm Support to see if they can help investigate this for you.
However... for the moment, you should be able to manually copy the license file into:
<LicenceDirectory>/Lae_<MajorVersion>.<MinorVersion>_License.lic
Where <LicenseDirectory> is the directory where the LAE server is configured to look for it's licenses.
For a Desktop installation:
If you are using a desktop install, then you can determine what this directory is, by looking in <LAE Installation Directory>/setBrainEnv.bat.
The license directory will be specified in the line:
set p_ls_brain_server_licensePath="<LicenseDirectory>"
For a Server (unix) installation:
If you are using a server installation, then you can determine what this directory is by looking in <LAE Server Installation Directory>/.profile.lavastorm
The license directory will be specified in the line:
p_ls_brain_server_licensePath="<LicenseDirectory>"
This defaults to the <LAE Server Installation Directory>/license directory.
Therefore, if <LicenseDirectory> is C:/users/me/AppData/Roaming/Lavastorm, and you are using a 4.6 LAE desktop installation, then you should just need to copy your license file to:
C:/users/me/AppData/Roaming/Lavastorm/Lae_4.6_Licence.lic
Hope this helps,
Tim.