Jump to content
  • 0

Login Prompt


BrianPitt

Question

When opening Vectorworks 2021, the login prompt comes up.  Choosing Auto Find Servers comes back with an error.

 

If I manually enter the license server info in and click Login, I gain access.

 

We however have Vectorworks installed on an Azure Virtual Desktop environment with multiple users logging into the VMs.  When another user logs in and gets the prompt, the settings I entered arent there and it defaults back to the auto select being checked.  This is an issue as there will be students logging into the systems and they wont know the license server information.  Is there a way I can set the license server info so it will work for anyone that logs into the machine and opens the software?

 

I read about an xml file under ProgramFiles\Vectorworks 2021\settings\SeriesG, but our install does not have the SeriesG folder under Settings.

 

Not sure how to get this working so the license server information I enter is set for all.

 

The software was installed on the Azure Mutli-user VM using the change user /install switch as well, to allow it to work for Multiple users.

 

Thank you

Link to comment

1 answer to this question

Recommended Posts

  • 0

Ran across this searching for something else.  Not sure why nobody responded to you, it's fairly simple.

 

The "Auto Find Servers" functionality uses mDNS, so if your server is on a different subnet, that function won't work unless you setup an mDNS proxy.

 

As far as pre-populating the license info, I don't have a Windows machine with VWX handy right now to check, but on OSX that data is stored per-user, and it sounds like it's the same on Windows.  Creating a login GPO to write the file would probably be your best bet.

 

As an example, here is what our config XML looks like.  (Stored on Mac in: `~/Library/Application Support/Vectorworks/$YEAR/Settings/SeriesG/LoginDialog.xml`)

 

```

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<LoginDialog>

  <Days>1</Days>

  <AutoFindServer>0</AutoFindServer>

  <AutoFindMaxTime>1</AutoFindMaxTime>

  <DontShowAtStartup>1</DontShowAtStartup>

  <Servers>
    <Server>mylicenseserver.mydomain.com:5053</Server>
  </Servers>

  <Modules>
    <MainModule>spotlight</MainModule>
  </Modules>

</LoginDialog>

```

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...