Pointing workstations to license sever
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
Pointing workstations to license sever

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Network
Author Message
Mattuk
Guest





Posted: Mon Aug 02, 2004 2:16 pm    Post subject: Pointing workstations to license sever Reply with quote

Hi,

I've just installed an AutoCAD 2004 license manager, which has been authorised and is up and running. I have now installed AutoCAD 2004 on a client workstation and now need to point it at the license server to pick up a license. How do I do this?

Back to top
Allen Jessup
Guest





Posted: Mon Aug 02, 2004 4:51 pm    Post subject: Re: Pointing workstations to license sever Reply with quote

You need to create a network deployment on the server and install from that.
It should automaticaly find the server. If it did not you might try addding
a system variable ACADSERVER pointing to the server.

Allen

"Mattuk" <nospam@address.withheld> wrote in message
news:1423518.1091441837010.JavaMail.jive@jiveforum1.autodesk.com...
Quote:
Hi,

I've just installed an AutoCAD 2004 license manager, which has been
authorised and is up and running. I have now installed AutoCAD 2004 on a

client workstation and now need to point it at the license server to pick up
a license. How do I do this?
Back to top
Efim Tetelman (Autodesk,
Guest





Posted: Tue Aug 03, 2004 3:00 am    Post subject: Re: Pointing workstations to license sever Reply with quote

During the creation of Network deployment you should specify the server name
and host id, so when you install client from that deployment it will
automatically install licpath.lic file in the AutoCAD root directory which
will point your client to the server, if for some reason this file didn't
installed on your client you need to set up environment variable
ADSKFLEX_LICENSE_FILE = @servername

Hope this helps

Efim


"Mattuk" <nospam@address.withheld> wrote in message
news:1423518.1091441837010.JavaMail.jive@jiveforum1.autodesk.com...
Quote:
Hi,

I've just installed an AutoCAD 2004 license manager, which has been
authorised and is up and running. I have now installed AutoCAD 2004 on a

client workstation and now need to point it at the license server to pick up
a license. How do I do this?

Back to top
Mattuk
Guest





Posted: Tue Aug 03, 2004 11:14 am    Post subject: Re: Pointing workstations to license sever Reply with quote

Thanks for ther help.

I was kind of hoping that I could overcome this without creating a deployment. Simply by installing 2004 on a workstation manually and then pointing it to the license server afterwards.


Matt
Back to top
Jukka
Guest





Posted: Thu Aug 12, 2004 5:32 pm    Post subject: Re: Pointing workstations to license sever Reply with quote

On Tue, 03 Aug 2004 07:14:43 GMT, Mattuk wrote:

Quote:
Thanks for ther help.

I was kind of hoping that I could overcome this without creating a deployment. Simply by installing 2004 on a workstation manually and then pointing it to the license server afterwards.


Matt

It is possible... only requires some tampering with the windows registry.

After you install the software, open Regedit, and find the entries for that
particular software. Start in "HKEY_LOCAL_MACHINE / SOFTWARE / Autodesk /
AutoCAD / R 16.0" If you only have one subfolder named ACAD-something
that's the one you're looking for, otherwise you'll have to check the
registry key named "Location" inside each of the subfolders to find the
right one.

When you've found the subfolder that belongs to the right software version,
open the subfolder named "AdLM" inside it. Find the key named "Type" and
change its value into 25 (19 hexadecimal). I suggest that you remember what
the old setting was, just in case something gets messed up. If the
subfolder doesn't exist, create it and inside it create a new key of type
RG_DWORD and give it the name "Type".

Of course, you still have to tell AutoCAD where to look for the license,
you can do it by creating a new text file named "licpath.lic" in the
AutoCAD installation folder ("C:\Program Files\AutoCAD 2004" or something
similar) and copying into it the first line of your license file "SERVER
SOME_SERVER_NAME SOME_HEX_NUMBER" plus "USE SERVER" on the second line. The
second option is to create a environment variable as descirbed in previous
posts.

The whole procedure is, of course, undocumented and not oficially supported
:)), but it is quite helpful considering the time it takes to uninstall
AutoCAD, create a new deployment and then install AutoCAD again.

P.S. Sorry if I went into too much detail ;)

--
Smoke me a kipper, I'll be back for breakfast.
Back to top
Efim Tetelman (Autodesk,
Guest





Posted: Mon Aug 16, 2004 9:17 pm    Post subject: Re: Pointing workstations to license sever Reply with quote

Jukka,

please don't do it, because you will loose such fearless like license
borrowing and many others.

Regards,
Efim


"Jukka" <jukka@makni.vip.hr> wrote in message
news:14fs2jx9xcz6x$.j6dxe3mxwkvs.dlg@40tude.net...
Quote:
On Tue, 03 Aug 2004 07:14:43 GMT, Mattuk wrote:

Thanks for ther help.

I was kind of hoping that I could overcome this without creating a
deployment. Simply by installing 2004 on a workstation manually and then

pointing it to the license server afterwards.
Quote:


Matt

It is possible... only requires some tampering with the windows registry.

After you install the software, open Regedit, and find the entries for
that
particular software. Start in "HKEY_LOCAL_MACHINE / SOFTWARE / Autodesk /
AutoCAD / R 16.0" If you only have one subfolder named ACAD-something
that's the one you're looking for, otherwise you'll have to check the
registry key named "Location" inside each of the subfolders to find the
right one.

When you've found the subfolder that belongs to the right software
version,
open the subfolder named "AdLM" inside it. Find the key named "Type" and
change its value into 25 (19 hexadecimal). I suggest that you remember
what
the old setting was, just in case something gets messed up. If the
subfolder doesn't exist, create it and inside it create a new key of type
RG_DWORD and give it the name "Type".

Of course, you still have to tell AutoCAD where to look for the license,
you can do it by creating a new text file named "licpath.lic" in the
AutoCAD installation folder ("C:\Program Files\AutoCAD 2004" or something
similar) and copying into it the first line of your license file "SERVER
SOME_SERVER_NAME SOME_HEX_NUMBER" plus "USE SERVER" on the second line.
The
second option is to create a environment variable as descirbed in previous
posts.

The whole procedure is, of course, undocumented and not oficially
supported
:)), but it is quite helpful considering the time it takes to uninstall
AutoCAD, create a new deployment and then install AutoCAD again.

P.S. Sorry if I went into too much detail ;)

--
Smoke me a kipper, I'll be back for breakfast.
Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Network All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB