License Server
-
We are having issues with the license server. Does anyone know if this is somethign that's buggy? I am running the license server on my workstation and we have 2 other computers that we would like to install VR4S on. Our IT manager is telling me that SketchUp uses a different port everytime it opens so that is making it hard to connect to. Also, he cannot get the license server to start. When I click Start License Server, it opens a DOS window that says 'import site' failed; use -v for traceback.
-
How are you starting the license server? I got instructions that the license server needs starting with some special commands in order for it to start correctly.
-
Here's the bat file I got running on our server - per instructions of ASGVis support:
<span class="syntaxdefault"><br /></span><span class="syntaxkeyword">@ECHO </span><span class="syntaxdefault">OFF<br />set license_folder</span><span class="syntaxkeyword">=%</span><span class="syntaxdefault">ALLUSERSPROFILE</span><span class="syntaxkeyword">%</span><span class="syntaxdefault">Application DataASGVISLicensing<br /></span><span class="syntaxkeyword">if </span><span class="syntaxdefault">NOT </span><span class="syntaxstring">"%PROGRAMDATA%" </span><span class="syntaxkeyword">== </span><span class="syntaxstring">"" </span><span class="syntaxdefault">set license_folder</span><span class="syntaxkeyword">=%</span><span class="syntaxdefault">PROGRAMDATA</span><span class="syntaxkeyword">%</span><span class="syntaxdefault">ASGVISLicensing<br /><br /><br />set VRAY_AUTH_CLIENT_FILE_PATH</span><span class="syntaxkeyword">=%</span><span class="syntaxdefault">license_folder</span><span class="syntaxkeyword">%<br /></span><span class="syntaxdefault">set VRAY_AUTH_SERVER_FILE_PATH</span><span class="syntaxkeyword">=%</span><span class="syntaxdefault">license_folder</span><span class="syntaxkeyword">%<br /><br />@ECHO </span><span class="syntaxdefault">ON<br /></span><span class="syntaxstring">"%LICENSE_FOLDER%\vrlserver2.exe"<br /> </span><span class="syntaxdefault"></span>
-
As for the port - you probably want to contact support for that.
-
run that bat on the workstation that is running the license server?
-
Correct. We have to direct the license server to the folder where the licenses are, this bat file does exactly that.
Advertisement